Search found 8 matches: uval2

Return to advanced search

Unicode Read from and write to excel

... to Mr Rao and Fwh support! #include "fivewin.ch" FUNCTION Main() local oExcel, oBook, oSheet, oWnd, oClp local nRow, nCol, nCols, uVal, uVal2 FW_SetUnicode( .t. ) DEFINE WINDOW oWnd oClp := TClipboard():New() USE "AA_CHN" GO TOP nCols := FCount() oExcel := ExcelObj() oBook ...
by MarcoBoschi
Fri Nov 27, 2015 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode Read from and write to excel
Replies: 0
Views: 469

... DATA uLastTag // last TagOrder before losing focus METHOD New( nRow, nCol, nWidth, nHeigth, bLine, aHeaders, ; aColSizes, oWnd, cField, uVal1, uVal2, bChange, ; bLDblClick, bRClick, oFont, oCursor, aColors, ; cMsg, lUpdate, uAlias, lPixel, bWhen, ; lDesign, lCellBrw, nStyle, bLClick, aLine ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5470

Filter en el XBrowse

En el WBrowse traia un SETFilter(cField, uVal1, uVal2), como lo reemplazo en el XBrowse()

Cordial Saludo

Alberto
by albertofernandezm
Tue Jun 10, 2008 2:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filter en el XBrowse
Replies: 4
Views: 817

... lGoBottom INIT .F. CLASSDATA lRegistered AS LOGICAL METHOD New( nRow, nCol, nWidth, nHeigth, bLine, aHeaders, ; aColSizes, oWnd, cField, uVal1, uVal2, bChange,; bLDblClick, bRClick, oFont, oCursor, nClrFore,; nForeBack, cMsg, lUpdate, cAlias, lPixel, bWhen,; lDesign, bValid, bLClick, aActions, ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4177

Wbrowse how to clear filter

How can I clear a filter?
oLbx:setfiler(cField, uVal1, uVal2 )

Regards,
Otto
by Otto
Sat Sep 29, 2007 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse how to clear filter
Replies: 1
Views: 427

Setfilter TWBrowse

... &( IndexKey() ) ) ) if ( ::cAlias )->( ValType( &cField ) ) != cIndexType .or. ; ValType( uVal1 ) != cIndexType .or. ; ValType( uVal2 ) != cIndexType MsgAlert( "TWBrowse SetFilter() types don't match with current Index Key type!" ) I think that buildskip is worg too when using ...
by ask
Mon May 29, 2006 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setfilter TWBrowse
Replies: 0
Views: 492

... filter deberia funcionar, que browse usas ?. Yo no lo uso (uso scopes) pero por ejemplo para wbrowse la sintaxis es: ::SetFilter( cField, uVal1, uVal2 ) Por lo que en tu codigo te falta el limite "hasta" del filtro (tenes solo el "desde", aunque hay un: DEFAULT uVal2 := uVal1 O sea que si el ...
by lubin
Fri Feb 03, 2006 4:21 pm
 
Forum: FiveWin para CA-Clipper
Topic: dudas para crear documentos con cabecera y detalle
Replies: 6
Views: 2414

... filter deberia funcionar, que browse usas ?. Yo no lo uso (uso scopes) pero por ejemplo para wbrowse la sintaxis es: ::SetFilter( cField, uVal1, uVal2 ) Por lo que en tu codigo te falta el limite "hasta" del filtro (tenes solo el "desde", aunque hay un: DEFAULT uVal2 := uVal1 O sea que si el ...
by DanielPuente
Fri Feb 03, 2006 2:01 am
 
Forum: FiveWin para CA-Clipper
Topic: dudas para crear documentos con cabecera y detalle
Replies: 6
Views: 2414

Return to advanced search