Focusing Record Pointer in First Position on LIST form ??
pskannaa
Member Posts: 138
Can you suggest me, how to set the focus on list Form in First Record position...
because while clicking button,i am calculating data and insert the record in table using looping. so the pointer is set in the last record position.
I WANT TO PLACE IN FIRST RECORD POSITION, WHICH TRIGGER,COMMENT SHOULD I USE !!!
because while clicking button,i am calculating data and insert the record in table using looping. so the pointer is set in the last record position.
I WANT TO PLACE IN FIRST RECORD POSITION, WHICH TRIGGER,COMMENT SHOULD I USE !!!
0
Comments
-
Look at the SourceTablePlacement form property, which you can set to Last.0
-
No, what i mean that i want to set the record pointer in the FIRST position...
Eg: in List i hav 75 records(rows)....when i opened the form the pointer is focusing on last ROW, but i want to be focus the pointer in FIRST ROW.0 -
Hi Experts
By set SavedTablePlacement property i lost my data in list form.can u explain in better way?Devendra Kr. Sharma
IBIZ Consulting Services,India0 -
(i'm not expert but i reply anyway
)
it's not possible to lose data in this way...try to clear filters and/or refresh the form...
then check if you set the right property (maybe you set savevalues to "no"?).
anyway, no property can delete data in your underlying table0 -
All that this property does is put the cursor in a predefined position, it does not cause data to be lost. I believe it is you who needs to explain your requirement a little further.0
-
when opening the form - in the OnOpenForm trigger add code:
FINDFIRST;
when pushing the button - in the OnPush trigger for the button add code:
FINDFIRST;0 -
there are 3 reasons for not doing this:canadian_bacon wrote:when opening the form - in the OnOpenForm trigger add code:
FINDFIRST;
when pushing the button - in the OnPush trigger for the button add code:
FINDFIRST;
1. write code when there is a specific property for this
2. use FINDFIRST when maybe in this case is better to use find('-')....this is not always true...
3. you have to write the code in each form accessing this form: this is the worst thing :!:0 -
FindFirst/ setting property for "First"....No LUCK !!!
any other idea....0 -
I am going out on a limb here and say that you are not telling us everything. That property is basically hard coding the form to put the cursor on the first/last/saved position. You must have some code on the form that overrides this property.pskannaa wrote:FindFirst/ setting property for "First"....No LUCK !!!0
Categories
- All Categories
- 73 General
- 73 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 328 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
