>>
APLDN Home

>>
Events

>>
Trainings

>>
APL Books

>>
APLDN Links

>>
Discussion Groups

>>
Downloads

>>
Articles

>>
Library

>>
Learning Tools

>>
APLDN User IO

>>
APL2000.com




Bug Reports

Author Thread: Workspace not included in previous APL crash error report.
JCarter
Workspace not included in previous APL crash error report.
Posted: Monday, July 11, 2005 2:37 PM (EST)
Somehow the file I uploaded had the text of the error message, but the name of the workspace that I meant to upload. Not sure how this application did that?  Sorry

Attached file: ERROR.w3


Comments:

Author Thread:
Support
Workspace not included in previous APL crash error report.
Posted: Tuesday, July 12, 2005 3:47 PM (EST)

The problem is that the combo box is being deleted (line 6 in function DONE) in its own onCloseUp and onClick event handlers (set on line 18 of function OPEN).  This is not recommended.  Instead, you will want to defer the deletion of the combo box until after its event handler(s) has run to completion.  This is made possible with the Defer method.  The solution to your problem is to replace the current line with the following:

 

'Form.Sel.Pg1.Fr1.Sel' Œwi 'Defer' "Œwi 'Delete'"

 

APL2000 Support

     

JCarter
Workspace not included in previous APL crash error report.
Posted: Thursday, July 14, 2005 2:42 PM (EST)
Thanks very much for the help.

     



APL2000 Official Web Site

Most good judgment comes from experience. Most experience comes from bad judgment.
--- Anonymous

APLDN Home   |    |  Events   |  Trainings   |  APL Books   |  APLDN Links   |    |  Discussion Groups   |    |  Downloads   |  Articles   |  Library   |  Learning Tools   |  APLDN User IO   |  APL2000.com   |