Search results

  1. B

    Adding new extents to database

    I need to add an extent to a database with 49755 empty allocated blocks. The new extent will be in a volume with sufficient space. Current db extent structure d /vkusa01/vkusa.d1 f 450016 d /vkusa02/vkusa.d2...
  2. B

    Capture Control-<key> events in QAD /Net Gui

    We are upgrading from QAd Enterprise 2008 Standard Edition CHUI to QAD Enterprise Applications Version 2.94.4.41 Some of our custom program use CTRL-<key> to perform some process. This event does not work in QAD .Net Gui. What is a good substitute for CTRL-<key> events. Thank you for your...
  3. B

    Answered Default home directory in QAD .Net Gui

    We currently are running MFg/Pro 2008 SE. I am testing our custom programs in QAD .Net Gui 2.9.4.41. Some of our custom programs input and export to the current default directory. In Mfg/Pro 2008 SE, the user's home directory is the current input/output directory. However, when the same...
  4. B

    Displaying long messages using view-as alert-box in QAD .Net Gui

    Currently using QAD MFG/Pro character. We will be migrating to QAD .Net Gui 2.9.1.36 We have many custom programs using messages with view-as alert-box. view-as alert-box is not supported in QAD .Net Gui. We are updating the programs and replacing the messages statement with qad standard...
  5. B

    Caputing cursor up/down trigger in QAD .Net Gui

    We have some custom programs that use cursor up/down triggers to display the next/prev values for a field. The programs are not top-down code, but event driven methodlogy. there are cursor up/down triggers for input fields. the cusror event is triggered when running the programs in terminal...
  6. B

    Raw-transfer error 4955

    I am using the raw-transfer to extract audit records from an audit table. the raw-transfer works for some tables, but with one table I get the Table signatures do not match (4955). I wrote a simple program to test the raw-transfer command. The program defines a variable as raw and a...
  7. B

    Appending records to a dynamic query

    I have define a lookup dialog window to display record from a temp-table. The buffer and query handles of the temp-table are passed to the dialog. A 1000 records are initially loaded to the temp-table. How would I use the dynamic query for the temp-table to append another 1000 records to the...
  8. B

    Creating a dynanic dialog selection

    I am working on creating a dialog window with a single-selection browser. The browser will use temp-table records to display and pass a field value to the calling procedure. I have created the dialog and it works fine. I would like to resuse the dialog window for other selections without...
  9. B

    CodeJock Software Command Bars Frame Control

    I am trying to use Code Jock softwares Command Bars and Frame control. The command works fine, however, the ocx frame control where the command bat ocx control is placed allways displays in fron of all other progress widgets. I tried moving all progress widgets to the top in the objec list...
  10. B

    Wedge Data Control databases

    I have a client that would like to us the wedge data control utility. The client has the source code located in the dc folder, but does not have the database. If the client has the source but not the database, does it mean that he/she did not purchase the utility or did not deploy the...
  11. B

    Progress Tab Folders

    I looking for a way to use Tab Folders in a progress application without using smart objects. The client is requiring the tab folder to have tooltips and mutli-row tabs. Also, when validating on commit, the client would like to have the tabe selected where the widget error occurs after...
  12. B

    Using folders without using smart objects

    Is there a way to create folder without using smart objects? Jose'
  13. B

    Setting wroking directory as READ-ONLY

    Are there any potential issues with setting the current working directory for a progress application to READ-ONLY? A client is requesting the application working directory as READ-ONLY for security purposes. The application is started with -T "c:\temp". Does progress dump any temp files...
  14. B

    Suppress User prompt during prorest

    I am working on automating online incremental backups and restore of progress databases. The incremental backups are created in sequence as follows: <db-name>-1 <db-name>-2 <db-name>-3 I am using a batch file to restore the incremental backups: set dlc=c:\dlc10a call c:\dlc10a\bin\prorest...
Top