Cancel Option addition on a form.
manisharma31
Posts: 285
Hi,
This is the standard code in Codeunit 311 for checking sales line qty,
IF CheckItemAvail.SalesLineShowWarning(SalesLine) AND GUIALLOWED THEN BEGIN
OK := CheckItemAvail.RUNMODAL= ACTION::Yes;
CLEAR(CheckItemAvail);
IF NOT OK THEN
ERROR(Text000);
END;
When the form is open i have two option Yes or No.
Now i want cancel option on the form also,i.e Yes,No,Cancel.
If cancel is pressed then some process is done.
But if i add / modify the code to as,
OK := (CheckItemAvail.RUNMODAL= ACTION::Yes) or (CheckItemAvail.RUNMODAL= ACTION::Cancel);
i get error message to clear the form first.
How can i check on form the action pressed is Yes or Cancel.
Any Idea.... ](*,)
This is the standard code in Codeunit 311 for checking sales line qty,
IF CheckItemAvail.SalesLineShowWarning(SalesLine) AND GUIALLOWED THEN BEGIN
OK := CheckItemAvail.RUNMODAL= ACTION::Yes;
CLEAR(CheckItemAvail);
IF NOT OK THEN
ERROR(Text000);
END;
When the form is open i have two option Yes or No.
Now i want cancel option on the form also,i.e Yes,No,Cancel.
If cancel is pressed then some process is done.
But if i add / modify the code to as,
OK := (CheckItemAvail.RUNMODAL= ACTION::Yes) or (CheckItemAvail.RUNMODAL= ACTION::Cancel);
i get error message to clear the form first.
How can i check on form the action pressed is Yes or Cancel.
Any Idea.... ](*,)
Regards,
Manish
Manish
0
Answers
-
[Topic moved from 'NAV 2009' forum to 'NAV/Navision' forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Your codemanisharma31 wrote:OK := (CheckItemAvail.RUNMODAL= ACTION::Yes) or (CheckItemAvail.RUNMODAL= ACTION::Cancel);
..calls RUNMODAL twice without clearing it....
Try:OK := (CheckItemAvail.RUNMODAL IN [ACTION::Yes,ACTION::Cancel]);
Does this help?0 -
hey kapamarou
Thanks,it worked =D>Regards,
Manish0 -
You're welcome.

You can mark the topic as solved now.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
- 611 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