J
|
Jane 7/3/2009 |
Hi, str = "select Name2,Last_Date from SIGNUP_TABLE" Set rstmp = server.CreateObject("ADODB.Recordset") rstmp.open str,dbConnection Session("Name2") = rstmp("Name2") Session("Last_Date") = rstmp("Last_Date") rstmp.close set rstmp=nothing
|
C
|
crisstyd author 7/3/2009 |
Hi, you can select values from SIGNUP_TABLE table in the Before process event on the Events tab and save it in the session variables. Here is a sample: The use these variables as default values on the "Edit as" settings dialog on the Visual Editor tab.
|
J
|
Jane 7/6/2009 |
I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. |