garym@camgar.ca
New Member
In CHUI Progress, I am able to programmatically change the HELP of a form.
As an example:
if obuf.order-type = "C" then
obuf.cust-po#:HELP = "Enter original invoice # or blank".
else
obuf.cust-po#:HELP = "Enter customer po #".
How can I change the validate routine in a similar manner?
As an example:
- If = "C" I want to have one validate statement and if not "C"
then naother but I want to be in the same frame
Many thanks in advance.
Gary Mittleman
garym@camgar.ca
As an example:
if obuf.order-type = "C" then
obuf.cust-po#:HELP = "Enter original invoice # or blank".
else
obuf.cust-po#:HELP = "Enter customer po #".
How can I change the validate routine in a similar manner?
As an example:
- If = "C" I want to have one validate statement and if not "C"
then naother but I want to be in the same frame
Many thanks in advance.
Gary Mittleman
garym@camgar.ca