NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: jari@softmade.fi on July 15, 2016, 03:47:10 AM
-
Hello
I want to call form with code.
In http://www.capesoft.com/docs/NetTalk9/NetTalkWebFAQ.htm#W4 there is:
Calling a memory form
MailboxesFormControl
Neither an action, nor an ID are required, as Memory forms always use the Change action, and there is no ID because there is no Table.
But with this I get error: No matching prototype available.
And MailboxesFormControl(p_web,Net:Web:Popup) does nothing
What I am missing ?
Jari
-
Hi Jari,
Tell me more about how you are calling it, from what template setting.
I think maybe you are trying to call it directly from hand-code and not a template setting?
cheers
Bruce
-
Hi Bruce
I want to open different forms from maps marker, depending on what type of POI is the case.
Sometimes I do not want to open the form at all.
Now I call the NetWebSource template instead of a NetWebForm.
And from hand-code source I want to call some forms.
Thanks
Jari