Zippy Aus Posted August 4, 2005 Posted August 4, 2005 Hi I am struggling a little with XSL. I want to add a record with some data already entered. I have two fields, Charge and Type. For each recorded added from a particular page I want Charge to be "C" and Type to be "B". Do I have to create the record and then edit it, or can I use the add page to include this data. Any advice is appreciated. TIA Zippy
Martin Brändle Posted August 8, 2005 Posted August 8, 2005 Of course you can pass data when a record is created. You can modify the add page, if you mean the one created with the XSLT assistant (or one created by yourself). E.g. in the form used in the page, you can add the following tags (within the form tags) However, if you use a query instead of a form post, it would have to add &Charge=C&Type=B to your query.
Zippy Aus Posted August 10, 2005 Author Posted August 10, 2005 Thanks Martin and Beverly for responding. Martin .. I needed the hidden code ... it works a treat ... thanks once again for your assistance Zippy ;)
Recommended Posts
This topic is 7046 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now