[Gambas-user] Barcode.... Here ya go Hamilton...

sbungay sbungay at ...981...
Fri Apr 27 19:55:52 CEST 2007


   Forgot to change that piece.. good call... thanks.

ron wrote:
> On Friday 27 April 2007 17:58, Stephen Bungay wrote:
> 
>> ' This command creates a 128b barcode...
>>  ShellString = BarCodePathString & "barcode -b " & pEncodeString & " -e 
>>128b -o " &  "~/Barcode-" & pEncodeString & ".ps"
> 
> 
> BarCodePathString is used and Dim but never set with path
> 
> 
>>  
>>  SHELL ShellString  
>>  
>>  WHILE NOT Exist("~/Barcode-" & pEncodeString & ".ps")
>>        WAIT 0.4
>>  WEND 
>>  
>>  ShellString = "convert " & "~/Barcode-" & pEncodeString & ".ps -crop 
>>205x80+7+703 " &  "~/Barcode-" & pEncodeString & ".png"
>>
> 
> 
> must be ?
> 
>>  ShellString = "convert " & "~/Barcode-" & pEncodeString & ".ps -crop 
>>  " 205x80+7+703 " &  "~/Barcode-" & pEncodeString & ".png"
> 
> ----^--------------^
> -crop need dimensions and 205x80+7+703=17110  :) :)
> 
> 
> Nice weekend
> 
> Ron
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 




More information about the User mailing list