XBrowse - QRCodes - Unicode languages

XBrowse - QRCodes - Unicode languages

Postby nageswaragunupudi » Wed Apr 03, 2019 3:26 pm

Next version of FWH:
Code: Select all  Expand view
#include "fivewin.ch"

REQUEST FWZEBRA

function Main()

   FW_SetUnicode( .t. )

   XBROWSER "CUSTOMER.DBF" ;
      COLUMNS ;
      "TRIM( FIRST - CRLF() - LAST )", ;
      "TRIM( STREET - CRLF() - CITY - CRLF() - STATE - '-' - ZIP )", ;
      "TRIM( FIRST - CRLF() - LAST - CRLF() - STREET - CRLF() - CITY - CRLF() - STATE - '-' - ZIP )" ;
      SETUP ( ;
      oBrw:nRowHeight := 150, ;
      oBrw:cHeaders  := { "NAME", "ADDRESS", "CODE" }, ;
      oBrw:nWidths   := { 200, 300, 150 }, ;
      oBrw:aCols[ 3 ]:BarCodeType := "QR" )

return nil

function crlf(); return CRLF
 


Image
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10620
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: XBrowse - QRCodes - Unicode languages

Postby Silvio.Falconi » Wed Apr 03, 2019 4:03 pm

Nice...
but only Qr ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 7033
Joined: Thu Oct 18, 2012 7:17 pm

Re: XBrowse - QRCodes - Unicode languages

Postby nageswaragunupudi » Wed Apr 03, 2019 4:09 pm

Silvio.Falconi wrote:Nice...
but only Qr ?


Code: Select all  Expand view
oBrw:aCols[ 3 ]:BarCodeType := "QR"

Here the programmer can specify what barcode he wants.
The programmer is also expected to know what is the valid data for what barcodes and specify the data and barcode type accordingly.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10620
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: XBrowse - QRCodes - Unicode languages

Postby AntoninoP » Thu Apr 04, 2019 3:58 pm

Pretty cool, but does it export in Excel? How? create an image in clipboard and paste?
AntoninoP
 
Posts: 375
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy

Re: XBrowse - QRCodes - Unicode languages

Postby Silvio.Falconi » Tue Apr 09, 2019 3:03 pm

Nages a question...
I wanted ask ...
the code can be different from record to another ?
sample :
oBrw:aCols[ 3 ]:BarCodeType:= articles->typebar_code or each column as I can see here : ( from a school application)

Image

often an article ( product ) has two or three different bar codes
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 7033
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 52 guests