Search found 8 matches: lauto

Return to advanced search

Re: TLabel class

... I try to insert this method : METHOD NeedNewPage() INLINE ( ::nRow >= ::nBottomRow ) and modify the method METHOD EndLine(nHeight, nItem,lAuto) METHOD EndLine(nHeight, nItem,lAuto) CLASS TLabel     STATIC lRunning := .F.      DEFAULT nHeight := ::nStdLineHeight  ...
by Silvio.Falconi
Wed Jan 25, 2017 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLabel class
Replies: 17
Views: 5143

Re: autocomplete in get

... nKey was not defined as a LOCAL. Fixed. Method AutoFill: nLength was mispelled (as nLenght). Fixed. Method AutoFill: ::Cargo changed to ::lAuto (see reason below) Method AutoFill: Changed to using vkey.ch manifest constants instead of numbers. Method Redefine: Was passing aItems to the ...
by Maurizio
Thu Jun 23, 2011 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9188

Re: Sobre impresoras virtuales PDF

... regalar el programa a quien le interese por su funcionalidad. ( si alguien cuando lo termine, quiere lo fuentes, solo tienen que pedirlo ). Para Lauto: Sobre HbhPDF Port, entiendo que es una impresora virtual no? Me he bajo los fuentes, pero como en harbour soy un iniciado desconzco como compilar ...
by jll-fwh
Wed Feb 10, 2010 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre impresoras virtuales PDF
Replies: 11
Views: 5821

Re: auto complete feature

James,

Thank you. Fixed:

METHOD LostFocus( hWndGetFocus ) inline ::SetPos(1), ::lAuto := .T., ::super:LostFocus( hWndGetFocus )
by mgsoft
Wed Oct 14, 2009 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19628

Re: auto complete feature

mgsoft, Yes, I see that there are still some bugs. lAuto is nil when the class is intialized, then set to .t. or .f. and at the point you have shown an attempt is made to set it to nil again. This seems to be triggering the error. The code should ...
by James Bott
Tue Oct 13, 2009 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19628

Re: auto complete feature

James, Thank you for your reply. The error is Error description: Error BASE/44 Assigned value is wrong class: TAUTOGET:LAUTO and the error is in METHOD LostFocus( hWndGetFocus ) inline ::SetPos(1), ::lAuto := Nil, ::super:LostFocus( hWndGetFocus ) If I comment out this method, it ...
by mgsoft
Mon Oct 12, 2009 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19628

Para Antonio Linares, salida abrupta ...

... ............. oDlg:bKeyDown := {|nK| if( ( nK == Asc( "A" ) .OR. nK == Asc( "a" ) ) .AND. GetKeyState( VK_CONTROL ), ; ( IF(lAuto[VAL(nCaja)],lAuto[VAL(nCaja)]:=.F.,lAuto[VAL(nCaja)]:=.T.),; oMsgItem[4]:SetText("Venta Aut.: "+IF(lAuto[VAL(nCaja)],"S","N")),; oMsgItem[4]:Refresh(), ...
by Francisco Horta
Sat Feb 02, 2008 10:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linares, salida abrupta ...
Replies: 6
Views: 1849

... from start: 0 hours 0 mins 2 secs Error occurred at: 04/28/07, 22:07:45 Error description: Error BASE/44 Assigned value is wrong class: TAUTOGET:LAUTO Args: [ 1] = U Stack Calls =========== Called from: => TAUTOGET:_LAUTO(0) Called from: autoget.prg => (b)TAUTOGET(0) Called from: => ...
by Ehab Samir Aziz
Sat Apr 28, 2007 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19628

Return to advanced search