Thierry Nivelet (FoxInCloud)
As of version 1.20, I cannot pass wmessagebox a full object name. I was doing this previously:
<code lang="VFP"
thisform.wMessageBox('thisform.frame1.names.pgfNames.page3.cmdDeleteaddress.wFormCallBack','delete it',36)
<</code>>
Now I get an error in ajax.dialogadd line 7138 or around there that callback already exists, with some method listed that does not exist.
Anybody know what I am missing? Too long a param?
Thierry Nivelet (FoxInCloud)