Search results

  1. S

    SAX dynamic library problem

    Cheers Dayv worked a treat.
  2. S

    SAX dynamic library problem

    I'm running an XML upload routine which uses SAX to process the file. The following error is appearing when I try to run it on our test box: Could not open Dynamic Library: /usr/progress/10.0b/dlc/lib/libicuuc-psc.a (8013) does anyone have any idea how to fix this?
  3. S

    Imported release/task

    Is there an easier way to roll back a release or task from a workspace apart from delete the objects individually.
  4. S

    Change filename case

    My only concern with changing the rtb_object.object field is it is a key field, since I am not changing the actual name just the case, this may work, I’ll give it a test. Cheers
  5. S

    Change filename case

    We have various mixed case filenames for programs, these now reside on Unix and we would like to make all filenames lowercase. The problem is roundtable keeps checking the object out with the original case. Is there a way around this. Cheers
  6. S

    Released include files

    Multiple checkout I have uploaded a program which will locate and checkout the programs which use the changed include file. Thanks for your reply gcampbell.
  7. S

    Released include files

    Does anyone know how to include all the programs in a release and deployment, which have been affected by an include file change.
  8. S

    Tasks in a release

    Does anyone know how I can get the tasks completed for a release. I have looked at the release report which seems to include tasks from previous releases for some reason (maybe something to do with object deletes).
  9. S

    XREF Across Workspaces

    Not what I meant, I mean the xref facilities within roundtable. i.e. can anyone describe the rtb_xref table and how to lookup objects.
  10. S

    Progress Developer Required

    Your Move is one of the largest independent Estate Agencies in Europe, a dynamic, forward looking company keen to use technology to sustain a competitive advantage in the Estate Agency Industry. Your Move is currently seeking a number of Developers to work within a small team using the...
  11. S

    Updateable browse and switching windows

    If you have more than one column enabled in you browse you will need to use the following instead: FUNCTION is_browse_column RETURNS LOGICAL ( lh_browse AS WIDGET-HANDLE, lh_column AS WIDGET-HANDLE ) : DEFINE VARIABLE ll_ret AS LOGICAL NO-UNDO INITIAL FALSE. DEFINE VARIABLE li_i...
  12. S

    Updateable browse and switching windows

    Try the following code in your ROW-LEAVE: DEFINE VARIABLE lh_wig AS WIDGET-HANDLE NO-UNDO. DEFINE VARIABLE lh_frm AS WIDGET-HANDLE NO-UNDO. ASSIGN lh_wig = LAST-EVENT:WIDGET-ENTER . IF BROWSE {&BROWSE-NAME}:CURRENT-COLUMN = lh_wig THEN DO...
  13. S

    Updateable browse and switching windows

    Try setting the NO-ASSIGN checkbox on the browser.
  14. S

    XREF Across Workspaces

    Does anyone know how to cross reference across workspaces?
  15. S

    Release a Product

    Does anyone know how to release a single product from round table. Each time I build a deployment it includes every product within the workspace.
  16. S

    Major problem with a persistent trigger

    If you set the frame attribute NO-AUTO-VALIDATE to on then this will solve your problem. This option can be found by double clicking the frame which holds the widget.
  17. S

    Duplicate Table Names

    We have two databases both in separate workspaces (db1 & db2). Db1 is shared in the same workspace as db2, both db1 and db2 have a table called branch and when attempting to import db1 the branch table is not being imported but instead the branch table from db2 is being used. Has anyone come...
  18. S

    Multi Level Directories

    Does anyone know the best way to setup round table to map to a multi level directory structured. e.g. F:\internet | +----templates (general templates) | +----mymove (Product Templates)...
Top