Sorry for long post but all related.
1. Is there a way to place for example @rs("Ready_Date")... time_hour... time_minute... time_ampm in document within one string? I have these four (4) variables but am running out of space in doc when designing since I am placing each individually. Now I have all four on TOP of each other and displays correctly but in visual design it's a mess.
2. When placing variables i.e.: @rs("LEN_1") variable produces an error when compiling & testing. Always gives:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'PDF.AddTextPos'
/PickUpOrder.asp, line 89
then I delete the offending "variable" in VisualEasyPdf, skip couple of lines and add "another variable" and it continues to work. But somehow I am skipping required variables for the client document.
Have checked, double checked 10x checked synthax, and it's right but cannot get rid of this damned error?
PDF.AddTextPos 23.99976, 615.99968, rs("QTY_1")
PDF.AddTextPos 336.00024, 512, rs("INSURED_VALUE")
PDF.AddTextPos 176, 616, rs("LEN_1")
Line 89 points to rs("LEN_1") but it's right. It's the right variable.
What gives?
thank you & rgds,
Erwin