
CR 4.6 and external variable
hello world
before any questions excuse my for my english (is terrible :) )
i ave a little problem...
i like insert in a report build with CR 4.6 a external value of my variable
but i dont ave idea about this ...
i ave build a counter for report page; my client input a number of page to
write and this value is to repeat into a report
in NumberOfPage variable....but this is not possible..error 20510 incurred.
example...
in VB program
for ind = 0 to numberOfPage -1
report1.formulas(0) = "pippo= " & ind
..........
.............
next
in CR report..
two problem
1) the number (ind) appear with ,00 (ex 3,00)
2) if i search to rewrite a report appear error 20501 name of variable
missing
thanks...
bye all
Emanuele