It looks like you're new here. Sign in or register to get started.
Validate("Account Type","Account Type"::"G/L Account"); Validate("Account Type","Account Type"::Customer);
sabzam wrote: I am trying to do as follows: Validate ("Account Type", StrMenu ("Account Type", 1)); and Validate ("Account Type", StrMenu ("Account Type", Type)); but none is working
textVar := 'Option 1,Option 2,Option 3'; Validate ("Account Type", STRMENU(textVar, 1));
Comments
Validate ("Account Type", StrMenu ("Account Type", 1));
and
Validate ("Account Type", StrMenu ("Account Type", Type));
but none is working
I usually used the way you mentioned above. What I am trying to do is to Have G/L Account and Customer passed over by Variable
Try using this one instead.
RIS Plus, LLC