Search results

  1. F

    Flat Fill-In Widget

    Hello all, 1 - Is it possible to change the appearances of a dynamically create Fill-in Widget to flat, with border? (Native attribute will not do) 2- is it possible to create/instantiate Active-x controls dynamically? Thank you for your responses
  2. F

    Trigger for New Connections

    Hello all, Is there a trigger or call back function that can notify a progress program at run time that a new client (work station) is connected to the database server? Thanks
  3. F

    Trigger for New Connections

    Hello all, Is there a trigger or call back function that can notify a progress program at run time that a new client (work station) is connected to the database server? Thanks
  4. F

    Converting Microsoft _int64

    Hello all, How can I read a 8 byte raw data that represents a 64 bit integer (Microsoft specific _it64 data type)? I tried GET-DOUBLE and it failed because the value was to big. Any help as where I can find information in this type of subjects will also be appreciated. Thanks
  5. F

    No Transparency When Running AVI

    Hello all, I am trying to show some animation while I am copying files. For this purpose I am using Microsoft Animation Control and loading copyfile.avi. Although the background of the OCX is set to transparent, it appears white when running. It will work correctly if the background color of...
  6. F

    Creating databases on the fly

    Hello everybody, Is there a way to Create databases on the fly when the Progress Workgroup is installed? I would like to be able to create databases at the time of product installation that partly will be done programmatically. Everything works fine under development environment, but will...
  7. F

    Passing Parameter to r-code

    Hello all, Is it possible to pass parameter to a procedure when it is invoked outside progress as: ...\prowin32.exe MyR-CodeFile.r <parameter> Thanks in advance. :)
  8. F

    Loading Table Definitions

    Hello all, I am trying to create a progress database trough use of available utilities, like PRODB. But I cannot find any utility to load the table definitions. Is there any way I can load the table definitions programmatically or by running a utility (without use of Data Administrator or...
Top