Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to insert lcImage from codebar of codeplex
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to insert lcImage from codebar of codeplex
Miscellaneous
Thread ID:
01499661
Message ID:
01499661
Views:
131
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
Next
Reply
Map
View

Click here to load this message in the networking platform