This may help, I need to startup a new window with no menu/toolbar. This is the function I call.
<script LANGUAGE="JavaScript">
function new_window(url,link) {
link = window.open...
Are you going to enter using five text field or one.
If one you can break the text into diff values.
dim lng1 as long
dim lng2 as long
dim lng3 as long
dim lng3 as long
dim lngTot as long
lng1 = val(mid(text, 1, 1))
lng2 = val(mid(text, 2, 2))
lng3 = val(mid(text, 4, 2))
lng4 = val(mid(text...
This works with crystal 6.0
rpt_BRL.Formulas(1) = "ReturnBy = 'Please review and return by: " & _
Format(DateAdd("d", 10, Now()), "MM/DD/YYYY") & "'"
ReturnBy is a formula field in my crystal report
Im having the same problem in the same environment, but My app runs fine over our test database(where I created the report), when I change it to run over the production data I get the same 20559 error your getting. If you find a way to fix this I would be interested.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.