Search results

  1. R

    How to create table through code

    Hi, create _file. assign _file._file-name = "Table-name". HTH Regards Raghuveer
  2. R

    file upload in WS ?

    Hi, I have made a small email program, I am able to upload/attach only text file but how do I attach images(.jpeg/.gif) and .zip files? Regards Raghuveer/Navin
  3. R

    How to create sequenced records

    Hi, When "Release" is executed progress will release the record from buffer and if you try to access it again with out fetching, you should get the message "No <tablename> record is available". Release will not downgrade the lock. Regards Raghuveer
  4. R

    How to create sequenced records

    Hi, When you execute "Release" then lock will be downgraded to NO-LOCK and not to Share lock. Regards Raghuveer
  5. R

    Function Key Triggers

    Hi, In main block of smartwindow put the below code. ON 'F12':U ANYWHERE DO: <statements> END. HTH Raghuveer
  6. R

    Parameters & Checked values

    Hi There, I have a text field where user will enter user id and have "find button" next to it. On click of that I am opening an new *.html page and displaying all the records with the begining with the text in the field. User can check any record. Once they select it and confirmed(have...
  7. R

    Default-lock

    Firstly I would like to thank Lee for his time. Lord, I was just wondering is it possible but am not over ride any default settings. Anyways thanks for your comments. Regards Raghuveer
  8. R

    Default-lock

    Hi, When a record is read from database by default its share-lock, is it possible to change this to no-lock. I mean is there any startup parameters to set default locking to no-lock. Thanks in advance. Regards Raghuveer
  9. R

    Optimistic & Pessimistic locking

    Locking Hi there, Thanks for your comments. Regards Raghuveer
  10. R

    Optimistic & Pessimistic locking

    Hi, Could somebody tell me what exactly optimistic and pessimestic locking and what situation these things comes into picture. Thanks in advance. Regards Raghuveer
  11. R

    SmartObjects !

    Smart object ? Hi, Yes, i am doing the same way u have suggested. The data is also populated but i get the error msgs that i mentioned in my previous msg. Thanks for all your help. Raghuveer
  12. R

    SmartObjects !

    I followed the method u suggested and it did work for smartdata viewer, but still have problem with smartdata browsers, i am getting couple of errors which am unable to understand. steps followed to create smartdatabrowser. 1) Created smartdataobject (SDO) - to query the DB. 2) Created...
  13. R

    SmartObjects !

    Hi Lord, I have smartdata viewer and smartdatabase query, when i put the smart viewer on smart window i dont see the DB fields in Smart viewer enabled for data input. I want to make them enable for data entry. Thanks for reply. Raghuveer
  14. R

    SmartObjects !

    I am progress programmer have worked with basic objects and now working on V9.1B - smartobjects. I tried to use smartbrowser and viewer provided by progress (amd2/templates). Created SDO for customer table from sports DB. I encountered couple of errors when i put smartbrowser on smartwindow. 1)...
  15. R

    SmartObjects ?

    Hi All, I am progress programmer have worked with basic objects and now working on V9.1B - smartobjects. I tried to use smartbrowser and viewer provided by progress (amd2/templates). Created SDO for customer table from sports DB. I encountered couple of errors when i put...
  16. R

    Progress Jobs

    Progress - Germany Hi There, I am progress developer based in germany and would highly appreicate anyone giving me some leads. Thanks.
  17. R

    Progress jobs in Italy

    Progress - Germany Hi Shaft, I am a progress developer based in germany and would like to know any companies are looking for progress develoepr. I would highly appreicate if you could pass some information. Looking fwd for your response. Thanks Raghuveer
  18. R

    Program name ?

    Hello, I have situation where i need to list all the programs called in one another, could somebody let me know whats the best way to do this. I guess i can use XREF to list out the names. Thanks for ur help Regards Raghuveeer Deutschland.
  19. R

    Program name ?

    Hello, I have a problem where i have to read all the programs in a directory and list them accordingly..if a program is called in another program i need to list them..somebody pls help me. I guess i can use XREF keyword. Thanks for ur help. Regards Raghuveer Deutschland.
  20. R

    Password Editor

    Hello How to create password editor in progress. ( i mean when user types his/her password that should be displayed *). Thanx & Reg. Raghuveer
Top