Options

create 'tabular-type form' using 'create a blank form'option

jksjks Member Posts: 277
How can i create a 'tabular-type form' using 'create a blank from' option?
i.e i do not have any Source table. I simply want to display some values on that form in tabular fashion.

I tried to create a 'card-type form' and then i selected table-box control but then i am not able to enter values directly in that table-box.

Please help.

Comments

  • Options
    kinekine Member Posts: 12,562
    There is not possible to do that... you MUST use some source table, but you can modify OnFindRecord, OnNextRecord, OnAfterGetRecord, OnAfterGetCurrRecord to show some imaginar values for example from some temporary table filled with the values... search for "temporary" on this form, may be you will find some posts about how to show values from temporary table (you can see some examples in demo database on form 6510 etc.)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    ShenpenShenpen Member Posts: 386
    The source table can be the integer table or other virtual tables (take a look at the these reports: sales invoice and sales order confirmation).

    You can filter the integer table to f.e. have 10 colums, put global variables into the grid and populate them in OnAfterGetRecord.

    Do It Yourself is they key. Standard code might work - your code surely works.
Sign In or Register to comment.