Search results

  1. J

    prevent browser row from displaying.

    Thanks everyone, I have managed to get it working by re-writing the query to not include the row at that stage. Bit complicated but working fine.
  2. J

    prevent browser row from displaying.

    So what you are saying is that this can only be achieved at the query stage. So if I have up to 8 filters that could possibly be applied, this all needs to be built into the query.
  3. J

    prevent browser row from displaying.

    Hello, I am trying to implement a filter on browser rows dependant on some condition. So if the condition is true a particular browser row will not display. The Row-Display trigger looks as if it's too late in the process. Does anyone know how to implement this? Thanks in advance.
  4. J

    Conflict in number of buffers problem

    Hello, I have a situation where I have 2 tables that define a stock system. Mov_hdr is the header for a stock movement and Mov_Line describes the stock lines for the movement. I have a screen which allows the user to search for certain items in the Mov_Hdr table. These include the mov_id field...
  5. J

    Copy file from web server using web address

    Casper, Thanks for the quick reply. Basically what I need to need is to automate a daily process of downloading the file manually from the web server, (which does not have Progress installed), and then parsing this file into a local database for support use. A scheduled job does the...
  6. J

    Copy file from web server using web address

    I have a file sitting on a web server with a url that looks something like this: http://hxaix08.hq.xxxx.com.au:8000/File.js How can I copy this file to a new destination in progress code? Thanks
  7. J

    Delete page in a second smart folder

    My apologies RealHeavyDude, I am using Openedge 10.1A Adm2 and the AppBuilder development environment. I have attached 2 jpegs which show my problem. SCC1 shows the top of my application with the tab to be selected - Utilities. SCC2 shows the second smart folder which is displayed when the...
  8. J

    Delete page in a second smart folder

    Hello, I have a window with a smart folder. Within this smart folder is a tab which displays another smart folder when selected. I need to be able to delete a page on the second smart folder at startup. Has anybody done this previously and if so how? Thanks in advance
  9. J

    Update panel mode

    I have a smartobject viewer linked to an update panel. When the user selects update, I only want to enable certain fields in the viewer. When add is selected, all fields will be enabled as is currently the case. How can this be done? ie How can I tell when in update mode. Still using...
  10. J

    Add dynamic menu-items to UIB generated menu

    I am trying to dynamically add menu-items to a UIB generated menu much the same as applications keep a "Recent History" list. I can successfully create the menu-item using code similar to this: Sub-Menu m_Test_1 is a UIB created menu-item. def var m-test as widget-handle. Create menu-item...
  11. J

    Add dynamic menu-items to UIB generated menu

    I am trying to dynamically add menu-items to a UIB generated menu much the same as applications keep a "Recent History" list. I can successfully create the menu-item using code similar to this: Sub-Menu m_Test_1 is a UIB created menu-item. def var m-test as widget-handle. Create...
Top