Search found 216 matches

by gtisdale
Fri Sep 23, 2011 11:52 am
Forum: Printing
Topic: RTF Section Numbering
Replies: 1
Views: 10395

In my RTFLIB.dll I deal with this exact question. I have not, however initiated a sub numbering sequence, just a main sequence as long as the paragraph types remain a constant type. Entering any other paragraph type automatically resets the counter. I use 1,2,3 etc rather than I II III etc. There is...
by gtisdale
Wed Sep 21, 2011 3:57 am
Forum: Advanced Concepts
Topic: Client Server Printing
Replies: 19
Views: 27885

WIN:/DEFAULT (or PREVIEW:/DEFAULT) work and the job goes to the correct printer.
by gtisdale
Tue Sep 20, 2011 5:29 pm
Forum: Advanced Concepts
Topic: Client Server Printing
Replies: 19
Views: 27885

Is there a difference betweeen the PRINTER LIST on the CLIENT vs the PRINTER LIST on the SERVER and how do you specify which to use? I'm wondering if a server printer list is being queried and found to be blank while the client printer list carries the HP4 (the default in this case). This might also...
by gtisdale
Tue Sep 20, 2011 5:24 pm
Forum: Advanced Concepts
Topic: Client Server Printing
Replies: 19
Views: 27885

Printer List is: HP4 @192.168.1.149 ScanSoft PDF Create! @DocuCom PDF Port: pdfFactory Pro @FPP3: Microsoft XPS Document Writer @XPSPort: HP6L(file) @FILE: HP4200(letter) @IP_192.168.16.21 HP4200(Legal) @IP_192.168.16.21 hp psc 1300 series (Copy 1) @USB002 hp psc 1300 series @USB001 HP LaserJet 6L U...
by gtisdale
Mon Sep 19, 2011 6:39 pm
Forum: Advanced Concepts
Topic: Client Server Printing
Replies: 19
Views: 27885

CS is still ignoring my PRINTER.SYS sbstitutions. I tried various INCLUDE commands and finally just copied the PRNTER substitutions into my BRCONFIG.SYS file so INCLUDE is not a factor. I also did a STATUS ALL and saw that the substitutions are indeed loaded. I initiated PRINT_DIR and can see that t...
by gtisdale
Thu Sep 15, 2011 7:51 pm
Forum: Advanced Concepts
Topic: Client Server Printing
Replies: 19
Views: 27885

Still having problems printing in CS. I disabled OPTION 30 server side printing so the default is CLIENT - no change I can print PREVIEW:/DEFAULT and then select a printer and all goes well except my PRINTER.SYS is ignored. I have tried a number of different things and my PRINTER.SYS is ignored. Any...
by gtisdale
Wed Sep 14, 2011 6:22 pm
Forum: Advanced Concepts
Topic: Client Server Printing
Replies: 19
Views: 27885

Client Server Printing

I’m starting to try CS 430 printing. I can get win:@/DEFAULT to work perfectly, but if I try win:@/SELECT I get a 609 error, even if I select the default printer.

What am I doing wrong?

Thanks

FNGeorge
by gtisdale
Mon Sep 12, 2011 7:25 pm
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 52986

I don't know. Probably, but some times I'm finding that what I thought was the ENV$(variable$) isn't turning out that way. For example query ENV$("TEMP") on the client and on the server when you are running both on the same machine.

I'm just keeping my options open.
by gtisdale
Mon Sep 12, 2011 6:44 pm
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 52986

Very interesting function Luis. I've played with it a little because sometimes I want to know the Environment of the server and sometimes I want the Client so I have changed the routine to pass an "S" or a "C" and each then sets a separate ENV C_ or S_ rather than CS_. 00010 LET ...
by gtisdale
Mon Sep 12, 2011 3:05 pm
Forum: Advanced Concepts
Topic: FNSnap
Replies: 2
Views: 7114

If ENV$("PD") is not set it defaults to blank, which is the same as ".". Since, when set, ENV$("PD") ends with a "\", or should, the path used is the current directory. Where ENV$("PD") comes in really handy is a situation like mine, where I keep boo...
by gtisdale
Mon Sep 12, 2011 12:30 pm
Forum: Advanced Concepts
Topic: FNSnap
Replies: 2
Views: 7114

FNSnap

THis is a new topic started by Gordon's comment in Client Server thread regarding FNSnap. My intention in building FNSnap is to create a library that is generically useful to anyone using Business Rules language. At the beginning of the effort I did include some functions that were specific to my so...
by gtisdale
Sun Sep 11, 2011 6:27 pm
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 52986

When I moved the BRCLIENT.exe file and the BR_PARMS.txt file to a new directory (C:\wb) that was not a protected directory by the operating system I was able to copy files back and forth between the client and server. For the time bein I am setting up two directories below the WB directory that carr...
by gtisdale
Sun Sep 11, 2011 6:09 am
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 52986

In Client server how can I get the TEMP path of the client vs the TEMP path of the server in a Windows environment. In 4.2 ENV$("TEMP") would give me the TEMP path corrrectly. In 4.3 ENV$(TEMP") returns "C:\WINDOWS\TEMP" which is not only the incorrect temp directory, but it...
by gtisdale
Mon Aug 29, 2011 8:22 am
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 52986

My plan is to keep this thread going as I find the answers to my questions regarding files, printers etc. I know there are dealers that have made all of this work, but I need to understand for myself how and why it all works. Perhaps as I discover this along the way others who have never used C/S ca...
by gtisdale
Sun Aug 28, 2011 6:00 pm
Forum: Advanced Concepts
Topic: Client Server
Replies: 39
Views: 52986

Thanks. I was running the same release date, but I had mixed the debug and non-debug versions. I had installed the debug version of the server and the non-debug version of the client. I switched the client to debug version and all works now. Next on my agenda is to figure out the intracacies of clie...