Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: child form call - urgent question

$
0
0
Re: child form call - urgent question
FoxInCloud
Re: child form call - urgent question
02/20/2012
04:17:49 AM
3FR097KQZ Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None
event is a standard parameter to HTML DOM Event handlers - just leave it as is, FoxInCloud will handle it
HTH,



I am not clear on the "event" param, what should it be?

Here is what awProcess::wFormHTML_cHeader_cMenu() does:

<li class="enabled"><a href="javascript:void(0);" onclick="IntuiCat.FormDisplay(event, 'form.scx' | 'form_class', parm1, parm2, etc.);">Caption</a></li>

Where parm1, parm2 are VFP litterals

HTH,


I got closer with this:
FoxInCloud.MethExec ( 'dofromjs', 'welcome_scx' , 'dofromjs', 'nameset.scx' ) //4th param is param to pass to method
where dofromjs is a method on the master form welcome that says:
thisform.form(xxxx)
But then I get a messag cannot display modal form.



I put in my own menus. For master forms I have the menu choices going to the new form, but for child forms I tried to do something like this from your menu:
<li onclick="javascript:IntuiCat.FormDisplay(event, 'nameset.scx', true);"><a href=""> Donors </a></li>
Can you please advise?


-- thn (FoxInCloud)


Viewing all articles
Browse latest Browse all 10393

Trending Articles