Search found 41 matches: tapplication

Return to advanced search

don't open duplicates of an exe

... ), 9 )        SETFOREGROUNDWINDOW( FINDWND( NOME_PROGRAMMA_TITLE ) )        RETURN NIL     ENDIF   WITH OBJECT oApp := TApplication():New()      :Activate()   END the function FUNCTION FINDWND( cTitle )    LOCAL hWnd := GETWINDOW( ...
by Silvio.Falconi
Wed May 19, 2021 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: don't open duplicates of an exe
Replies: 11
Views: 1192

Re: galería de imágenes

... ) Called from: => WINRUN( 0 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 1078 ) Called from: .\prg\btc\MAIN.PRG => TAPPLICATION:ACTIVATE( 258 ) Called from: .\prg\btc\MAIN.PRG => MAIN( 42 ) System ====== CPU type: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz 3500 ...
by José Luis Sánchez
Tue Jan 19, 2021 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 16977

Re: get problem not execute ON CHANGE command

the problem is not refresh the get but assign the new values on dDataIniApp and dDataFinApp are two data of Tapplication()
by Silvio.Falconi
Thu Apr 09, 2020 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get problem not execute ON CHANGE command
Replies: 7
Views: 617

Re: tdatabase Filter error

I change something ....
now ddatainiziale and ddatafinale are a data of class Tapplication where is the ribbonbar and as you can see seem run ok

Image
by Silvio.Falconi
Fri May 03, 2019 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase Filter error
Replies: 20
Views: 1600

strange error on index with ftp

... "dd-mm-yyyy" SET DELETED ON SET CENTURY ON SET EPOCH TO year( date() ) - 20 SET MULTIPLE OFF SetBalloon( .T. ) WITH OBJECT oApp := TApplication():New() :Activate() END RETURN nil when I make the index it make error because it go to found DBT file and not FPT why ? Application===========  ...
by Silvio.Falconi
Thu Mar 22, 2018 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error on index with ftp
Replies: 5
Views: 832

Problem with font

On my application on Main.prg I use a Object class Tapplication (oApp) and set the DATA oFont with ::oFont := TFont():New( GetDefaultFontName2(), 0, GetDefaultFontHeight2(),, ) on all prgs I use the expression oApp():oFont to call this font then when ...
by Silvio.Falconi
Thu Jun 09, 2016 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with font
Replies: 13
Views: 3011

Re: Tfolderex Tab cursor

... => RINFRESCA_TAB( 845 ) Called from: source\PRaccoglito2.prg => RACCOGLITORI( 70 ) Called from: source\Main.prg => (b)TAPPLICATION:BUILDBTNBAR( 655 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 650 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( ...
by Silvio.Falconi
Fri Apr 01, 2016 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tfolderex Tab cursor
Replies: 4
Views: 924

Re: Don't show the error

... Called from TBTNBMP:SETCOLOR(1466) in Source\btnbmp.prg Called from TBTNBMP:NEWBAR(361) in Source\btnbmp.prg Called from TAPPLICATION:BUILDBTNBAR(266) in Source\main.prg Called from TAPPLICATION:ACTIVATE(189) in Source\main.prg Called from MAIN(41) in Source\main.prg I ...
by Marcelo Via Giglio
Tue Feb 10, 2015 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Don't show the error
Replies: 7
Views: 1369

Re: Don't show the error

... Called from TBTNBMP:SETCOLOR(1466) in Source\btnbmp.prg Called from TBTNBMP:NEWBAR(361) in Source\btnbmp.prg Called from TAPPLICATION:BUILDBTNBAR(265) in Source\main.prg Called from TAPPLICATION:ACTIVATE(189) in Source\main.prg Called from MAIN(41) in Source\main.prg ------------------------------------------------------------------------ ...
by Marcelo Via Giglio
Tue Feb 10, 2015 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Don't show the error
Replies: 7
Views: 1369

Re: TGRAPH Technical Question

... 3345 ) Called from: => WINRUN( 0 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 1050 ) Called from: source\Main.prg => TAPPLICATION:ACTIVATE( 394 ) Called from: source\Main.prg => MAIN( 55 ) I found an error on new addserie method Time from start: 0 hours 0 mins 9 ...
by Silvio.Falconi
Fri Dec 26, 2014 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGRAPH Technical Question
Replies: 38
Views: 9364

Re: Save dialog coordinates then redisplay same place

... Wnen activate the ownd/dialog call ::GetWinCoors to load position and move the oWnd/odlg in old position sample : WITH OBJECT oApp := TApplication():New() :Activate() END METHOD New() CLASS tApplication DEFINE WINDOW ::oWndMain .... RETURN Self METHOD Activate() class TApplication ...
by Silvio.Falconi
Sat Dec 06, 2014 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog coordinates then redisplay same place
Replies: 26
Views: 5217

fwstrings lang

fwstring sometimes not run ok I need to insert astrings.prg into a Tapplication class when It process the method buildMenu not show the words of lang but fwstring is not processed sample : FUNCTION Main()   PUBLIC oApp   RddSetDefault( "DBFCDX" ...
by Silvio.Falconi
Sat Oct 12, 2013 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwstrings lang
Replies: 1
Views: 827

To Antonio: fwstring

Dear Antonio, I try to converte fwstrings functions into methods of a Tapplication METHOD LanguageID() METHOD LoadPreferences() METHOD SavePreferences() METHOD FWSetLanguage( nNewLanguage ) METHOD FWAddLanguage( aLang, nLang ) METHOD FWString( cString ) METHOD ...
by Silvio.Falconi
Tue Oct 08, 2013 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: fwstring
Replies: 11
Views: 3882

xBrowse error ToExcel()

... called by TXBROWSE:HANDLEEVENT(11628) called by _FWH(3160) called by WINRUN(0) called by TWINDOW:ACTIVATE(989) called by TAPPLICATION:ACTIVATE(259) called by MAIN(76) CPU type: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz 2933 Mhz Hardware memory: 3071 MB ( available: 1091 ...
by reinaldocrespo
Tue Mar 12, 2013 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error ToExcel()
Replies: 4
Views: 2718

Re: Variables publicas

... de las funcones. En tu caso podría ser algo así: static oApp //<--------------------------------- Aqui la defino FUNCTION origen() ... oApp := TApplication() // <---------------------------- Aquí la inicializo ... return Con eso sería visible para todo tu prg :D
by xmanuel
Wed Jan 23, 2013 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Variables publicas
Replies: 8
Views: 1057
Next

Return to advanced search