Want to see the key and structure of the virtual table

sbansalsbansal Member Posts: 17
Dear Sir/Mam,

Is there any way to see the keys and table structure of the virtual table ?


S Bansal

Comments

  • ufukufuk Member Posts: 514
    You can add it as variable to see fields and use Currentkey to get primary key if not any other key is applied. You can also use Field table for a detailed view.
    Ufuk Asci
    Pargesoft
  • krikikriki Member, Moderator Posts: 9,110
    Create a tabular-form on the virtual table and add all the fields on the form. Run the form and you can see all the indexes on it.

    If you want to see the fields and there types, create a tabular-form on virtual table "Field". Add all fields. Run the form and filter on the virtual (or real) table you want to investigate.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.