Virtual Table

aman_mbs
aman_mbs Member Posts: 158
Pleae help me out how to create Virtual tables & what is use of integer in 405 number table named Order.
Aman Kumar Gupta

Comments

  • Luc_VanDyck
    Luc_VanDyck Member, Moderator, Administrator Posts: 3,633
    You can't create Virtual Tables, they are managed by Navision.

    The table Integer is used in reports to iterate a section multiple times.
    For example: you want to print 2 copies of a report, then the Integer-dataitem is iterated 2 times (using the code
    SETRANGE(Number,1,NoOfLoops);
    
    in the Integer OnPreDataItem-trigger.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Mbad
    Mbad Member Posts: 344
    Depending on definition temporary tables are kinda virtual, eventhough they are defined as real.