Search found 360 matches: oapp

Return to advanced search

Move to an option of RibbonBar

... it can be switched on intermittently IF oBeach:eof() Msginfo("The beach has not been configured correctly. Create a new structure") oApp:oRebar:nOption= 5 oApp:oRebar:refresh() return nil ENDIF and I wish open a tab of Ribbonbar I try with oApp:oRebar:nOption= 5 this select the tab ...
by Silvio.Falconi
Thu Jun 06, 2019 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move to an option of RibbonBar
Replies: 0
Views: 349

strange error on report

I call report with ACTION oApp:oGrid:Report() oGrid is a xbrowse and I have this https://i.postimg.cc/kXSHMnJn/AERROR-REPORT.jpg the problem is that the first 4 records have the ELATTIVO LOGIC field = .T. as you can see ...
by Silvio.Falconi
Sun May 26, 2019 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error on report
Replies: 2
Views: 385

Erro on popup btnbmp

... => TAPPLICATION:ACTIVATE( 407 )   Called from: source\main.prg => MAIN( 77 ) on Change_Plan there is oApp:aBmps[nY,nX]:baction:= {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBtn ) } )}
by Silvio.Falconi
Mon May 13, 2019 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro on popup btnbmp
Replies: 0
Views: 305

Re: Problem with xbrowse with tdatabase

on six column I have WITH OBJECT oApp():oGrid:aCols[6] :AddResource("BTN_PNG_LOCKSI") * :AddResource("BTN_PNG_LOCKNO") :bBmpData := { || IIF( oElementi:ELLOCK,1,) } :bEditValue := "" END but now I see also the ...
by Silvio.Falconi
Sat May 04, 2019 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse with tdatabase - Resolved
Replies: 8
Views: 758

Problem with xbrowse with tdatabase - Resolved

... dialog oDlgreturn nil I convert EL-> into oElementi why now not run ok ? How I can to have the same ? now I resolved with @0,nSplit+2 XBROWSE oApp:oGrid SIZE oApp():oDlg:nGridBottom,oApp():oDlg:nGridRight PIXEL OF oApp():oDlg ;           COLUMNS "ELATTIVO","ELNOME","","ELCOLORE","ELORDINE","ELLOCK";  ...
by Silvio.Falconi
Sat May 04, 2019 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse with tdatabase - Resolved
Replies: 8
Views: 758

Re: tdatabase Filter error

no this is only for test static dDataIniziale,dDataFinale,lshowNumeri on function Beach() //only for test oApp:dDataIniziale := ctod("01-07-2018") oApp:dDataFinale := ctod("07-08-2018") oApp:lshowNumeri:= .t. on Function Change_Plan oReservation:setorder(1) ...
by Silvio.Falconi
Fri May 03, 2019 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase Filter error
Replies: 20
Views: 1616

Re: Opaque controls

perhaps... oGRid is a xbrowse allready open Local hBmp,hBlur oApp:oGrid:GetDC() hBmp := MakeBkBmp( oApp:oGrid:hWnd, oApp:oGrid:hDC ) hBlur := Blur( hBmp, 3 ) PalBmpDraw( oApp:oGrid:hDC, 0, 0, hBlur ) DEFINE DIALOG oDlg DEFINE DIALOG oDlg DeleteObject( ...
by Silvio.Falconi
Tue Apr 16, 2019 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opaque controls
Replies: 5
Views: 719

ERROR WITH XBROWSE TOExcel method

I have ACTION oApp():oGrid:ToExcel() ; https://i.postimg.cc/28hPQhqm/fffffffff.png the error Application===========   Path and name: C:\Work\Prg\Bikini\main.Exe (32 bits)   Size: 4,847,616 ...
by Silvio.Falconi
Fri Apr 05, 2019 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR WITH XBROWSE TOExcel method
Replies: 5
Views: 687

Re: Xbrowse : Problem with Image resolved

Uwe, I had only copied a piece of my source back this is the original       WITH OBJECT  oApp():oGrid               :nRowHeight := 40                 WITH OBJECT oApp():oGrid:aCols[ 1]                               :cDataType     := 'F'      ...
by Silvio.Falconi
Thu Apr 04, 2019 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Problem with Image RESOLVED
Replies: 2
Views: 489

Re: Xbrowse : Problem with Image

Silvio,

WITH OBJECT oApp():oGrid
:nRowHeight := 200
END

WITH OBJECT oApp():oGrid:aCols[ 1]
:cDataType := 'F'
:nWidth := 40
:nDataBmpAlign := AL_CENTER
:lBmpTransparent := .T.
END

regards
Uwe :D
by ukoenig
Thu Apr 04, 2019 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Problem with Image RESOLVED
Replies: 2
Views: 489

Xbrowse : Problem with Image RESOLVED

I made a xbrowse and set the first column with WITH OBJECT oApp():oGrid :nRowHeight := 200 WITH OBJECT oApp():oGrid:aCols[ 1] :cDataType := 'F' :nWidth := 40 :nDataBmpAlign := AL_CENTER :lBmpTransparent := .T. END But It show a small image https://i.postimg.cc/qMgGt9qC/ser.jpg ...
by Silvio.Falconi
Thu Apr 04, 2019 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Problem with Image RESOLVED
Replies: 2
Views: 489

Re: Easy Report Designer Creating Different Format Files

... too. These VRD files are normal INI files with an other file extension. You can change the AreaFilesDir before calling EASYREPORT oVRD NAME oApp:G_REPORT_DIR+"Inv.vrd" with WritePProString Best regards Otto [General] EditProperties=1 EditAreaProperties=1 EditLanguage=1 DeveloperMode=1 ...
by Otto
Sat Mar 16, 2019 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easy Report Designer Creating Different Format Files
Replies: 14
Views: 2216

Re:Como Puedo Imprimir Campo Memo FPT AYUDA URGENTE

...    ,base->texto)   memowrit( hb_CurDrive()+":\"+curdir()+"\Impresion\"+ALLTRIM(cDocu)+"Temp"+ALLTRIM(oApp:usuario)+".rtf", cText ) // Aca genero el nuevo documento    if   (oWord := WinWordObj() ) == nil        MsgAlert( "MS Word no instalado" ...
by remtec
Mon Mar 11, 2019 1:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir Campo Memo FPT AYUDA URGENTE Para Cesar Gomez
Replies: 14
Views: 2600

Re: error en tabla temporal mssql

artu01:

oApp es una clase donde defino varias DATAs entre otras oCon que efectivamente
contiene el objeto de la conexión.

Saludos
by Armando
Sat Mar 09, 2019 12:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en tabla temporal mssql
Replies: 17
Views: 3076

Re: error en tabla temporal mssql

// Ejecutamos el comando para crear la tabla temporal    TRY        oApp:oCon:Execute(cCmdSql)    CATCH oError        MsgInfo("La tabla " + cTabNam + " NO pudo ser creada",oApp:cAplicacion)        oApp:oCon:ShowError()  ...
by artu01
Sat Mar 09, 2019 12:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en tabla temporal mssql
Replies: 17
Views: 3076
PreviousNext

Return to advanced search