I'm trying to open an abode file, that's stored on my database in the adobe viewer
when the user clicks on a list of the files
it will pull down the data, and store into an adobe file.
then.... with that filename, it will call shellexecute
the file opens up properly
but... it seems to drive the cursor on the datawindow crazy
it appears to be highlight every row that it touches
Am I doing something wrong? do I need to set the cursor to hourglass?
or... do I need to somehow wait on the Adobe reader operation to end
before letter powerbuilder take back over
I've used the run and wait operation before
should I use that, instead of the shellexecute