Search results

  1. C

    How does IP record scoping work?

    My v8 manual is not understandable to me in its description of how record scoping works in internal procedures, based on whether you are using an explicit or implicit buffer and whether you are borrowing a buffer from the containing procedure or not. Is there a KB on this or can someone explain...
  2. C

    INPUT Function OK in v9?

    I have heard of reports of problems with the INPUT function in v8 and seen it misperform myself. Have these problems been resolved with 9.1 for all flavors of the INPUT function (INPUT, INPUT BROWSE, INPUT FRAME)? This is a handy function at times but reliability is essential and I have seen...
  3. C

    Refreshing Query Results List w/out Re-Open

    I was testing the following code to update the results list for a browse/query when a FK value in the query join is changed in the browse. It appears to work initially but upon adding a row etc. to the browse, blank rows appear in the browse and data disappears. Any idea why this wouldn't work...
  4. C

    One Wait-For Req for Chui?

    gotcha. Thanks much
  5. C

    One Wait-For Req for Chui?

    Thanks much Chris but are you saying 1. two wait-fors can be active as long as they are in separate procedures? or 2. two wait-fors should never be active?
  6. C

    One Wait-For Req for Chui?

    OK. I'll start this area off... I maintain an app where in many cases there are 2 wait-fors active at the same time. This seems to work for the most part but I am seeing certain conditions which result in a frame not getting hidden and interface triggers not firing. Is it a requirement that only...
Top