Need a help, in a linkin' in a form...

Becka
Member Posts: 178
Hi all! 
I have a problem, i need to link a control value to another table.. but my form has no source table, and i don't need source table.. I need to link the control of a form to another table.. if any ideas just help..
thanks to all!

I have a problem, i need to link a control value to another table.. but my form has no source table, and i don't need source table.. I need to link the control of a form to another table.. if any ideas just help..
thanks to all!

MCSD
Attain Navision
Attain Navision
0
Answers
-
Do you mean:
Add global recItem, record Item.
In OnOpenForm: recItem.GET(ItemNo);
In SourceExpr control: recItem.Description
Or else can you give an example of what you are trying to achieve?
Tino Ruijs
Microsoft Dynamics NAV specialist0 -
okay.. I've a form, which has no source table, and i need to add a control, that will linked to another table.. To say in other words, i need a control with selectable function, but not an option type...MCSD
Attain Navision0 -
I believe you came from .NET programming background, yes? I did a customization for a customer before, to make a Navision form similar to a web form.
What you need to do:
1. Have a global variable, called aText for code 20, and a global variable called Item as record Item
2. create the text box on your unbound form
3. set the SourceExpr property of the text box to the global variable
4. at the OnLookup trigger of the textbox writeIF FORM.RUNMODAL(FORM::"Item List",Item) = ACTION::LookupOK THEN aText := Item."No.";
5. now you have an unbound form, with a textbox, with a selection from the Item table, returning the Item No.
6. the next step is to to some validation, but that is out of scope
Rgds,
Jon.Rgds,
Jon.0 -
That's it maan.. Thanks a lotMCSD
Attain Navision0
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
- 320 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