|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#61
|
||||
|
||||
|
you have to put in local variable then use that variable.
Memo fields lose their value once you read them. it's by design. try this: Code:
strAddress = rs("Address")
If IsNull(strAddress) Then
strAddress = ""
Else
strAddress = CStr(strAddress)
End If
If Len(Trim(strAddress)) > 0 Then
output.FDFSetValue "Address", strAddress, False
End If
|
|
#62
|
|||
|
|||
|
that poor design of memo fields then?
well it is working now, thanks alot ![]() |
|
#63
|
||||
|
||||
|
Quote:
![]() cheers, glad I could help! ![]() |
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Asp and fdf |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|