Cursor position
alex9
Member Posts: 97
I have a textbox on a form which has some text variable as it’s SourceExpr and I want that variable to contain filter string for some table field. Textbox has LookUp button and a trigger and ClearOnLookup=No
Is it possible to imitate in the OnLookup trigger code generic Navision behavior when it inserts selected value into CURRENT CURSOR POSITION of a textbox?
What seems to be a problem is that C/SIDE does not provide a way of knowing where cursor was prior to launching Lookup form. Above mentioned generic behavior can be observed for example in table filters.
Is it possible to imitate in the OnLookup trigger code generic Navision behavior when it inserts selected value into CURRENT CURSOR POSITION of a textbox?
What seems to be a problem is that C/SIDE does not provide a way of knowing where cursor was prior to launching Lookup form. Above mentioned generic behavior can be observed for example in table filters.
0
Comments
-
The key is set the table relation on the text box. Then you don't need to put any code on the lookup trigger. Here is an example
OBJECT Form 50080 test lookup with text { OBJECT-PROPERTIES { Date=11/09/06; Time=[ 7:44:09 PM]; Modified=Yes; Version List=; } PROPERTIES { Width=8000; Height=8000; } CONTROLS { { 1000000000;TextBox;1980 ;1430 ;2750 ;440 ;ClearOnLookup=No; SourceExpr=MyItem; TableRelation=Item } } CODE { VAR MyItem@1000000000 : Text[250]; BEGIN END. } }0 -
Thanks!0
-
You are welcome.
0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
