PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - joe

Pages: 1 [2]
16
Programming / Re: viewer display
« on: January 03, 2020, 02:51:44 PM »
You are correct it is providex version 7-9 not PLUS.


17
Programming / Re: viewer display
« on: January 03, 2020, 12:52:46 PM »
I have tried it with version 7, 8 and 9.

18
Programming / Re: viewer display
« on: January 02, 2020, 11:42:43 AM »
That gives me an error 12.

19
Programming / Re: viewer display
« on: December 30, 2019, 03:11:46 PM »
using the workstation based viewer [wdx]*viewer*;supresswatermarks

20
Programming / Re: viewer display
« on: December 30, 2019, 01:08:34 PM »
Hi Mike.

I will check the data, but I don't think this is the case. Since I could have pages 1-5 print normal and pages 6-10 reverse, then pages 11-12 normal and 13 to the end reverse. Now if I page down thru the report and then page back up pages 3-5 might now be reverse where as before they were normal.

This report is also 132 columns if it makes a difference. Also some pages the line length seems to get truncated.
The report is also hundreds of pages long.

21
Programming / Re: viewer display
« on: December 27, 2019, 02:52:44 PM »
I only use 'lf' 'ff' and 'cr'.

Also why after the report had finished would pages change from normal to highlighted just by paging down and then back up.
This does not happen all the time.

22
Programming / viewer display
« on: December 27, 2019, 12:45:33 PM »
The viewer seems to change the display of the report at random. The first couple of pages appear normal then the next couple appear as if the test is highlighted.

Normal is black text on a white back ground.

Highlighted is white text with a black black ground but only in the space allowed for the text. The rest of the report is white.

If I page up and down thru the report page 2 which was normal is now highlighted.

Any ideas?

23
Programming / Signature capture
« on: April 12, 2019, 04:37:11 PM »
Anyone have any luck with topaz signature capture device and wish to share their knowledge.
 


24
Programming / exception error
« on: April 12, 2019, 04:34:24 PM »
I get an external exception C01500f

Any thoughts on what causes this? How to resolve it? What to look for?

25
Programming / Re: ERROR 46 PRINTING TO A PDF PRINTER
« on: December 28, 2018, 01:00:19 PM »
I tried 2 reports 1 worked the size is 36kb the one that failed is 12kb.

26
Programming / Re: ERROR 46 PRINTING TO A PDF PRINTER
« on: December 28, 2018, 12:55:49 PM »
Seems once I get the error 46 anything I do generates an error 46.
Just tried to type END and got an error 46. I will have to kill the process.

27
Programming / ERROR 46 PRINTING TO A PDF PRINTER
« on: December 28, 2018, 11:36:31 AM »
I get an error 46 when printing to a PDF printer. This happens on remote windx workstations. and only once in a while. But when it happens it happens all the time.
I can run the same print job from my workstation and all is well. It seems to print at least 1 full page and then error. The errors occur on a heading line with a 'cr' at the end of it.

Does anybody have a clue what might be happening?

28
Programming / ENVIRONMENT VARIABLE
« on: October 31, 2018, 03:15:10 PM »
Is there any way to change the path environment variable from PVX.
From the CMD prompt I can use PATH %path%;c:\joesdir\ to add to the path.
I would like to do this in my program.
I have tried Invoke ("PATH %path%;c:\joesdir\") which does not work
I have tried it in a .BAT file, no luck either.

29
Programming / Re: system_help
« on: July 19, 2018, 01:00:26 PM »
I found the answer. Don't include the [wdx] portion of the name.
The correct syntax is:
System_help "/tmp/image001.bmp"

30
Programming / system_help
« on: July 19, 2018, 11:48:38 AM »
system_help seems to be able to do a lot of things. Start email client, start a spread sheet, etc. Can it display an image? I tried system_help "[wdx]/tmp/image001.bmp" and it did nothing.

Any other ideas to fire up the default program for a file on the windows machine?

Pages: 1 [2]