APPLY OFF: Difference between revisions
From Sysgem Support
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
== APPLY_OFF == | == APPLY_OFF == | ||
'' | ''How to make the "Apply" button unavailable on an input form.'' | ||
On the occasion when an error has been detected early in a transaction, it is desireable to display the error and not to allow the transaction to proceed. Making the "Apply" button unavailable on the input form achieves this very well. | On the occasion when an error has been detected early in a transaction, it is desireable to display the error and not to allow the transaction to proceed. Making the "Apply" button unavailable on the input form achieves this very well. Then the only option remaining is to "Cancel" the transaction. | ||
Enter the following Perl command in the "(M) Fields" script: | Enter the following Perl command in the "(M) Fields" script: | ||
print "\@{{APPLY_OFF\n"; | print "\@{{APPLY_OFF\n"; | ||
Revision as of 10:38, 25 January 2011
'Tips for developers working within the Sysgem Enterprise Manager (SEM) environment'.
APPLY_OFF
How to make the "Apply" button unavailable on an input form.
On the occasion when an error has been detected early in a transaction, it is desireable to display the error and not to allow the transaction to proceed. Making the "Apply" button unavailable on the input form achieves this very well. Then the only option remaining is to "Cancel" the transaction.
Enter the following Perl command in the "(M) Fields" script:
print "\@{{APPLY_OFF\n";