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 - michaelgreer

Pages: 1 ... 3 4 [5] 6 7 ... 9
61
Programming / Re: Code failure between PVX 9.1 and 15.1
« on: July 20, 2021, 10:57:44 AM »
Devon, it is just on the open, but  I will do as you indicate.

62
Programming / Re: Code failure between PVX 9.1 and 15.1
« on: July 20, 2021, 08:53:49 AM »
Any word on this.  The only thing that has changed here is the PVX version.  This is a productions system and is limping along without an important feature.

63
Programming / Re: Code failure between PVX 9.1 and 15.1
« on: July 15, 2021, 04:45:31 PM »
That was stupid on my part. Sorry.  Now we are getting somewhere:

42000: [Microsoft][ODBC Microsoft Access Driver ] Syntax error in FROM Clause

Michael

64
Programming / Re: Code failure between PVX 9.1 and 15.1
« on: July 15, 2021, 04:24:49 PM »
@Mike - I had checked, but just rechecked. My Windx is 32 bit and the ODBC driver is 32 bit.  @Devon, msg(-1) is empty.  Any other ideas?

65
Language / Launch PxPlus with -S
« on: July 15, 2021, 03:40:30 PM »
Ignore this. I coldn' delete. Missing inittab file.

I have to have 2 instances of the inittab emulator running on a server.  I hacked the winutl/service program to change the name of the service from PxPlusInit to PxPlusInitA and also changed the long name.  I see in the registry that the image is \pathtopvx\pxplus.exe -s PxPlusInit93. (normally for the first install that is just PxPlusInit).  This service will not start and stay running. I can find now documentation on the -s switch, but I suspect the name PxPlusInit93 is what is doing me in.  Any insight appreciated.

66
Programming / Code failure between PVX 9.1 and 15.1
« on: July 15, 2021, 11:59:26 AM »
This line of code executes on version 9.1 of PxPlus with no issue.

10010 ok=1; test=hfn; if %wdx=1 then open (test,err=MISSING_WASP)"[WDX][ODB]SunnyLabel" else open (test,err=MISSING_WASP)"[ODB]SunnyLabel"

The exact same code on the same workstation returns an error 15 and branches to the "MISSING_WASP" label on vesion 15.0.  %WDX is in fact 1, so the wdx vefrsion is executing.

What might I be missing here?

Thanks!

67
Language / Writing Postgres tables
« on: July 09, 2021, 01:12:55 PM »
Has anyone every written to a postgres database out of a PVX program. Any pointers would be appreciated.

68
Language / Re: *windev* and scheduled tasks
« on: June 17, 2021, 02:57:24 PM »
Stephan,

Even though the scheduled task was set to run as administrator, it was not set up by user administrator. When we deleted it and re-added under the administrator login all was good, so you were pointing in the right direction.

Thanks!

69
Language / Re: *windev* and scheduled tasks
« on: June 17, 2021, 10:57:10 AM »
Thanks Stephan!  I am running as administrator with highest permissions.  The spooler *is* however configured for a shared pritner.

70
Language / *windev* and scheduled tasks
« on: June 17, 2021, 09:46:19 AM »
We have a user trying to run a program via the Task Scheduler on windows and a printer open to a *windev* device is throwing an error 12.  Is there a limitation on using *windev* when running something in this fashion?

71
Programming / Re: Device communication via a USB port
« on: May 30, 2021, 10:04:32 AM »
Yes indeed. This dinosaur uses usb to serial port adapters all the time. The configure as com ports and all works well.  Cheap as $9 US.

72
Language / Opening MySQL on a remote server using ADO command tag
« on: May 04, 2021, 10:27:38 AM »
I have a situation where I need to access a SQL database on a different server than the one where I am running PxPlus (same network).  Can someone give me a working example of an open command  to do this. It is not clear to me from the documentation where I specifiy the ip address for the server.

73
Programming / Re: Embed an IO_PROGRAM
« on: April 20, 2021, 08:33:37 AM »
Jeff,

Thanks!  That is what I was looking for. I have inadvertently embedded a bad program before, so know the nightmare that can cause!

Michael

74
Programming / Embed an IO_PROGRAM
« on: April 19, 2021, 12:09:31 PM »
Is there a command line that can be used to embed an IO Program into a data file. I know this can be done with nomads, but I would like to handle it from a program.  I tinkered around with the tblinfo object and the setvalues method, but this did not seem to have any effect.

75
Web Services / Re: BROWSER IP ADDRESS
« on: February 16, 2021, 08:50:04 AM »
In every application I have build using the webserver %remote_ip$ is always the browser/remote ip address.  In fact, I have used that as part of a "firewall" scheme to lock down access.

Pages: 1 ... 3 4 [5] 6 7 ... 9