One record to multiple records in table box?
bbcai
Member Posts: 80
How can i insert multiple records in table box from a table record?
For example:
If there are 3 fields in table A, then the form is able to display 3 lines. Is it possible to make it?
For example:
If there are 3 fields in table A, then the form is able to display 3 lines. Is it possible to make it?
0
Comments
-
Say WHA!?
Could you be a more detailed...."Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."0 -
Example: If there is a table with 3 fields:
Table A (Field 1, Field 2, Field 3, Boolean 1, Boolean 2, Boolean 3)
I want to get a record from this table and put it as 3 lines in table box (Form) and update it only during posting.
Example: (Table Box)
Features...............................Ticked (Boolean Check)
Feature 1 (From Field 1).........Boolean 1
Feature 2 (From Field 2).........Boolean 2
Feature 3 (From Field 3).........Boolean 3
How can this be done?0 -
Either you'll need to make a tabular form or a Matrix form.
Click the link below to lookup Matrix forms!
Click this link to download the Navision Bible!"Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."0 -
I cannot download from the link... Can send to my email?0
-
Why can't you download the file. What is the error you get?"Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."0 -
I have tried to download again today and it is successful. Does it explain how temporary table works on table box???0
-
No, but, I think, it does explain how to make a matrix form."Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."0 -
I don't know for sure if I fully understand your problem, but here are my thoughts:
You can create a temporary table, and insert the values in this record-variable. To show this in a form, you can do it by:FORM.RUNMODAL(FormID, myTempRecordVariable)
Using temporary tables should help you dealing this problem ...
gl0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 323 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
