Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error with nowait
Message
From
11/08/2008 08:00:48
Mk Sharma
Shrishti Solutions
Mumbai, India
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Error with nowait
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01337992
Message ID:
01337992
Views:
54
below command in partyled.command1.click()
use hafinish in select("hafinish")

sele hafinish
use in select("partyled")
if not file("partled.dbf")
  copy stru to partled
endif

use partyled in select("partyled") excl

sele hafinish
go top
do while not eof()
     sele partyled
    append blank
    repl.....
   select hafinish
   skip
enddo
sele partyled
go top 
report form partyled to print prompt nocons nowait
the above command showing first page perfect, but when i click on next page, it is giving error "variable rem1 not found..."

if i remove the NOWAIT, it is showing perfect report .

i am using private datasession

warm regards,
mk.
Next
Reply
Map
View

Click here to load this message in the networking platform