Search results

  1. 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.
  2. 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...
  3. 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
  4. 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
  5. 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...
  6. 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...
  7. 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