Search results

  1. S

    EdgeBox AppBuilder Extension

    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
  2. S

    Runtime Value

    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...
  3. S

    Conditonnal form format

    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#...
Back
Top