Hi,
I'd like to add extension that would be recognize be the EdgeBox Appbuilder. I want the extensions *.nc to be recognize exactly as the *.p are. How can I do it?
Thanx
Hi,
I'd like to use the runtime value of a Constant to define the extent of a variable.
Example:
&GLOBAL-DEFINE GLBM 125
&GLOBAL-DEFINE GLBMAX INTEGER(({&GLBM} + 1) / 2) <--
define var pdv as decimal extent {&GLBMAX} NO-UNDO.
or
&GLOBAL-DEFINE GLBM 125
&GLOBAL-DEFINE...
Hi,
I'd like to change the form format and the form help at runtime.
Example :
Form skip(1)
"Yes/no" User.Answer
FORMAT if language = 1 then "Yes/No" else "Oui/non"
HELP if language = 1 then "Yes/No" else "Oui/non"
with row 5 column 1 no-attr overlay no-label title tit#...
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.