![]() |
Sergey Kornilov admin 4/15/2005 |
Alberto, |
|
Alberto author 4/15/2005 |
Sergey, I just sent you the files... |
|
Alberto author 4/27/2005 |
Sergey, |
T
|
techno 4/27/2005 |
Sergey, There is a problem when I edit a record with the new version: Copy seems to be ok, Add new too. But edit no. Note: I just opened the project 3.1 with the 3.2 went trought all steps and saved (3.2 dowloaded yesterday). There is also an error when the source file contains Order by, it does not take automaticaly. Can you fix that? Thanks Alberto Edit record [NumeroContrato: MOR0000017 ] -------------------------------------------------------------------------------- Back to list NumeroContrato ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal. /test/nivel2/tbContratos_edit.asp, line 1673 Code === sFieldName = "NumeroAgendamiento" if rs.EOF and rs.BOF then strValue="" else Edited with frontpage 2002 ** LINE 1673 strValue = GetData(rs.Fields(sFieldName),FORMAT_NONE ) end if if GetEditFormat(sFieldName) <> EDIT_FORMAT_HIDDEN then Response.Write vbCRLF & "<tr><td class=shade>" Response.Write Label(sFieldName) & " " Response.Write "</td><td>" end if bUpdatable = IsUpdatable(rs.Fields(sFieldName))
|
|
Alberto author 4/28/2005 |
Sergey, yes going step by step Works...Thanks |