Search results

  1. K

    How to display a record in a browser?

    Hi peggers, I want to show some records from a temp table with a browser. I get the message "cannot display since no row is selected". Anyone can help me?? please!!:blue: :confused:
  2. K

    Anything like ListBox of VB in Progress?

    Dear guys, I have a program which reads a text file and updates a table. Firstly the records in the source file will be stored to a temp table for verification purpose before actual update to the table. Now I want to display the records created in the temp table to let the user know what...
  3. K

    How to make a form visible?

    If the form is just hidden before? Thank you.
  4. K

    Can I locked a input widget instead of disable it??

    oic, thx alot. I'm still on V8, :-(
  5. K

    EXCEL still open !

    Maybe try CLOSE(0).
  6. K

    break by 'character field'

    Yes, you're right M-HT. It is the limitation of progress.
  7. K

    break by 'character field'

    MT, are u sure it doesn't work? I can run this in procedure editor: for each bg-job break by substr(pgm-name,1,200) by substr(pgm-name,200,200): disp pgm-name. end.
  8. K

    Can I locked a input widget instead of disable it??

    Do you know VB? VB's object has an attribute locked, but set to true, the input box can't be updated. But it remains enabled and can receive focus. That's why I want to do.
  9. K

    break by 'character field'

    Further divide possible?? FOR EACH tablename NO-LOCK BREAK BY SUBSTR(fieldname,1,175) BY SUBSTR(fieldname,176): END.
  10. K

    Can I locked a input widget instead of disable it??

    Can I locked a input widget instead of disable it??
  11. K

    Preprocessors

    gabor, thx for ur info!!
  12. K

    Icon question

    oh, yes:D I know how to do this now.
  13. K

    Appear on top thread writer list!!

    Am I very great?? All the last replied of general programming development is by me, ha ha
  14. K

    can't find include file

    :awink: oic, thx Chris!!
  15. K

    Appear on top thread writer list!!

    This is my 25th thread/reply here, and so my name should be appear on the top thread writer list!! So excited, yeah!!
  16. K

    Finding the screen cursor column and row position

    You have to add the value of starting column to the relative column in order to get the actual column number of the screen.
  17. K

    can't find include file

    I want to go for it, but I am not the boss who pays the money. BTW, can u tell me how to add an icon after the statement you quoted there? Thank you.
  18. K

    Icon question

    Can anyone tell me how to add an icon after a statement I type here?? Thank alot.
  19. K

    Calculating Age

    Thank you, Ofi.
  20. K

    can't find include file

    Am I a dummy for still using Progress 8.3??
Back
Top