Search results

  1. C

    How do I make Progress interpret my variable name as a field name?

    I am trying to change the FIELD NAME during a FOR EACH, and it will not work. When I use a variable for a field name, the field name the variable supplies is NOT looked up. Progress interprets the variable name as a character varable. How do I make Progress interpret my variable name as a field...
  2. C

    Use Smart Data Object in Character

    Is it possible to use an SDO in a character app? Has anyone tried that? I am familiar with Smart Objects, but I am now with a company that is all character wanting to go GUI. I thought if we could interface SDOs to character, that would be a good place to start. Thanks for your help.
  3. C

    You have not supplied a parameter for argument -o

    Can anyone help with this: Using Progress 9.1B, and the new -origbrowsel argument in the startup pf file, I am get the following error: "You have not supplied a parameter for argument -o" This error is duplicated by entering a typo like "-oridgebrowsel". However, I have checked over and...
  4. C

    Adding a menu item with createMenuItem

    I am trying to add a menu item to the Smart Toolbar using the createMenuItem dynamic function in the initializeObject procedure. Based on the following definition of the createMenuItem function, createMenuItem (toolbar.p) Creates a menu item with an ON CHOOSE trigger defined. Parameters...
  5. C

    Toolbar Image Locations

    Hi, I am adding custom button to the Smart Toolbar using KB 21816 as a guide, and it does not specify where the images are to be located. I have tried a number of different ways, and the only way I can get my image to appear is by placing it in C:\myDirectory\adm2\images I do not want to...
Top