![]() |
Sergey Kornilov admin 3/26/2009 |
Use "Insert ASP code snippet" function in Visual Editor and paste this code there. |
![]() |
jtksmith author 3/26/2009 |
I've done exactly as you suggested, which does insert the Event via a snippet. When I open the Edit page, I receive the following below the Edit Form: |
![]() |
Sergey Kornilov admin 3/26/2009 |
According to what I see you supplying customerid as a text ('10248') while your database expects it as a number (10248). |
![]() |
jtksmith author 4/4/2009 |
According to what I see you supplying customerid as a text ('10248') while your database expects it as a number (10248). You need to adjust event code so customerid value is not wrapped by single quotes. If you need help doing this I recommend to post your application to Demo Account (use 'Demo Account' button on the last screen in program). Then open a ticket at http://support.xlinesoft.com sending your Demo Account URL for investigation.
|
![]() |
jtksmith author 4/4/2009 |
Below is the exact code that I got out of the ASPRunner Manual under 'Sample Code' - "Show list of customer orders" |
![]() |
Sergey Kornilov admin 4/4/2009 |
Jeremy, |
![]() |
jtksmith author 4/8/2009 |
I figured out that the example I'd been looking for was in the Live Demos of the 6.0. Using the code there, I figured out my mistakes. Thank you. |