Search found 9 matches: ntext

Return to advanced search

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

... your search string back to non-Unicode and then searching.... http://stackoverflow.com/questions/11258129/sql-server-search-in-nvarchar-ntext
by Antonio Linares
Sat Sep 05, 2015 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4628

To Antonio converte a function

When you press the right button in a picture from My Computer , Windows displays a list of installed applications associated with that type of file "OPen with..." http://www.eoeo.it/wp-content/uploads/2015/06/Immagine.jpg I found a c++ function on stackoverflow but I not Kn...
by Silvio.Falconi
Tue Jun 30, 2015 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio converte a function
Replies: 6
Views: 1780

Re: Brushed Group Object

... ; 30, ; // 1 nTop 30, ; // 2 nLeft 150, ; // 3 nBottom 200, ; // 4 nRight " Title ", ; // 5 Text oGroup, ; // 6 Object 16314573, ; // 7 nText-color 0, ; // 8 nBackground .T., ; // 9 Pixel , ; // 10 lDesign 170, ; // 11 nWidth 120, ; // 12 nHeight , ; // 13 nColor-Title , ; // 14 aCtrls ...
by ukoenig
Sat May 28, 2011 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Brushed Group Object
Replies: 5
Views: 1562

Re: need tcrw.prg for 32 bit

... selection. // // ========================================================================== */ METHOD GETSELE_() LOCAL cFarProc LOCAL nRet LOCAL nText := 0 LOCAL nLen := 0 LOCAL cForm := "" LOCAL cFunc := "PEGetSelectionFormula" IF ::l32 cFarProc := GetProc32( ::hDll,cFunc,.T., ...
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: 1316

Re: Cajón Portamonedas

// For USB drivers cPrnRec1 := alltrim(cPrnRec) // cPrnRec es el nombre del impresor obtenido de lista // de impresores instalados nText := SPACE(45) nText := CHR(27) +'p'+ CHR(0)+CHR(10)+CHR(25) cfile := "c:\test01.txt" // Puedes usar cualquier nombre nHandle := fCreate( cFile ...
by George
Fri Sep 04, 2009 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cajón Portamonedas
Replies: 3
Views: 636

Re: CtrlDrawFocus

... oDlg CENTERED ON INIT oDlg:SetMenu(oMenu) return nil //=============================================== Function AddSay(oBmp) Local oSay, o Local nText:=1, cText //---------Busco un nombre disponible para el objeto DO WHILE aScan(oBmp:aControls,{|o| o:ClassName()="TSAY" .and. o:Cargo=="Texto ...
by César E. Lozada
Thu Feb 12, 2009 2:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CtrlDrawFocus
Replies: 4
Views: 653

Ayuda con la clase TCRW

... selection. // // ========================================================================== */ METHOD GETSELE_() LOCAL cFarProc LOCAL nRet LOCAL nText := 0 LOCAL nLen := 0 LOCAL cForm := "" LOCAL cFunc := "PEGetSelectionFormula" IF ::l32 cFarProc := GetProc32( ::hDll,cFunc,.T., _INT,LONG,PTR,PTR ...
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: 2523

... you please post a small sample of its use ? many thanks! Antonio Sure no problem this is a snapshot CFILE := "PRN.TXT" nHandle := fCreate( cFile ) Ntext := SPACE(45) Ntext := CHR(27) +'p'+ CHR(0)+CHR(100)+CHR(100) // this will open a cash tray FWRITE( nHandle, Ntext) fClose( nHandle ) PrintFileRaw(myprintername,CFILE) ...
by Richard Chidiak
Tue Dec 12, 2006 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: epson escape printing with usb printer
Replies: 6
Views: 2086

epson escape printing with usb printer

... cash tray when the printer is connected to a "dos type" parallel port (lpt1, lpt2 or lpt3) CPORT := OPRN:GETPORT() CDOSPRT := TDOSPRN():NEW(CPORT) Ntext := SPACE(45) Ntext := "CHR(27) +'p'+ CHR(0)+CHR(100)+CHR(100)" CDOSPRT:Say(0,00,&(Ntext),.F.) // open Cash CDOSPRT:END() the code will not ...
by Richard Chidiak
Mon Dec 11, 2006 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: epson escape printing with usb printer
Replies: 6
Views: 2086

Return to advanced search