I work on a VLF solution but have been unable to find the documentation for the manager objects that are being used. Specifically I have a bug in my solution where I have an instance list and call
Define_Com Class(#vf_sw100) Name(#avFrameworkManager)
Define_Com Class(#vf_lw002) Name(#avListManager) Reference(*Dynamic)
...
#avListManager.GetCurrentInstance Visualid2(#VARNR) Nkey1(#LISTCOUNT) Nkey2(#OPSNR) Nkey3(#EANTAL) Nkey4(#OANTAL) Akey1(#LEVNR) Akey2(#LKORT) Akey3(#ART)
and in one case I get a value in #OPSNR while in another, I don't. And I am pretty sure I set the value when I updated the instance list
#avListManager.BeginListUpdate
#avListManager.ClearList
...
#avListManager.AddtoList Visualid1(#OPSNR.AsString) Visualid2(#VARNR) Nkey1(#LISTCOUNT) Nkey2(#OPSNR) Nkey3(#EANTAL) Nkey4(#OANTAL) Akey1(#LEVNR) Akey2(#LKORT) Akey3(#ART) Acolumn1(#LEVNR) Acolumn2(#LKORT) Acolumn3(#ART) Acolumn4(#FPLDK) Acolumn5(#FPLNO) Ncolumn1(#OANTAL) Ncolumn2(#TOTDK) Ncolumn3(#TOTNO) Ncolumn4(#EANTAL) Ncolumn5(#EANTAL2) Ncolumn6(#AVPCT) Ncolumn7(#UDSAL1)
...
#avListManager.EndListUpdate
I hope that if I understand the listmanager better, I will be able to find the bug, so if anyone has any suggestion please tell me
I would, of course, also like to see some documentation for #vf_sw100 / frameworkmanagers methods, like
#avFrameworkManager.avRestoreValue and .avSaveValue