Search found 19 matches: nchar

Return to advanced search

Inserting to SQL from FiveWin

... HÖRSCHING) where the 'O' in word would have two dots above it. I have also tried creating a new table with using nvarchar instead of varchar, nchar instead of char etc... This did not help as well. If I run the insert query from inside Microsoft Sql Management Studio it seems to work find, ...
by byron.hopp
Fri Aug 05, 2022 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting to SQL from FiveWin
Replies: 3
Views: 343

Re: New FTDN December 2019 (FWH 19.12)

... deshabilitados, mostraban el texto. Corregido. - Nuevo: Método ShowPassword() Método MaskPassword( [nMaskChar] ) DATA nPasswordChar [:= nChar] // Obtiene/establece la máscara de la contraseña - Ahora también se puede especificar un identificador de mapa de bits en la cláusula BITMAP. ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

... disabled password get was displaying the text. Fixed. - New: Method ShowPassword() Method MaskPassword( [nMaskChar] ) DATA nPasswordChar [:= nChar] // Gets/Sets password mask char - Now a bitmap handle also can be specified in the clause BITMAP. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38244 ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Re: Error FiveWin/3 Cannot create Dialog Box:

Juan


has probado usar el metodo LimitText(nChar) ?
by Daniel Garcia-Gil
Wed Jul 01, 2015 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box:
Replies: 3
Views: 582

Re: Amount to words

... static Function wrd_Thousands( nNum ) local cRet := '', cNum, nPos := 0, nChar cNum := i2c( nNum ) if len( cNum ) >= 5 nPos := 4 nChar := 2 elseif len( cNum ) >= 4 nPos := 3 nChar := 1 endif if nPos > 0 cNum := substr( ...
by compaqt
Sat Apr 06, 2013 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amount to words
Replies: 4
Views: 1041

Re: Oracle, PadR y los caracteres raros... tengo problemas

i change char for nchar, delete PADR in my source and now work it!

SET SPANISH jejeje

cambie char por nchar, borre PADR en my codigo y ahora funciona.
by goosfancito
Thu Jan 20, 2011 11:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Oracle, PadR y los caracteres raros... tengo problemas
Replies: 3
Views: 480

Re: Oracle, PadR y los caracteres raros... tengo problemas

Have you tried using nchar(100) instead of char(100) and setting appropriate chatacterset?
by nageswaragunupudi
Thu Jan 20, 2011 7:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Oracle, PadR y los caracteres raros... tengo problemas
Replies: 3
Views: 480

Re: TReport, TPrinter y TDOSPRN a Word

... + CRLF ) return Self //----------------------------------------------// METHOD EsLine( cLong ) CLASS TRtfArch local cLine, cChar local n, nChar cLine := cLong for nChar = 1 to Len( cLine ) if Asc( cChar := SubStr( cLine, nChar, 1 ) ) > 127 FWrite( ::hArch, "\'" + C2Hex( cChar ...
by arturo tamayo
Fri Nov 05, 2010 12:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReport, TPrinter y TDOSPRN a Word
Replies: 6
Views: 2917

Re: Juan Planelles Lazaga

... cTx2, cMemo := MemoRead( CFGAYUDA ), nWidth, nWidMemo local nLenFonts := Len( oGet:aFonts ), nRowStep local aFonts := Array( nLenFonts ), nLen, nChar, cEdit, cTc, cT local cLineText, bEvalWidt, cTextForm := oGet:GetTextLine( oLine ) local aVar := {}, nAt, aLen := {}, aL := {}, nVar := 0, aLenText ...
by Juan Planelles
Tue Dec 29, 2009 10:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6739

Re: Juan Planelles Lazaga

... cTx2, cMemo := MemoRead( CFGAYUDA ), nWidth, nWidMemo local nLenFonts := Len( oGet:aFonts ), nRowStep local aFonts := Array( nLenFonts ), nLen, nChar, cEdit, cTc, cT local cLineText, bEvalWidt, cTextForm := oGet:GetTextLine( oLine ) local aVar := {}, nAt, aLen := {}, aL := {}, nVar := 0, aLenText ...
by Juan Planelles
Sun Dec 27, 2009 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6739

Re: 20 buttons with numbers

Daniel, with this modification you duplicate the button when assign to the same var each button, you must use something like it:

Local oBtn := Array(nChar*nNumber)

oBtn[ ( ( nchar - 1 ) * x ) + y ]

This way you assign each button to a different var... [;)]
by sambomb
Tue Oct 06, 2009 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 20 buttons with numbers
Replies: 11
Views: 1477

Re: FWH/xHarbour Menus

... ::EndPaint(),; If( ::bStart != nil,; Eval( ::bStart, ::bStart := nil ),), .f. METHOD End( nResult ) METHOD EraseBkGnd( hDC ) METHOD GetHotPos( nChar, hCtrlAt ) METHOD GetItem( nId ) INLINE GetDlgItem( ::hWnd, nId ) METHOD GotFocus() INLINE ::lFocused := .t.,; If( ::bGotFocus != nil, Eval( ::bGotFocus ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7760

Re: How to write NULL to a Sql table

It is not only with nchar types. The problem is even with numeric fields. I have just now tested with Oracle. I try to assign NULL value to a column with NUMBER ( oracle ) data type. When I write oRs:Fields( n ):Value := nil, the column ...
by nageswaragunupudi
Sat Apr 25, 2009 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write NULL to a Sql table
Replies: 36
Views: 5962

... tiene sus limitaciones. He modificado la clase TMultiGet de la siguiente forma: 1º He añadidio tres datas: DATA MaxLong AS NUMERIC INIT 0 DATA nChars AS NUMERIC INIT 0 DATA bPassMax 2º He modificado el METHOD KeyChar: Añadiendo, despues de las líneas: if nKey == VK_TAB ... endif, lo siguiente: ...
by antolin
Tue Jul 10, 2007 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo memo
Replies: 2
Views: 699

... next return nil #pragma BEGINDUMP #include <hbapi.h> #include <windows.h> #include <aygshell.h> HB_FUNC( _WRITEBYTE ) // hComm, nChar --> lOk { DWORD cBytes; unsigned char ch = 233; // unsigned char ch = ( unsigned char ) hb_parnl( 2 ); hb_retl( ( BOOL ) WriteFile( ( void ...
by Richard Chidiak
Sat Feb 17, 2007 9:20 am
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth print and Special characters
Replies: 37
Views: 10622
Next

Return to advanced search