Search results

  1. J

    How do I delete my account here?

    I can't find the required info. Thanks Jan
  2. J

    Fill-in does not get filled under Windows NT

    Hi everyone, we have an app that updates a screen like this (the running procedure has to find the window, because it is dynamically generated and compiled .p code): hCurrent = SESSION:FIRST-PROCEDURE. DO WHILE VALID-HANDLE(hCurrent): hNextProc =...
  3. J

    Disabling indices while other app is using the database - dangerous?

    Hi everyone, we're running dynamic queries that only read data like: CREATE QUERY dyn-query. dyn-query:SET-BUFFERS(table-name). dyn-query:QUERY-PREPARE('FOR EACH ' + cTabelnaam). dyn-query:QUERY-OPEN. dyn-query:GET-FIRST. iTbNumFields = table-name:NUM-FIELDS...
  4. J

    Optimization tips for this code?

    Hi everyone, we have two program parts that takes too long. Is anyone experienced enough to point out where the bottlenecks are in the code below (and what we could do about it) (two notes: - this stuff is not compiled, it is generated run-time because there is no other way to disable...
Top