form?
subrata.bauri
Member Posts: 21
I have created a form with text box and Command button.
I click the button the TEXT BOX show the Customer Name orderly.
To do this I use WITH statement and succeed.
But I want to do the same task by FIND function, FOR Loop.
How can I do This?
Plz reply.
Thank u. :-k
I click the button the TEXT BOX show the Customer Name orderly.
To do this I use WITH statement and succeed.
But I want to do the same task by FIND function, FOR Loop.
How can I do This?
Plz reply.
Thank u. :-k
0
Comments
-
Could you be a little more clear. Also if you put your code here, it will help us find solution for what you are tying to do.0
-
I think ara3n are correct, do you mean like this following example:
IF NOT FIND('-') THEN BEGIN
xxxxx;
EXIT;
END;
or different from the above..?
Rgds,
Johnson
Subscribe to this mailist freely:
Sea-Navision-Community-subscribe@yahoogroups.com
More detail in:
http://sea-navision-community.blogspot.comsubscribe to:
sea-navision-community-subscribe@yahoogroups.com
detail in:
http://sea-navision-community.blogspot.com0 -
I want to see customer names in the text box(form) from customer table sequentially . To do this I want to use a command button.
How can I do This with the help of FOR loop?
Plz reply.0 -
I think you can do the following
On the command button just include Next command alone which will make you to scroll the rec
Regards
GunaGuna0 -
Why would you want to do it that way? You can set the form's source table to the Item table and add fields to a table box. That way it's populated without any code, and all filter functionality and the VCR buttons will work on your form.0
-
Yeah, it does seem pretty silly.
But there is one reason. If you create a command button to do it, you can make it a little easier to navigate to the next record via the keyboard only.0 -
There are shortcut keys for nex record and prev record {PageDown} and {PageUp}0
-
:oops: oops0
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
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 253 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

