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
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
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.com
sea-navision-community-subscribe@yahoogroups.com
detail in:
http://sea-navision-community.blogspot.com
How can I do This with the help of FOR loop?
Plz reply.
On the command button just include Next command alone which will make you to scroll the rec
Regards
Guna
RIS Plus, LLC
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.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n