No method supplied for generic function asiGetSimName

D

Dmitriy Shurin

Guest
Hi!
When I use asiSelectNet(),I get this error:
"No method supplied for generic function asiGetSimName". Does anybody
know what is the possible cause and the solution to the problem?


--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
 
Probably you've not told it what the current session is. Here's a
simple example of using asiSelectNet() :


hiCreateAppForm(
?name 'MYform
?fields list(
hiCreateStringField(
?name 'net
?prompt "Net"
)
hiCreateButton(
?name 'select
?buttonText "Select"
?callback "asiSelectNet('net ?prompt \"Select Net\")"
)
)
)

; need to have the session id attached to the form
MYform->asiSession=asiGetCurrentSession()

Regards,

Andrew.


On Wed, 22 Sep 2004 17:57:43 +0000 (UTC), "Dmitriy Shurin"
<shurin@bgumail.bgu.ac.il> wrote:

Hi!
When I use asiSelectNet(),I get this error:
"No method supplied for generic function asiGetSimName". Does anybody
know what is the possible cause and the solution to the problem?
 

Welcome to EDABoard.com

Sponsor

Back
Top