Search results

  1. G

    System error 1114

    I am trying to connect ODBC to a Progress database using MERANT 3.60 32-BIT Progress SQL92 v9.1C as my driver. This is being used in a .NET web app. Does anyone know why my connection consistently fails with the driver error? thanks in advance.
  2. G

    Run statement in a trigger

    Is there a way to implement a Run statement in a progress trigger? For example: On creation of a new record I would like to edit my create trigger to open notepad?
  3. G

    decimal to string

    Does anyone have the answer to change the format of a decimal to a string with leading zeros and cents showing? Example: I wish to display 120.25 in 10 spaces to look like 0000012025. Any help would be much appreciated!
  4. G

    increment a sequence number

    I have a sequence variable in a table of my database and want to increment it everytime I add a transaction to a field in the table with the sequence. I am having a hard time trying to do this in 9.1C. In version 8 I did this in the local-assign by defining a buffer and looking up the last...
  5. G

    DOB before 01/01/1950

    I have placed a date of birth search field on my smart filter along with several other search fields. Everything works fine except for a search on DOB before 01/01/1950. Where, or how can I manipulate this to work. If I enter a record with a DOB of 01/01/2049 a search of 01/01/1949 will find...
  6. G

    Initialization of Smart Filter

    I have built a Smart window with a Smart Filter, Smart Browser, and Smart Viewer. I would like to initialize my browser to be blank instead of loading all of the records upon opening. Does anyone know of a simple procedure to do this?
  7. G

    Many fields in Smart Filter

    How do I manipulate a smart filter to have 8 search fields. I would like these in 2 columns and not 1.
Back
Top