Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. carolynh

    Programmically Open word

    Mike I took another look atthe sample code and seen where he made comments about the cSearch and cReplace. Thanks!
  2. carolynh

    Programmically Open word

    Mike It is a compile time error on Version 9.1D06 WinXP. ** Unknown Field or Variable name - cSearch. (201)
  3. carolynh

    Programmically Open word

    HelloMike When I try to run your sample, I get an error telling me that is doe not understand 'cSerach'. Is there documentation on this anywhere>
  4. carolynh

    Programmically Open word

    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.
  5. carolynh

    Parse String

    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...
  6. carolynh

    Parse String

    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...
  7. carolynh

    Parse String

    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".
  8. carolynh

    Parse String

    How can you search a text string to find a particular character; like "&
  9. carolynh

    Parse String

    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?
  10. carolynh

    Converting data

    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...
  11. carolynh

    Parse String

    Rich Thank you, I could not remember what the command was (Entry) Thanks again Carolyn
  12. carolynh

    Parse String

    How can I parse the following string into three different fields and/or varaibles for city, state and zip: "Cleveland,Ohio 44041
  13. carolynh

    Encryption

    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...
  14. carolynh

    Converting data

    Just using the REPEAT alone does not work either. I still get a blank record.
  15. carolynh

    Pause Option

    HelloMike No I do not have a wait-for in my procedure and your absoultely right about the internal loop count.
  16. carolynh

    Pause Option

    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...
  17. carolynh

    Pause Option

    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...
  18. carolynh

    Pause Option

    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...
  19. carolynh

    Progress & Crystal Reports

    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...
  20. carolynh

    Assign Next Value

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

Part and Inventory Search

Back
Top