Search results

  1. S

    BEGINS how does it works??

    Begins usually we use for two purpose 1) if is exact match ("a" begins "a") 2) if is char begins with ("abc" begins "a") I think either Tom or mine can answer ur qustion.
  2. S

    what for release statement inside the transaction block?

    hi StuartT, i Think progress do things as they defined, it does not behave differently, we have some process how to down grade the locks. if iam wrong put forword the points, i will calrify.
  3. S

    what for release statement inside the transaction block?

    hi nabesa, maily transaction means we are going to update the some thing. so the record will be in exclusive-lock or shared lock. After transaction the record should in "no-lock" or release (no pointer to record) becouse we are not going to update any thing. we go for no-lock when we want...
  4. S

    modify the file (a little triky one)

    I have tested every thing is working fine. Can some one help me in this, i have little problem given code Different string legths or adding string at the last : ==================================== i have tried a lot to add the strings of different lengths, when iam adding this the...
  5. S

    modify the file (a little triky one)

    Yes Tamhas , I will do good testing, then i will take a log of each line to a file, so that i can check manually wht got modified also and i will take back up of all the files. Thanks for consern. Ron, thanks for support me. Thanks for all ur support. really good to see nice positive...
  6. S

    modify the file (a little triky one)

    no tom , we have two database's, now i want to move to one database and delete other, i want to find the old database(deleted) and replace with new database. if we have strings to replace of different length's (replace old one with new one) and add the comment at the end of the line when...
  7. S

    modify the file (a little triky one)

    i have two problems, can any one help me in this. 1) when replace string length differs with old string (oldString = "tom" newString = "jonee" where old string length = 3 and new string length = 5) 2) when blank space encounter (next line)
  8. S

    modify the file (a little triky one)

    :) k tom, i will check this. thanks for all for supporting me. especially tom for supporting me. :blush:
  9. S

    modify the file (a little triky one)

    yes, each souce file with same string, yes iam always changing one particular string of characters into another one.
  10. S

    modify the file (a little triky one)

    thanks all but tom iam not asking for fun. The code which u gave working fine for me. can i go head with it, as tamhas said it is dangerous, iam little bit scared abt it. boz i have to change the lot of files ( source code file). if i go head , how can find something went wrong . boz my...
  11. S

    modify the file (a little triky one)

    hi every body, i have a small requirement, this is achivable i dont know, if possible please give me suggestions. I have to a file (c:\abc.txt), let us think there is a large amount of data. now i want to find a word in the file and replace with diffrent wrod in the same file...
  12. S

    Get current IP Adrress

    Thanks casper i have run the prog sucussfully without windows.p,but wht is the use, how and where to use this windows.p, ur saying who developed also, then that may be usefull procedure. plzzzz help me in this :). Thanks in advance Casper, and for immediate response :).
  13. S

    Rename Fields or Tables in Queries (Alias)

    For other it may be simple, but i feel i need to know it as a progress developer how do i know my data base SQL or ABL? Progress database is SQL or ABL ??
  14. S

    A .r question

    i want check, i assumed is right, if not correct me. .r wil contain 1) encoding of source code 2) relative path of the file 3) but not xref related info so when debugger is running form .r it will create a debug file and go head right plz add point if u want...
  15. S

    Get current IP Adrress

    hi casper, iam new learner,i think u can answer my damp question :). 1) i found the code, in the linked brower. 2) i copied the code the editor. 3) but i dont know where the file windows.p will be? 4)any way i ran the code i did not get any result, i did not find the calling procedure for...
  16. S

    can any one tell me how to rid of this error

    This version of PROGRESS compiles only encrypted programs. (1086) The procedure to be compiled must be encoded through the XCODE utility. This version of PROGRESS requires that you use the XCODE option with the COMPILE statement.
  17. S

    search all Initialization files

    search Initialization files is easy if we have propath, but my requirement is search all .ini file when propath is not set and i can find only one .ini in startup-parameters, can any one help me on this thanks in advance. plzzzzzz help me soon. all are welcome
  18. S

    how to print in protrait and landscape mode

    vaalen the thread is quite usefull, but does not match with my requirement. user will have a chose to print either in protrait or landscape. if he selects protrait then the print should be in protrait. i think this requirement is clear i feel.
  19. S

    Confused with the way why Progress acts so...

    really suprised to see such things.:lol: Is this due to index or Defalut values or any other thing. really good qustion.
  20. S

    How to resize the dilog box

    How to resize the dialog box. can any one provide me the solution ?
Back
Top