Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to insert lcImage from codebar of codeplex
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to insert lcImage from codebar of codeplex
Divers
Thread ID:
01499661
Message ID:
01499661
Vues:
132
Hi

I am just trying to append the picture to a cursor field, to send information to a label report.

Tried as blob field (OK), but label seems does not accept it.

Now I am trying a general field as below, but not successful.

What kind of information is inside lcImage ?

I tried the variable directly and also transformed to files as below:
 lcImage = loFbc.BarcodeImage(B_ENCOMENDAS.CEP)              
               
               STRTOFILE (lcImage,"lcImage.bmp")
                         
                          
                          APPEND GENERAL B_ENCOMENDAS.FOTO FROM lcImage.bmp
*********** only 1k data is appended.
Any help will be welcome.

p.s I found no prog samples there where Luis said, only the ready label
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform