Search results

  1. J

    speed up buffer to browse?

    I've got the following code (open edge 10.2b): chrQuery = "FOR EACH " + chrMyTable. do with frame {&frame-name}: create query hQuery. hQuery:set-buffers(hTempTable). hQuery:query-prepare(chrQuery). hQuery:query-open()...
  2. J

    Dynamic temp table to a static temptable

    Hi I'm using open edge 10.2b I have a program thats got a browse that displays a temp table ttRecs. In this instance it’s defined like a database table grades. I want to use a dynamic query/temp table to get all the grades records (to start with) and then display them in a browse. Now the...
  3. J

    Open Edge 10.2b Books

    Anyone know of any good books to get for open edge 10.2b (progress database coding books) I get rather annoyed of having to look on the forum for answers etc I've used many good VB and C# books before to help me do stuff. Also great web resources but progress doesn’t seem to be as good I know...
  4. J

    windows in progress 10.2.b

    anyone got any docs or links for how open edge 10.2b creates windows. Ive got this issue when exiting a program a window is created which is just blank and i dont want it. I was wondering how i stop that/kill it off? any ideas would be ace cheers
  5. J

    no proglist record avail

    a customer of mine is saying they are getting a error on this program thats says no proglist record is avail. But looking in the code can only see this place where proglist is used bar for the buffer and a like on a temp table just wondered if anyone had any ideas? bProgList is a buffer for...
  6. J

    radio buttons

    I've got a radio set its of int type (dont ask y someone did this god knows) and the options are Current(1) Last (2) Effective Dates bettween (3). I'm trying to output the which one is used but if i do screen-value i just get the number not the label e.g. 3 instead of Effective Dates. Is there...
  7. J

    Referencing a database field via an alias

    Hi I’m using open edge 10.2b I'm wondering if it’s possible to reference a database field via a alias. In my example im outputting to excel I’ve got the temp table name in a alias &scoped-define browse-table ttRecs im looping round the columns on browse to get my data but I cant dynamically say...
  8. J

    debugger Conditional breakpoints

    I'm trying to setup a conditional breakpoint on some code so for example if logtest = "True" then run the breakpoint otherwise just skip over. But when i try and set it up it doesn't work im using open edge 10.2b and running no compiled code. so any suggestions would be great cause i dont...
  9. J

    hyper link within open edge 10.2b

    I'm trying to put a hyperlink on a window. just wondering if there any way of doing that? The hyperlink is coming from a database field.. So e.g. company.web = www.google.com then user clicks on it and takes them to the website. I've tried putting a fill-in box on and changing the colour. But...
  10. J

    Message view-as alert-box skipping user input

    if you put a message "TEST" view-as alert-box. can you wait for a certain amount of time for user input then close it down? not sure how this would be done any suggestions would be great cheers (progress 10.2b(
  11. J

    The mysteries of query efficiently

    Hi all I'm currently working on a query taking a long time on site. I’m just wondering if anyone could point me in the right direction for documentation on query efficiently. As its a bit of a dark art for me. I’m currently working on open edge 10.2 b. There isn’t currently an index that fits...
  12. J

    Widget array-element requires constant subscript. (3565)

    Hi I'm currently using open edge 10.2b I've got a variable from a database filed that is an array 99 long. I want to display all of them in a browse but i dont want to hardcode all the labels in. I’ve got the following code at the moment lots of case statements is there a way to use the closure...
Top