Search results

  1. J

    how to do lookup from a external master mapping file

    read the other file in and just do a simple find statement against your temp table to see if it exists...
  2. J

    How to get the Time Zone?

    string(time, "HH:MM") for 24 hr or string(time, "HH:MM AM") for 12hr time if my memory is right...
  3. J

    Progress 8 files in progress 9 editor.

    error 4083 states that the smart browser object is being ran from the appbuilder itself - this needs to run with a link to the sdo a .p should not cause the whole thing to crash, its just lines of code... i've not heard of this before, can it be viewed properly in an editor? can you open it in...
  4. J

    Progress Strength and Future

    that's interesting as it was the main arguement for over 4 companies in the north of england to switch platforms...
  5. J

    Progress Strength and Future

    in the uk there has been a downwards trend in progress, many more places are becoming despondant with the license price rise and are keeping the DB in the background and going .net or java as the front end...
  6. J

    Sxe

    unfortunately all our gui source code is encrypted and 'supported'.
  7. J

    Database Documentation?

    sql-width is v10, max-width is v9. problem with this is that if you are trying to import a df from 10 into v9 db then it will error the df - just do a global search and replace.
  8. J

    "What Columns Changes" project

    take a look at triggers, they can fire off code when data is updated/deleted...
  9. J

    Codejock CommandBarsFrame

    may be better off creating a frame inserting your items into the frame, in the program initialise the ocx and then send frame to top... i've used some of codejock xtreme products but not the commandbarsframe...
  10. J

    Sxe

    tackling report writer is a walk in the park compared to writing gui applications for sxe (especially if you can't see the base code) arcane? i think "chaotic" would be better... in fact, finish the following sentence writing applications in sxe is......
  11. J

    GUI - window within a frame

    is the .w a reusable component (like a browser that may be re-used in other windows) ? if so look at smart objects... use a smart frame and import in the smart browser, etc...
  12. J

    Calling an IP from a non-persistent procedure

    i believe - and i do stress that i'm not sure - that its incase you create a new super procedure that is named similar to one already existing - this is a fairly big system and everything is encrypted so you aren't even sure what all their pp/sp are... at the moment all our code is going into...
  13. J

    Calling an IP from a non-persistent procedure

    its just a rule i believe - but obviously straying from the rule will invalidate the service contract - the only thing i can think of is that its to ensure the integrity of their product
  14. J

    Why doesnt anyone post to this list anymore?

    just acquired v5.6... currently 'developing' screens for the main nav window :confused:
Back
Top