Search found 17 matches: ncode

Return to advanced search

Re: problema con DrawBitmap() usando tCodeBars

... incluir en el QR ENDPAGE ENDPRINT //............................................ FUNCTION BuildQR( oPrn ,nRow,nCol,cCode ) local nFlags := 0 local nCode := 14 // codigo para el CODEBARQR oCode := TCodeBars():New(600,600,10,10,nCode,cCode,0 ) oCode:Reset() oCode:Build() Drawbitmap( oPrn:hDCOut, ...
by rterraz
Mon Mar 15, 2021 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con DrawBitmap() usando tCodeBars
Replies: 10
Views: 977

Re: to Nages: test for tdatabase

... cDoc  the problem of this function is ( the same of james ) if I not save arecord it lose the code and the next code is ncode+1 But on this application first it use a code type 0000000001 and the the code of customer become , i not Know where, another code for a sample ...
by Silvio.Falconi
Thu May 09, 2019 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5620

Re: funciones de FWH y Harbour en un archivo .txt

... AnsiToHtml(<cAnsiString>)->cHtmlString Array(<nElements>,[<nElements>,...])->aArray Asc(<cExp>)->nCode AScan(<aTargets>,<expSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nStoppedAt ASCIISum(<cString>)->nASCIISum ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: Ayuda cpm hbzebra.lib

... "DATAMATRIX" action( BuildCode( CODEBAR_DATAMATRIX, "DataMatrix :)") ) endmenu endmenu return oMenu function BuildCode( nCode, cCode, nFlags ) * local hDC := oWndP:GetDC() default nFlags := 0 oCode:Reset() if nCode < CODEBAR_PDF417 oCode:nHeightCode = oCode:nHeight ...
by Busmatic_wpb
Thu Sep 07, 2017 1:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda cpm hbzebra.lib
Replies: 12
Views: 2611

Re: BTNBMP AND POPUP

Silvio, Silvio wrote : if we use oBtn[n]:bAction := bEjecutaBoton(n, nrow,ncol , nCode,nCaption,obtn[n]) the control draw a border don't use nrow,ncol !! oBtn[n]:bAction := bEjecutaBoton(n, 0, 0 ,nCode,nCaption,obtn[n]) will display the popup on top / left of the ...
by ukoenig
Mon Mar 28, 2016 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP AND POPUP
Replies: 12
Views: 3362

Re: Matrice of btnbmp

... 15+1oBtn:= array(nCount) k:= 1RA->(dbgotop())    Do While ! Ra->(eof()) nCode:= Ra->racodice                 nCaption:=Ra->Radesc      @ nrow,ncol BTNBMP ...
by Silvio.Falconi
Sat Mar 26, 2016 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP AND POPUP
Replies: 12
Views: 3362

Lista de funciones de [x]harbour con sus parametros para edi

... -> nArcSine ATan(<nRadians>) -> nArcTangent Array(<nElements> [, <nElements>,...]) -> aArray Asc(<cExp>) -> nCode AScan(<aTargets>, <expSearch>, [<nStart>], [<nCount>],[<lExact>], [<lASCII>]) -> nStoppedAt ASCIISum( <cString> ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1022

Re: call a dll32 function

... nFlags, @cProxyDir, @cProxyCert, @cProxyExe) if Kode > 0 SmtpReply := CHR(0) if len(trim(proxyport))=0 .or. len(trim(smtpport))=0 nCode := XClose(0) nCode := XRelease() lHadError := .T. exit endif nProxy:=VAL(proxyport) nSmtpp:=VAL(Smtpport) Code :=XSmtpConnectSSL(0, nProxy, nSmtpP,@SmtpServer,@cSmtpUser, ...
by jorjio
Fri Jun 06, 2014 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call a dll32 function
Replies: 8
Views: 2055

Re: "Snap" for Clipper

...              WINDOW.PRG      772   923   939   943   943   947   950 NCMOUSEMOVE()          (function  in ?)    WINDOW.PRG      698  3672 NCODE                  WINDOW.PRG      893  1837  1843  1843 NCOL                    WINDOW.PRG      510   521   564   583   591   592   674   675   ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6540

Re: Code Bar PDF417 ó QR Code

... a un archivo, sin pasar por una ventana, hice este ejemplo aunque igual uso el DIBWRITE, que otro comando se puede usar oCode:SetType( nCode ) oCode:SetCode( cCode ) oCode:SetFlags( nFlags ) oCode:Build() // DrawBitmap( hDC, oCode:hCodeBar, 0, 0 ) hDib:=( oCode:hCodeBar ) DibWrite( ...
by elmoiquique
Wed Aug 24, 2011 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Code Bar PDF417 ó QR Code
Replies: 50
Views: 13276

Re: need tcrw.prg for 32 bit

... nLen ) ENDIF return cError // ========================================================================== // Method TCrw::PEGetErrorCode() -> nCode // // Returns a number that indicates the status of the most recent Report // Engine method called. When a call to another method fails, this ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1314

Re: MySql and AdrRdd

... "patients" MYSQL FROM "127.0.0.1" USER "fusion" PASSWORD "fusion" ALIAS "Patients" go bottom ncode:=Patients->code +1//primary key, IF YOU HAVE ANY PROBLEM USE DATABASE SORT BY PRIMARY KEY Patients->DBAPPEND()) Patients->FIELDPUT(fieldpos("CODE ...
by JARO
Wed May 13, 2009 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql and AdoRdd
Replies: 19
Views: 5417

Re: MySql and AdrRdd

... "patients" MYSQL FROM "127.0.0.1" USER "fusion" PASSWORD "fusion" ALIAS "Patients" go bottom ncode:=Patients->code //primary key Patients->DBAPPEND()) Patients->FIELDPUT(fieldpos("CODE "), ncode)) //primary key Patients->FIELDPUT(fieldpos("Last ...
by JARO
Wed May 13, 2009 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql and AdoRdd
Replies: 19
Views: 5417

Ayuda con la clase TCRW

... nLen ) ENDIF return cError // ========================================================================== // Method TCrw::PEGetErrorCode() -> nCode // // Returns a number that indicates the status of the most recent Report // Engine method called. When a call to another method fails, this ...
by Ramón J.
Sat May 31, 2008 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con la clase TCRW
Replies: 3
Views: 2520

... DATA <nData> ]; <oComm> The variable to hold this object. <nNumber> Number of queue to flush. <nData> Number of bits. <nCode> Escape code to send. <cString> A text to send. <nDevice> Device number. <nBaud> Bauds speed. <nOutQueue> Size of the ...
by joop hermsen
Tue Oct 02, 2007 2:53 pm
 
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 6477
Next

Return to advanced search

cron