Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
End of file encountered
Message
De
04/07/2004 01:52:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
End of file encountered
Divers
Thread ID:
00920531
Message ID:
00920531
Vues:
59
hi all,
any help ,new idea to fix this code
*********************************************
select 1
  m.no=no
  month1=month1
  m.year1=year1
  m.dd= month(date())
  m.ff=year(date())

    set filter to  month1=m.dd .and. year1=m.ff
       go top
do while .t.

   thisform.text3.value=dat
   thisform.text1.value=total
   thisform.text6.value=month1
   thisform.text32.value=year1
   thisform.text2.value=amount1
************************************
   select 4
       *use temp2
     append blank
            replace no with m.no
            replace m1 with thisform.text6.value
            replace amount1 with thisform.text2.value
            replace year1 with thisform.text32.value
  select 1
    skip  &&  i get here  end of file counterd som times  
     m.no=no
   if eof()
      exit
  endif
enddo


select 4
report form tab3 preview
zap
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform