Search found 360 matches: oapp

Return to advanced search

Re: Problem with TTitle class

... https://i.postimg.cc/htw57FnR/rrrrr.png not on init another function but this mode ACTIVATE DIALOG oDlg ; ON INIT ( DlgCenter(oDlg,oApp():oWndMain),; oPages:Move( 0, 0, oDlg:nWidth, oDlg:nHeight-80 ) ) the problem is now another on oDlg0 I use a Get control MEMO and it is disabled ...
by Silvio.Falconi
Tue Jan 28, 2020 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TTitle class
Replies: 5
Views: 1367

Problem with TTitle class

... I with create bar Ttitle intoa Tpages() this bar width is not until the end of dialog, why ? DEFINE DIALOG oDlg OF oApp():oWndMain; SIZE nWidth, nHeight TRANSPARENT ; TITLE "test TTITLE CLASS" oDlg:oFont := oApp():oFont oDlg:nStyle := nOR( DS_MODALFRAME, ...
by Silvio.Falconi
Tue Jan 28, 2020 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TTitle class
Replies: 5
Views: 1367

problem with OrdScope and refresh xbrowse

... "Prestiti","Magazzino","Utilità"; SIZE 120, 18 OF oApp():oCont3 ; ON CHANGE Rinfresca(nMod) and on change selection the procedure must refresh the second xbrowse you see on picture with the function ...
by Silvio.Falconi
Wed Dec 18, 2019 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with OrdScope and refresh xbrowse
Replies: 2
Views: 468

Error on Turlink/explorer

... 142 ) than I saw someonechanged the the method METHOD AddLink( cPrompt, bAction, cBitmap, oFnt, nClrT, nClrP, nClrO ) then so I change oApp():oCont2:AddLink( "Cancella un utente", {|| Baja() }, ".\bitmaps\TECH_CAN.bmp",50,60 ,ofontmenu) with oApp():oCont2:AddLink( ...
by Silvio.Falconi
Wed Dec 18, 2019 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Turlink/explorer
Replies: 2
Views: 418

Acceso denegado (SOLUCIONADO)

... Y lo ejecuto con MsgRun("Espere un momento por favor, estoy haciendo el respaldo... !",oApp:cAplicacion,{||CursorWait(),WaitRun(cFileBat, 0 )}) No se ejecuta correctamente. Lo ejecuto desde una ventana CMD y me tira el mensaje de "Acceso ...
by Armando
Wed Dec 04, 2019 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Acceso denegado (SOLUCIONADO)
Replies: 2
Views: 535

Re: Como borrar Varios Registros utilizando fwhMariaDB

... Perfect is VarChar code (6) cCmdSql :="DELETE FROM impcont WHERE rtrim(CODIGO)" + "='" + oUni:ccodigop + "'" TRY oApp:oCn:Execute(cCmdSql) Msginfo("Tabla Con los registros Borrados " ) CATCH oError MsgInfo("No pude ejecutar el comando " ) RETURN(.F.)
by Adolfredo Martinez
Sat Oct 19, 2019 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como borrar Varios Registros utilizando fwhMariaDB
Replies: 2
Views: 437

Color del Footer en Xbrowse

... estoy haciendo un browse de ingresos/gastos y en las líneas del browse pinto el color del contenido en color distinto para ingresos y gastos. oApp():oGrid:bClrRowFocus := { || { iif( AP->ApTipo == "I", oApp():cClrIng, oApp():cClrGas ), oApp():nClrHL } } oApp():oGrid:bClrSelFocus ...
by José Luis Sánchez
Wed Oct 16, 2019 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Color del Footer en Xbrowse
Replies: 2
Views: 544

Re: Saber si ventana MDI esta abierta

... que tengo abiertas al llamar a la funcion que las abrira. Se que no es exactamente lo mismo que estas preguntando pero te puede dar una idea. oApp:aVentanas es un array que al iniciar se define vacio (oApp:aVentanas := {}) Cuando abro el procedimiento o la funcion hago PROCEDURE Artic()LOCAL ...
by cmsoft
Wed Oct 02, 2019 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber si ventana MDI esta abierta - ( SOLUCIONADO )
Replies: 9
Views: 1709

Re: xbrowse too slow

... talking about: https://i.postimg.cc/L8ckPBPj/f.jpg as you can see I have a main window oWndMain on which I create a dialog oApp (): oDlg which is made with .nor. 4 On this oApp (): oDlg on the left I create an explorerbar control oExBar for a menu and on the right the xbrowse ...
by Silvio.Falconi
Sat Sep 21, 2019 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4290

Re: ERROR ON TBTNBMP:SHOWPOPUP

... the user can change the date or show th payments) I make the search on reservation archive , set all cargos values and , on old source, I made oApp:aBmps[nY,nX]:baction:= {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBtn ) } )} so I call twice the popup ... perhaps it can be the error ? canceling ...
by Silvio.Falconi
Sat Jul 27, 2019 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TBTNBMP:SHOWPOPUP
Replies: 5
Views: 803

ERROR ON TBTNBMP:SHOWPOPUP

I made oApp:aBmps[nY,nX]:baction:= {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBtn ) } )} it run for some buttons then sometimes it show this error Application===========   Path and name: C:\Users\silvio\Desktop\Release_TPlan\Normale_monoutente\Bikini\main.Exe ...
by Silvio.Falconi
Thu Jul 25, 2019 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TBTNBMP:SHOWPOPUP
Replies: 5
Views: 803

disable/enable button

how disable /enable a button on ribbonbar? with oBtn[16]:Disable() oApp:oRebar:refresh() not run, so this is the error Application===========   Path and name: C:\Users\silvio\Desktop\Release_TPlan\Fsdi_tdatabase\main.Exe (32 bits)  ...
by Silvio.Falconi
Fri Jul 12, 2019 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable/enable button
Replies: 5
Views: 747

Re: Problem with Tplan : Cargo Error

... It run ok But I not like it , I not like an appkication where are many opened windows .... But If I insert the samplePlan class into my Dialog ( oApp:oDlg) , into a Panel called oApp():oPanelBook I have the cargo errors I not change any sources , the sources are the same, it is the sample class ...
by Silvio.Falconi
Tue Jul 02, 2019 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2880

Re: Problem with Tplan : Cargo Error

Now I insert on Method New ::cDbfPath := GetIni( oApp():cIniFile, "Config", "DbfPath") and seem to Found the dbfs when I compile the source on my application Before it show the plan then why I try to move or resize a bar I have ...
by Silvio.Falconi
Tue Jul 02, 2019 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2880

Re: Problem with Tplan : Cargo Error

... is not error of cargo , all procedures run perfectly But it is not my really folder on My application the problem on my application I use a DATA oApp:cDbfPAth where I save the path od Dbf, sample "\2013\Data\" when I use on BuildDbf method (of the class SamplePlan) local cDir := oApp():cDbfPath ...
by Silvio.Falconi
Tue Jul 02, 2019 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Tplan : Cargo Error
Replies: 26
Views: 2880
PreviousNext

Return to advanced search