Label common freed error (OpenInsight 64-bit)
At 27 MAR 2024 08:14:14PM Barry Stevens wrote:
I am stuck.
I exec a proc from the menu and the proc runs a dialog form as below
If I click on the X to close I get an Fatal error msg: ENG0049: RUN_EVENT, Line 1 The labelled common has been freed and no longer valid
Error message Call Stack How run from menu Params =null$ Params = Dialog_Box("BSBS_CREATE_SCHOOLS_EXCEL_COLL","MAINMENU",Params) if blen(Params) else return </QUOTE> —- === At 27 MAR 2024 10:45PM Barry Stevens wrote: === <QUOTE>Post removed by author </QUOTE> —- === At 28 MAR 2024 01:16AM Barry Stevens wrote: === <QUOTE> <QUOTE>I am stuck. I exec a proc from the menu and the proc runs a dialog form as below If I click on the X to close I get an Fatal error msg: ENG0049: RUN_EVENT, Line 1 The labelled common has been freed and no longer valid
Params =null$
Params = Dialog_Box("BSBS_CREATE_SCHOOLS_EXCEL_COLL","MAINMENU",Params)
if blen(Params) else return
Issue found.
promoted close event that had a compile error due to the extra parameter added - CloseFag (which I cant find any doc on), which I must have missed in the arev migration and setting up.
</QUOTE>
At 28 MAR 2024 04:52AM Carl Pates wrote:
Barry,
The CloseFlag is documented in the WINDOW object CLOSE event here:
https://revdevx.files.wordpress.com/2022/01/500-window-object.pdfThe documentation on the PS on the RevDevX should be considered more relevent and correct than the old documentation on the wiki until noted otherwise.
At 28 MAR 2024 03:36PM Barry Stevens wrote:
Barry,
The CloseFlag is documented in the WINDOW object CLOSE event here:
https://revdevx.files.wordpress.com/2022/01/500-window-object.pdfThe documentation on the PS on the RevDevX should be considered more relevent and correct than the old documentation on the wiki until noted otherwise.
Thanks - awsome document. Heavy but informative.
Ah, keep forgetting about that documentation…so many places!!!. I thought Wiki was going to be the savior.
Can I assume this will get to wiki eventually, then we will truly have a onestop shop :smile:
At 01 APR 2024 10:19AM bshumsky wrote:
Thanks - awsome document. Heavy but informative.
Ah, keep forgetting about that documentation…so many places!!!. I thought Wiki was going to be the savior.
Can I assume this will get to wiki eventually, then we will truly have a onestop shop :smile:
Indeed, that document has been imported into the wiki and is available for reading, and searching. As usual, you can find all the wiki documents at revelation.wiki.
- Bryan Shumsky