Search results

  1. F

    Flat Fill-In Widget

    ajaysheth, Thank you very much for your reply. I came to the same technique yesterday to instantiate multiple object of an OCX. Here below is the code that I used ( a little different from your example), it might be usefull for other members with similar question. And Thanks again. NOTE...
  2. 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
  3. F

    Trigger for New Connections

    Thank you very much for your reply Simon Sweetman. I will try your solution.
  4. 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
  5. 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
  6. F

    Converting Microsoft _int64

    Please disregard this question. GET-DOUBLE funtion works fine. I was just relaying another programer's headace.
  7. 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
  8. 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...
  9. F

    Creating databases on the fly

    Dear Toby, I thank you a thousnad times. You were right and what I needed was to specify the -rx parameter. Thanks again.:)
  10. 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...
  11. F

    Loading Table Definitions

    Thank you bendaluz2.
  12. F

    Passing Parameter to r-code

    Well, it took a bit of time for me to find the answer to my question. And here is the answer: 1- Make the call like this ...\prowin32.exe MyR-CodeFile.r -param MyParameter<A parameter string> 2- In MyR-CodeFile use the value of SESSION:PARAMETER. In this case it will contain MyParameter
  13. 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. :)
  14. F

    Loading Table Definitions

    I found that I can use load_df.r which can be extracted from prodict.pl library. Thanks :rolleyes:
  15. F

    Loading Table Definitions

    Thank you for your reply, My intention is to do this programmatically (NOT using Data Dictionary or Data Administrator).
  16. 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