|
Eugene 7/24/2007 |
Please, post whole code of this function |
N
|
nolim8ts author 7/24/2007 |
Changes Made On The Edit Page: |
|
Eugene 7/24/2007 |
Try to use next code: |
N
|
nolim8ts author 7/24/2007 |
I have modified my code to match the code posted, but now I am getting a new error. If Not CStaff_Events.BeforeEdit(Page, cmdInsert.Parameters, sKeyFields) Then Return
<%@ Import Namespace="System"%> |
|
Eugene 7/25/2007 |
String |
N
|
nolim8ts author 7/25/2007 |
I've implemented the changes you mentioned and the edit page is now loading as it should. When committing any changes to the database, the following error message is returned. Error Description: Object variable or With block variable not set |
|
Eugene 7/25/2007 |
Please, ensure that all saved data are correct and correspond to fields types in database. |
N
|
nolim8ts author 7/25/2007 |
Hi Eugene, |
N
|
nolim8ts author 7/26/2007 |
Thanks Eugene,
|
|
Eugene 7/26/2007 |
You have error in database structure. |
N
|
nolim8ts author 7/26/2007 |
I'm a bit lost to what you mean. Would you be able to elaborate a bit more? |
|
Eugene 7/26/2007 |
Tables structure should be like this: |
N
|
nolim8ts author 7/26/2007 |
If I understand correctly, I will have to add an IDDepartment and GroupID Column to the Groups table and then link IDDepartment to the ID Column in the Departments Table? I will then link the the Department Column in the Staff Table to the ID Column in the Departments Table and also link Group in the Staff Table to GroupID in the Groups Column? |
N
|
nolim8ts author 7/27/2007 |
Hi Eugene, |
|
Eugene 7/27/2007 |
I've sent corrected projected with database to your e-mail. |
J
|
june 10/28/2007 |
Thank you for your information,i just get it! |
L
|
Langelihle 9/15/2008 |
Hi |