Temporary Table ???

jeromecorriveaujeromecorriveau Member Posts: 13
It is possible to create a temporary table and how can i do that ?
Thanks !
Jerome

Comments

  • zeninolegzeninoleg Member Posts: 236
    You cannot create a temporary table from the scratch(meaning with the fileds that you want).
    You can create a variable of the type Record and select any of the existing(real) tables as the SubType. Then go to the properties of this variable and put a checkmark in the Temporary field. You are done! This temporary table will be empty.
    I hope it is clear, my head does not work properly today :lol:

    PS You can search online help or this forum for this topic as well.
    Best Regards,
    Oleg
  • krikikriki Member, Moderator Posts: 9,118
    You can also create a new table that you ONLY use as a temptable. In this case you don't need to put it in the customers license.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.