Search found 11 matches: lauto

Return to advanced search

Re: GPF with FW August 2024

... oDlg, cUrl := '', cXT := '' LOCAL cTmpFile := cTempFile() + '.XML', cText := '', cFile := '', nFile := 0 LOCAL cschema := '', lStampata := .F., lauto := .F. cFile := 'FATTURA.xml' IF .NOT. File( cFile ) ? '2-File non trovato ' + cFile RETURN .F. ENDIF cText := MemoRead( cFile ) cSchema := 'http:\\www.nipeservice.it\FS\FoglioStile.xsl' ...
by karinha
Fri Oct 04, 2024 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

Re: GPF with FW August 2024

... ,oDlg ,cUrl := '' , cXT := '' Local cTmpFile := cTempFile() +'.XML' ,cText := '' ,cFile := '' , nFile := 0 Local cschema := '' ,lStampata := .f. ,lauto := .F. //cFile := '\\linux\dati\sql\mastronipe\FATTURE_XML\PASSIVE\IT10168371002_00ZOY.xml' cFile := 'FATTURA.xml' IF ! file(cFile) ? '2-File ...
by Maurizio
Fri Oct 04, 2024 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

GPF with FW August 2024

... ,oDlg ,cUrl := '' , cXT := '' Local cTmpFile := cTempFile() +'.XML' ,cText := '' ,cFile := '' , nFile := 0 Local cschema := '' ,lStampata := .f. ,lauto := .F. //cFile := '\\linux\dati\sql\mastronipe\FATTURE_XML\PASSIVE\IT10168371002_00ZOY.xml' cFile := 'IT10168371002_00ZOY.xml' IF ! file(cFile) ...
by Maurizio
Thu Oct 03, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 932

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: 5514

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: 9974

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: 6059

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: 20550

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: 20550

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: 20550

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: 2003

... 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: 20550

Return to advanced search