Search results

  1. D

    Dynamic fill-in - label format

    Hi there, I have created a dynamic fill-in with a label. However i cannot get all of the text in the side-label to appear. It seems to default to a format of eight, regardless of any other settings. Anyone have a clue where i am going wrong? /*Code*/ define variable vh-fill-in as handle...
  2. D

    Slow Performance - Indexes?

    Hi, We have recently moved a table which was replicated in 5 databases into a single one. A lot of the tables in each of the databases had indexes referencing a field in the table. Apart from this change, we haven't done anything else. Since the move there seems to be a degradation in...
  3. D

    Using Digital Camera to save images

    Hi, I would like to know the name of any ocx's i can use to interface with digital cameras and progress to 1) capture photos 2) save photos to disk 3) print to required size (ie passport size). Does anyone have any starting points ? Thanks in advance. Winnt 4.0 Progress 9.1d sp5
  4. D

    Forgotten sysprogress password

    Hi, Can't get into db's cos i forgot the sysprogress password. Can't get in as administrator, only as a user which doesn't have dba rights. How do i recover from this situation? Can i not somehow create relevant records in the _User _UserIO etc tables to recreate the sysprogress user...
  5. D

    string manipulation

    Hi i would like to know if the following is possible: define variable vc-add4 as character no-undo. define variable vc-pcode as character no-undo. assign vc-add4 = "Norfolk N15 7Bx" vc-pcode = "N15 7bx". I would like to search for the post code (vc-pcode) in the address line...
  6. D

    Menu code disappeared ?

    Hi there, Using winnt 4.0, progress 9.1d05. I had a window with code behind menu triggers. When i saved program, all code behind the menu triggers disappeared ? Has anybody else experienced this? Is this a documented bug? Regards.
  7. D

    Creating Records in MS Access ?

    Hi there, I have created an ODBC Dataserver schema to read records from a MS Access database. I use the create <table> command in progress to create records. However i have encountered a number of probs using this method. 1) The Autonumber is not incremented in Access, i need to input a...
  8. D

    Combo boxes in each Browse Row

    Hi, I would like to have a combo box in each row of a browse, NOT one combo which appears on top of a field which the user clicks. The user should then be able to select a value from the combo box and this updates the temp table value. Is there an easy way to do this in progress ?!! I...
  9. D

    Menu ticks ??

    Hi does anyone know how to put the 'tick' mark next to a menu item ?
Top