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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by carolynh

  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.

Part and Inventory Search

Back
Top