Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error with nowait
Message
De
11/08/2008 08:00:48
Mk Sharma
Shrishti Solutions
Mumbai, Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Error with nowait
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01337992
Message ID:
01337992
Vues:
56
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform