Here is the syntax from Progress:
SYNTAX
CASE expression :
{ WHEN value [ OR WHEN value ] ... THEN
{ block | statement }
} ...
[ OTHERWISE
{ block | statement }
]
END [ CASE ]
DEFINE VARIABLE pay-stat AS INTEGER INITIAL 1.
UPDATE pay-stat VIEW-AS RADIO-SET
RADIO-ITEM unpaid 1 LABEL...
SBendBuckeye, Thanks for getting back..
No, I'm not in a [before update] event. [Before Update] event runs a macro to timestamp the record for change.
I used the [After Update] event because I have to wait for the combo box selection to be made before I can use the Find method to get the...
1. I have Combo box that use a query to provide a select list.
2. "After Update Event Procedure" uses a Find Method to populates fields based on the combo box select.
3. Work fine. But,
4. If I try to change the initial select, I get the status line message "To change this field...
I'm opening a form using the DoCmd with window mode set to acDialog. The form opens, but I have lost the ability to resize the form. If I open the form directly, I do not have this problem, but the form will always be called by a parent form. The focus control needs to be in the open form...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.