Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comm port controlled by MSCOMM
Message
De
11/07/2006 17:31:33
 
 
À
11/07/2006 13:57:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01135440
Message ID:
01135527
Vues:
20
Mark,

Try this:
WITH THIS
  IF .commevent = 2
    .pcLastReading = .pcLastReading + .INPUT
    *!* Upate reading with the raw scan
TEXT TO lcSql TEXTMERGE NOSHOW
usp_UpdateReading '<<.pcLastReading>>', <.Parent.pnCommPort>>
ENDTEXT
    THISFORM.mExecuteSqlCommand(lcSql, '', '')
  ENDIF
ENDWITH
Also, what do the rows look like, datawise? Repetitive? Garbage?

>I have the following code in the ONCOMM event of the control:
>WITH This
> .pcLastReading = .pcLastReading + .Input
> *!* Upate reading with the raw scan
> TEXT TO lcSql TEXTMERGE NOSHOW
> usp_UpdateReading '<<.pcLastReading>>', <.Parent.pnCommPort>>
> ENDTEXT
> ThisForm.mExecuteSqlCommand(lcSql, '', '')
>ENDWITH
>
>I am getting about 22 rows inserted into an SQL table after a single scanner's scan that is attached to the comm port. Why that's happening? My barcode is short - 5 chars.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform