I have just been upgraded from pdox7 to pdox10
also from win 98 to win 2000 proffessional.
the code below is part of what is in a button i wrote while i had pdox7 basically you pushed the button, typed in a varable, it opened the report(which is a 1 page A4 label) then a popup box appears ask how many labels, you then typed the required amount and out they printed. this worked fine in (7) but now in (10) it will only print 1 label
*Code is straight out of pdox(7) help*
siNCopies = 0
stPrompt = "Print how many copies?"
siNCopies.view(stPrompt)
if siNCopies > 0 then
prnOptions.Copies = siNCopies
else
return
endIf
why does it not work in (10).
Please write answers below
many thanks Jay
also from win 98 to win 2000 proffessional.
the code below is part of what is in a button i wrote while i had pdox7 basically you pushed the button, typed in a varable, it opened the report(which is a 1 page A4 label) then a popup box appears ask how many labels, you then typed the required amount and out they printed. this worked fine in (7) but now in (10) it will only print 1 label
*Code is straight out of pdox(7) help*
siNCopies = 0
stPrompt = "Print how many copies?"
siNCopies.view(stPrompt)
if siNCopies > 0 then
prnOptions.Copies = siNCopies
else
return
endIf
why does it not work in (10).
Please write answers below
many thanks Jay