What i would like to do is progrmmically open Word, programmically place some data from the database in the doc and then let the user print or save or close it. I am running v 91D and will be on Win2003 server.
Everything seems to be working, except for my pathing. I dont think my propath is being set anywhere, so my calls are failing (ie.. run custom/xmlquery.p). How can I get my propath set???
I am using the L:\ts53\connect.pf to connect to the db:
connect.pf
# This is the database connection...
Rich
can I ask you a question off this subject line?
We have 2 db's; one is for trainging and the other is the live db. I am running a progress procedure through the Windows task manager (so it is unknown to the users that it is running). My problem is that I dont know how to tell it to run...
Actually I want to replace it with a space. One of our Java programs is brining in text with html codes. Like AB&C Company comes in like "AB& C Company".
Rick
Actually I had a typo, my stirng will ALWAYS be
Cleveland, OH 44041. (space between comma and state)
And when I use the code above it tells me that;
Entry 2 is out of Range and OHIO is acutally where the zip should be and state is blank. Is it because of the space before the sate?
Rich
Thanks again! I knew I used to do something to get rid of that last blank record, but could not remember what it was. I remember using the REPEAT TRANSACTION ON ENDKEY UNDO, LEAVE: years ago and tried that, but it did not work either (using V9 now), but now that you mention it; I do rember...
Could someone point me in the direction of how to encrypt files. I have been trying to use xcode but I am not successful for some reason. my command in ProEnv is:
xcdoe -d mypath myfile.p but it tells me ***openfil could not open ***. i am running it from \dlc91d\bin\ where the xcode.exe file...
what I actually want to do is to try and run the xml_listener.p program as a batch file in the background on the server so no one even notices that it is running. However when I try and run it; it ignores the pause message and writes a record to the xl-trans table about every second instead of...
I have also tried the No-Message option, but it does not work. It is acting like it has to have some type of transaction after it.
Also I am trying to run a this xml_listener.p program in a batch file but I am having trouble with that too. Could you give me an example of what my command line...
I am running a 'listener' program that simply watches for records to be written to a table;
WATCH-XML-TRXS:
repeat:
does some procressing
pause 60.
end.
My problem is that Progress does not recognize the pause statement unless I put some kind of transaction after it; like a...
Buffy
You use the Merant Progress SQL92 ODBC driver to connect Crystal Reports to Progress. You should be able to find documentation on this where you have Progress installed. Find the drive and folder where Progress is installed (typically c:\dlc\). there should be a folder named 'ODBC', this...
I need to programmically create a new record in a table that has a field that typically is auto incremented when a user creates a record in the UIB portion of the application. How can I auto-increment this value when I programmically create the record. I have tried to do a Find-last on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.