Search results

  1. moveIT

    Progress 10.1c silent install!

    Hello, I create an ini file for my silent progress install. Here is my command line: C:\Progress1\Installations-CD\setup.exe -psc_s -psc_f1=C:\Progress1\Installations-CD\response.ini -psc_f2=c:\setup.log The response.ini was created automatically from an installation i performed with the...
  2. moveIT

    Warning: Prox.DLL is being used by another user.

    Warning: Prox.DLL is being used by another user. Please terminate the other process and try again. We use Progress V9.1D07 with Windows XPSP2! When does this warning generally appear? After confirming this message progress session starts and works fine. Our problem with this message is that we...
  3. moveIT

    ADM2 - SDO: How to change a changed field?

    In procedure beginTransactionValidate I have to run some code if a field (LOGICAL) was set to true. If the BL returns that it is not allowed to set this field to true, an error sould occur and saving the record should be stopped (no problem with RETURN "<error-text>":U). But also the value of...
  4. moveIT

    How to recognize when a window was moved?

    Progress 9.1D07 (Windows XPSP2) I need to run some 4GL code when the window was moved with the mouse! Is there a way to recoginze this? Somthing like a END-MOVE-Trigger to the window would be great but doesn´t work! Thx!
  5. moveIT

    How to Dump and Reload a db with one or more extents?

    I have following problem: I had a db (2gb) with one extent (about 0,5gb). But I only wantet one db-file, so I created a new db and enabled the option "EnablelargeFiles" so that this db can get larger than 2gb. Than I dumped the db with the extent and loaded the data into the new db. Now it looks...
  6. moveIT

    How to get if "EnableLargeFiles" is activated with 4GL-Code (VST?)?

    Is there a way to find out if "EnableLargeFiles" is activated with 4GL-Code? Maybe with the Virtual System Tables?
  7. moveIT

    How to recognize "SHIFT + MOUSE-SELECT-CLICK" or "SHIFT + LEFT-MOUSE-CLICK"?

    We have a single-select-browse widget and we want to recognize when "SHIFT + MOUSE-SELECT-CLICK" or "SHIFT + LEFT-MOUSE-CLICK" is pressed to run some special business logic. How is this possible? We use Progress V9.1D07 with Windows XPSP2! Thx!
  8. moveIT

    ADM2: How to see the used index after "openQuery" of a SDO?

    I need to find out which index was used after "llOK = SUPER()." in function "openQuery" of a SDO! Can anyone help me?
  9. moveIT

    ADM2: When does a SmartDataObject re-read data from the database?

    In the White Paper document "Building and Using SDOs" from John Sadd (March 2000) is written that after the execution of procedure endTransactionValidate all updated and added rows are re-read from the database, to capture changes made by database triggers or other code. So running procedure...
  10. moveIT

    Trigger for CTRL+LEFT-MOUSE-CLICK?

    I have a browse (not multiple-select) with a column where I can see if this line is selected or not. When I choose <space> the actual line is selected or deselected (only the column-value is changed). This works fine! Now I want to select and deselect a line as you can do with a...
  11. moveIT

    ADM2 - SmartDataBrowse: Error 5905 within resizeObject

    My Environment: Windows XPSP2 with Progress 9.1D07 I am having a problem resizing a smartdatabrowse. Choosing a button makes the browser bigger and smaller. This works fine! Now I make the browse so small that it becomes scrollable and only some records are visible. Than I want to make the...
  12. moveIT

    Backspace does not work within editor-widget

    Environment: Progress 9.1D07, Windows XPSP2! I have a SmartDataView with some Fill-In´s, a richtx32.ocx and an editable editor placed on it! Data is provided by a SmartBusinessObject! My problem is that within this editable editor the backspace does not work, nothing happens! The letter before...
Top