Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Translate into VFP
Message
De
22/08/2000 07:47:46
 
 
À
21/08/2000 21:31:22
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00407582
Message ID:
00407659
Vues:
33
lnHandle = FOpen(PosItems.CWEBPic)

IF lnHandle > -1
   DO WHILE NOT FEOF(lnHandle)
      ThisForm.CommC1.Value = ThisForm.CommC1.Value + FRead(lnHandle)
   ENDDO

   FClose(lnHandle)
ELSE
   MessageBox("Can't open the file")
ENDIF
HTH
>I have the following code I need to use in VFP5.0 and I know nothing to help myself
> F1= FREEFILE
> OPEN POSITEMS.CWEBPIC FOR BINARY AS #F1
> DO WHILE NOT EOF(F1)
> GET #F1, , CH
> THISFORM.COMMC1.OUTPUT=CH
> ENDDO
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform