Hi, First I want to thank the people who helped me get this populating form thing working (Colin Fox, Tom Passin, and Jon Erickson). I have a couple questions on how ZSQL methods and their behavior. From a form I created, I input the data and hit the submit button. Under superuser the data is added to the db but if I am not superuser, the ZSQL method the you would see in test mode appears where you would need to file in the data again. Why does it work under superuser and no where else? Is it a permission thing? Also on the same subject, how do I suppress the message telling me "no data matched" while it is adding a new record to the db? Thanks. Larry McDonnell Proton Energy Systems 50 Inwood Rd. Rocky Hill, CT 06067 (860) 571-6533 ext. 531 Email:lmcdonnell@protonenergy.com www.protonenergy.com
[McDonnell, Larry]
First I want to thank the people who helped me get this populating form thing working (Colin Fox, Tom Passin, and Jon Erickson).
You're welcome :-)
I have a couple questions on how ZSQL methods and their behavior. From a form I created, I input the data and hit the submit button. Under superuser the data is added to the db but if I am not superuser, the ZSQL method the you would see in test mode appears where you would need to file in the data again. Why does it work under superuser and no where else? Is it a permission thing?
I don't know, but can you try it with one or more other browsers, just to make sure it's not related to a browser bug with authentication?
Also on the same subject, how do I suppress the message telling me "no data matched" while it is adding a new record to the db? Thanks.
I've never seen that. However, you should not get messages back if you invoke the zsql method using dtml-call rather than dtml-var. Cheers, Tom P
participants (2)
-
McDonnell, Larry -
Thomas B. Passin