Z
|
zion4ever author 11/28/2008 |
Btw i'm using ASPrunner 5.1 |
J
|
Jane 11/28/2008 |
Hi, fYear = Year(dict("FieldName")) |
Z
|
zion4ever author 11/28/2008 |
Thanks for the reply Jane. |
J
|
Jane 12/1/2008 |
Hans, ... If Status = "Opgehaald" Then ContinueSql = True else ContinueSql = False end if ... |
Z
|
zion4ever author 12/2/2008 |
Hi Jane, |
J
|
Jane 12/2/2008 |
Hans, if ContinueSql = True Then 'Update tblUitleen; set tbluitleen.status = "Uitgeleend" en overige uitleen parameters strSQL = "UPDATE tblUitleen SET Specificatie='" & Spec & "', `Object`='" & UitleenObj & "', `Status` = '" & Status & "', `Datum uitgeleend` ='" & Ophaaldatum & "', `Datum terug` = '" & EindDatum & "', `Uitgeleend aan` = '" & GereserveerdDoor & "', Opmerkingen = '" & Opmerkingen & "', Status = 'Uitgeleend' WHERE Object='" & UitleenObj & "';" dbConnection.Execute strSQL End If
|
Z
|
zion4ever author 12/3/2008 |
Jane, |
J
|
Jane 12/3/2008 |
Hi, {BEGIN mastertable_block} <DIV id="mastertable_block{$id}">{$showmasterfile} <A class=toplinks {$backtomasterlink_attrs}><B>{mlang_message BACK_TO_MASTER}</B></A> <BR> </DIV> {END mastertable_block} |
Z
|
zion4ever author 12/3/2008 |
Thank you for the swift reply Jane, |
J
|
Jane 12/3/2008 |
Hi, |