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

    In order to use the user's home directory as the default output, an entry for the user is needed to be created using 36.20.10.3 User Option Telnet Maintenance.
  4. 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...
  5. 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...
  6. B

    Caputing cursor up/down trigger in QAD .Net Gui

    Thank you. I tried to use the mfnp.i inside an event trigger. While the query worked, the event was fired twice. I will have to modify the custome program to use a repeat block with frame-field editing during update. This works with include mfnnp.i Would have been better if the event...
  7. B

    .Net UI - Alert box

    Try include below. It creates a modal messages in QAD .NEt Gui. You can adjust the message. {pxmsg.i &MSGNUM=25120 &ERRORLEVEL=4} /* "There are no records to delete!" */
  8. 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...
  9. B

    Intercompany Vendor Payment Question

    Jim, this is to test if you receive an email.
  10. B

    Carriage return in code

    Try adding chr(10) to the character line value. Ex. var = "insert line feed" + chr(10) + "second line".
  11. 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...
  12. 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...
  13. B

    Creating a dynanic dialog selection

    Thanks you the suggestions. I was able to use the dialog for any temp-table by creating and filling the temp-table in the calling procedure and passing the buffer handle and query handle to the dialog. The dialog created a browser using the buffered temp-table and query. Thanks. :)
  14. 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...
  15. 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...
  16. 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...
  17. B

    Progress Tab Folders

    I was able to get the information I needed by opening the ocx using the COM Object Viewer from the *Pro Tools bar. Thank you for your help. Jose':)
  18. B

    Progress Tab Folders

    I did post a similar post yesterday. I wanted to include more detail on the requirements. Is there documentation on using this ocx? Jose'
  19. 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...
  20. B

    Using folders without using smart objects

    Is there a way to create folder without using smart objects? Jose'
Top