Search results

  1. J

    Free web-based email now available: Get yourname@progresstalk.com Today!

    Chris, I am getting the following error when I try to visit http://mail.progresstalk.com/ 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.
  2. J

    Fields clause ignored when where clause uses "ROWID" Expression

    Does anyone know why Progress/OE ignores the 'Fields' clause in a 'for' statement when 'rowid' expression is used in the where clause of that 'for' statement? DEFINE VARIABLE yy AS ROWID NO-UNDO. FIND FIRST jol NO-LOCK. yy = rowid(jol). FOR FIRST...
  3. J

    Threading in Progress

    Thanks for your replies.
  4. J

    Threading in Progress

    Could someone say if threading is possible in Progress / OpenEdge? If so is it through persistent procedure? Thanks Joel
  5. J

    Clarification required reg TEMP-TABLE

    This is in addition to Philip's reply. The R-Code structure is designed to have only one "initial Value" segment per r-code file and this segment contains information required to initialize an r-code file for execution, including database and table references, variable definitions, TEMP-TABLE...
  6. J

    Applying OCX events

    Can somebody tell me how to apply a OCX event like the way we apply an progress event(like apply "choose" to a button). I wish to apply the click in a ProgramTabs.TabStrip. Thanks Joel
  7. J

    OE Debugger

    Casper, Thanks for your reply. I am already in "attached mode" in the debugger and I would like the sequence of code execution to be redirected to a file. Would this be possible? Thanks, Joel.
  8. J

    OE Debugger

    Would it possible to list out the sequence of execution of the OE code using a debugger? Could someone help me in this regard? Thanks Joel
Back
Top