Recent content by Dharmendra

  1. D

    Converting the given time to seconds

    Hi, Could anyone please help me in converting the given time to seconds? Do we have any function in progress to do this? Ex: I have the time in the format of 22:38:42. Now I need to convert 22:38:42 to seconds. Regards, Dharmendra
  2. D

    Differences between Persistent & Super Procedures?

    Hi, Could anyone please help me with the differences between Persistent & Super Procedures? Thanks, Dharmendra
  3. D

    Differences between RECID & ROWID

    Hi, Could anyone please help me with the differences between RECID & ROWID? Thanks, Dharmendra
  4. D

    Difference between RECID & ROWID and Persistent & Super Procedures

    Hi, Could anyone please help me with the difference between RECID & ROWID and Persistent & Super Procedures? Thanks, Dharmendra
  5. D

    Primary Index allows null values?

    Hi, Can anyone confirm the below question regarding primary index. CREATE abc. ASSIGN abc.a = "" abc.b = "" abc.c = 1 abc.d = "1". Here field b in the table abc is primary index and allowed null values multiple times. So my question is does primary...
  6. D

    Difference between Put and Export

    Hi, I am not able to see the exact difference between Put and Export. Can anyone help me please. My understandings, 1. Unformatted can be used for Put but not Export. 2. delimiter can be used for both. (Put stream s1 unformatted "," - Export stream s1 delimiter "," ) 3. There are inverted...
  7. D

    Trying to understand LEAVE statement.

    Thank you so much everyone for the fast reply.
  8. D

    Trying to understand LEAVE statement.

    Can anyone please explain how the following code works. I am not able to understand how LEAVE works here. I could not see either messages. DO: IF YES THEN DO: LEAVE. END. MESSAGE 123 VIEW-AS ALERT-BOX INFORMATION BUTTONS OK. END. MESSAGE 456 VIEW-AS ALERT-BOX...
  9. D

    Difference between FOR FIRST and FIND FIRST

    Hi, Can anyone explain the difference between for first and find first with the example. Thanks in advance.
  10. D

    Question Repeat for and do for

    Hi Community, Can anyone explain in what cases do for transaction and repeat for transaction would be used?
  11. D

    Using PRESELECT EACH

    Hi Tom, I have small doubt here. So PRESELECT is nothing but copy of the db record and we fetch copy of the record using find?
Top