favc4
Posts: 30
|
| Posted: 05/21/2006, 11:28 PM |
|
Hi there, I'm having troubles form firing events, simply can't make em work, (ASP 3.0 with templates) and also have some confusion about the order this events happen and trigger, for instance I have a grid configured to work as a kind of record form (a grid with 1 record per page with navigation) and intend to use it as a master in a one to many master detail page, but results that in the only event I can add a parameter to the URL for the detail forms to fetch only the pertinent rows, happens to be the 'AfterInitialize' event for the page, in order to retreive one of the 'master' field's value and append it to the URL for the 'details' forms to build their SQL with this appended param in the 'WHERE' statement but puff!! when I ask for the Field value, referencing in both ways, eg, form.field.value or form.recordset.fiels(3).value or form.recordset.fields("fieldname").value what I get is either an empy value or an error.
Besides this glimples, what you guys know about not firing any events? any ideas?
Thanks in advance!
cHUCk
_________________
Programming win32 and went crazy... |
 |
 |
|