Search results

  1. I

    Buffer-create slowing down?

    HI, I just want to ask if it's normal for a buffer-create method to slow down while records were accumulating? If its not then probably somethings wrong in my code. I'm using 101c. And I'm doing a record transfer from excel file(.xls/xlsx) to dynamic temp-table then to the physical table. If...
  2. I

    Buffer-create slowing down?

    HI, I just want to ask if it's normal for a buffer-create method to slow down while records were accumulating? If its not then probably somethings wrong in my code. I'm using 101c. And I'm doing a record transfer from excel file(.xls/xlsx) to dynamic temp-table then to the physical table. If...
  3. I

    HELP: copy-lob to dynamic-fied

    hi guys, Need some help here. I want if there is a way to have a copy-lob statement which targets a dynamic field. I tried like this: COPY-LOB FROM FILE < file path > TO buf-hndl-TempTable:buffer-field(chField). but this gives me error. incompatible data types. I read the copy-lob help file...
  4. I

    Question Preprocessor directives

    Hi, Is there a function that can be evaluated in preprocessor directive to check if database is connected? I'm using Progress 91.c in windows xp. Something like this. &IF <not connected(dbname)> &then Thanks
  5. I

    Error when Desktop is selected in ActiveX automation to invoke windows browse

    Hi, Help please. I just re post this. This should be the proper forum. I encounter this error: --------------------------- Error (Press HELP to view stack trace) --------------------------- Invalid component-handle referenced while processing method/statement: Items. USER-INTERFACE-TRIGGER...
  6. I

    Error when Desktop is selected in ActiveX automation to invoke windows browse

    Hi, Help please. I encounter this error: --------------------------- Error (Press HELP to view stack trace) --------------------------- Invalid component-handle referenced while processing method/statement: Items. USER-INTERFACE-TRIGGER C:\test\p37203cf.ab (5884) ---------------------------...
  7. I

    why my reply won't appear?

    Hi, why I my reply won't appear? It says, wait for the moderator to accept reply? Sorry for the stupid question. I am new to this forum.
  8. I

    What is the best approach for implementing record security access?

    Hi to everyone, Can anyone can help me? about providing a record security access off course in progress. Kinda new to progress. What i've done so far was I created a Profile maintenance which user can set access level ( e.g. EmpClass = 1 can only be access by user1 ) . Problem is I am already...
Top