How To create record variable at runtime:

lakshmanlakshman Member Posts: 44
Hi Experts,

I have a table ,that contains one Field of integer datatype.

when i Retriving the data from the table to do coding it should create Record variable with particular table id Automatically.

Thanks & Regards

lakshman
Best Regards,
Lakshman Routu
http://lakshman-routu.blogspot.in/

Comments

  • sandy_bsilsandy_bsil Member Posts: 40
    lakshman wrote:
    Hi Experts,

    I have a table ,that contains one Field of integer datatype.

    when i Retriving the data from the table to do coding it should create Record variable with particular table id Automatically.

    Thanks & Regards

    lakshman

    Then you can use the RecordRef to point to the required table's record and FieldRef to point to a particular field in that record.

    You go thru the C/SIDE Reference Guide for further information.
    Sandeep B
Sign In or Register to comment.