RE: Wintegrate & Phantom

2004-04-14 Thread Troy Buss (Logitek Systems)
Not as described. The phantom does not have a client, therefore the win.import has nothing to talk to. However, a few days ago, someone posted some source code for reading DBF files within a basic program directly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: DATA statement Clearing?

2004-04-01 Thread Troy Buss (Logitek Systems)
Karl, to clear the DATA stack, pehaps something like: LOOP WHILE SYSTEM(10) DO INPUT JUNK: REPEAT -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

RE: Re Text File to PDF

2004-03-31 Thread Troy Buss (Logitek Systems)
Tony, Thanks for the idea. In my project, I already have the PCL'ized reports done. I've used pcl2pdf before and it creates a nice (small) PDF file ready for viewing or emailing. regarding my earlier comments re active fax ... I checked with the www.actfax.com folks last night and they said t

RE: Re Text File to PDF

2004-03-30 Thread Troy Buss (Logitek Systems)
I've used active fax from www.actfax.com with good results for faxing. However, while investigating usage as a large report PDF emailer, it generates huge PDF files since the content is converted to a graphic. 7 pages is 714kb. Whereas using PCL2PDF the file is 14KB. Does VSI-FAX or other pdf-e

RE: UV - is there a coldstart equivalent

2004-03-09 Thread Troy Buss (Logitek Systems)
Interesting observation... I stopped and restarted universe and the value remained unchanged in the performance monitor. So this system(3001) counter theory is not going to work anyway. I've gone down the path of using a basic lock test (one of the 64 BASIC locks) instead. This method also requi

RE: UV - is there a coldstart equivalent

2004-03-09 Thread Troy Buss (Logitek Systems)
Thanks everyone that replied with suggestions. We are running on win 2003 server. I had an idea to check system(3001) which is the universe user1 performance monitor. I can change it using: ASSIGN 1 TO SYSTEM(3001) It shows up in the windows performance monitor, but: PRINT SYSTEM(3001)

UV - is there a coldstart equivalent

2004-03-09 Thread Troy Buss (Logitek Systems)
In D3 there is a coldstart process that runs when the database is started which is useful from an applications stand point by clearing status files, starting application phantoms and general cleanup. There does not seem to be an equivalent mechanism in Universe. What have people done to provide s