Search found 38 matches: ofld1

Return to advanced search

error TXBROWSE:CARGOS

... 79TITLE "Carga Informe de Auditoría " font oFont11 DEFINE DIALOG princfac RESOURCE "Informe" ; OF oWndChild REDEFINE FOLDER ofld1 ID 110 OF princfac ; PROMPT "&Encabezado", "&Información General", "No Conformidades Anteriores", "Resultados", ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 274

Ayuda por favor con folder y listbox

... 79TITLE "Carga Informe de Auditoría " font oFont11 DEFINE DIALOG princfac RESOURCE "Informe" ; OF oWndChild REDEFINE FOLDER ofld1 ID 110 OF princfac ; PROMPT "&Encabezado", "&Información General", "Resultados", "Cierre" ; // ...
by jpcavagnaro
Wed Mar 29, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda por favor con folder y listbox
Replies: 1
Views: 237

FolderEx problem

... HEIGHT 120 ; BITMAPS aBitmaps ; ALIGN FLDBMP_LEFT, FLDBMP_CENTER,FLDBMP_CENTER, FLDBMP_CENTER ; FONT oTitle oFolder:nLayOut := 2 @ 3,0 FOLDEREX oFld1 OF oFolder:aDialogs[ 1 ] PIXEL ; PROMPT "Impostazione", "Visualizza", "Azienda" ; TAB HEIGHT 30 FONT oFont @ 3,10 ...
by Silvio.Falconi
Wed Mar 24, 2021 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx problem
Replies: 6
Views: 728

Re: Where to search for these LOGfile-messages (fonts)?

... found the problem on page 1. I deleted the folder-test and got NO logfile written. I think this sample is not tested before. :?: REDEFINE FOLDEREX oFld1 ID 500 OF [b]oFld:aDialogs[ 1 ][/b ] PROMPT "Tab 1", "Tab 2", "Tab 3", "Tab 4", "Tab 5"; DIALOGS ...
by ukoenig
Fri Dec 01, 2017 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where to search for these LOGfile-messages (fonts)?
Replies: 2
Views: 710

Re: Mr. Rao, why oCol:oBarGet does not take focus?

... :bClrEdits := { || { CLR_HRED, CLR_YELLOW } } ... ... END 2. using SAY @ 250, 220 SAY oBrw2:oSeek PROMPT oBrw2:cSeek SIZE 50, 12 PIXEL BORDER ; OF oFld1:aDialogs[1] COLOR CLR_BLACK,CLR_YELLOW PICTURE '@!' oBrw2:oSeek:Setfont( oSFont ) http://www.pflegeplus.com/IMAGES/Seekbar1.jpg ...
by ukoenig
Wed Aug 30, 2017 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, oCol:oBarGet does not take focus with oBrw:bKeychar
Replies: 6
Views: 1377

Re: Mr Rao, How insert image using oBrw:Report ? (Solved)

... http://www.pflegeplus.com/IMAGES/Report11.jpg TO EXCEL @ 250, 25 BTNBMP oBtn1 OF oFld1:aDialogs[1] ; SIZE 80, 15 PIXEL 2007 ; NOBORDER ; PROMPT " &oBrw1:ToExcel() " ; FILENAME c_Path1 + "EXCEL1.bmp" ; ACTION ...
by ukoenig
Wed Aug 16, 2017 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr Rao, How insert image using oBrw:Report ? (Solved)
Replies: 3
Views: 782

Re: Sample - collection ( download Rel. 1.1 )

... with FULLsize folder ( page 1 - 4 ) Page 5 is used as EXIT -------------------------------------------------- from CODE CODE_1.prg GRPC1_SEC1( oFld1, nSavePage ) GRPC1_SEC2( oFld1, nSavePage ) GRPC1_SEC3( oFld1, nSavePage ) GRPC1_SEC4( oFld1, nSavePage ) from RESOURCE RES_1.prg RS1_PART1( oFld1, ...
by ukoenig
Thu Jun 15, 2017 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample - collection ( download Rel. 1.1 )
Replies: 10
Views: 2697

Re: Import and Export to Excel

... results adding Your function and from oBrw:ToExcel() I added two testbuttons and Your function to the 1. sample CODE_1.prg FUNCTION GRPC1_SEC1( oFld1, nSavePage ) // 1. Sample of section 1 http://www.pflegeplus.com/IMAGES/Samples16.jpg Your function http://www.pflegeplus.com/IMAGES/Samples17.jpg ...
by ukoenig
Wed Jun 14, 2017 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import and Export to Excel
Replies: 32
Views: 18217

Re: How to change / add the bitmap on the xBrowse-tree-column ?

oTree := BuildTree() @ 10, 20 XBROWSE oBrw3 SIZE -20, -152 PIXEL OF oFld1:aDialogs[4] LINES CELL ; DATASOURCE oTree; COLUMNS 1,2; HEADERS "State/City", "Last", "First" ; CELL LINES FONT oFont oBrw:aCols[ 1 ]:AddBitmap( { "Open", ...
by nageswaragunupudi
Mon May 15, 2017 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change / add the bitmap on the xBrowse-tree-column ?
Replies: 3
Views: 916

Re: Folder SAY background-color is still missing ?

... or transparent. The fish-resource is called from a DLL. http://www.pflegeplus.com/IMAGES/Fldtext5.jpg @ 70, 100 BTNBMP oBtn OF oFld1:aDialogs[2] ; SIZE 60, 60 PIXEL TRANSPARENT ; NOBORDER ; RESOURCE "FISH1" ; ACTION ( IIF( lVisible[ 3 ] = .T., ( lVisible[ 3 ] := .F., ...
by ukoenig
Sat Jan 14, 2017 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder SAY background-color is still missing ?
Replies: 24
Views: 6766

Re: Folder SAY background-color is still missing ?

... //---------------------------------------------- @ 115, 10 SAY oSay[2] PROMPT "Testing SAY - color" SIZE 100, 15 FONT oFont2 OF oFld1:aDialogs[ 1 ] PIXEL oSay[2]:SetColor( nTxtColor, nBackColor ) TRANSPARENT SAY works http://www.pflegeplus.com/IMAGES/Fldtext4.jpg ...
by ukoenig
Fri Jan 13, 2017 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder SAY background-color is still missing ?
Replies: 24
Views: 6766

Re: A problem TFOLDEREX tab-images from resource ?

... } DEFINE DIALOG oDlg1 TITLE "Test folder from CODE" SIZE 550, 560 PIXEL OF oWnd BRUSH oBrush0 @ 10, 10 FOLDEREX SIZE 260, 190 oFld1 PIXEL ROUND 5 UPDATE ; PROMPT "Page &1", "Page &2", "Page &3", "Page &4", "&EXIT" ...
by ukoenig
Tue Jul 19, 2016 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting Tab-images from res. RC and DLL TFOLDEREX (solved)
Replies: 19
Views: 5600

Painting Tab-images from res. RC and DLL TFOLDEREX (solved)

... }DEFINE DIALOG oDlg1 TITLE "Test folder from CODE" SIZE 550, 560 PIXEL OF oWnd BRUSH oBrush0@ 15, 10 FOLDEREX SIZE 260, 180 oFld1 PIXEL ROUND 5 UPDATE ;PROMPT  "Page &1", "Page &2", "Page &3", "Page &4", "&EXIT" ...
by ukoenig
Mon Jul 18, 2016 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Painting Tab-images from res. RC and DLL TFOLDEREX (solved)
Replies: 19
Views: 5600

Re: Tfolderex Tab cursor

Silvio, from my sample : DEFINE CURSOR oHand HAND @ 15, 10 FOLDEREX SIZE 260, 200 oFld1 PIXEL ROUND 5 UPDATE ; PROMPT "Page &1", "Page &2", "Page &3", "Page &4", "&EXIT" OF oDlg1 ; BITMAPS aBitmaps; ...
by ukoenig
Fri Apr 01, 2016 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tfolderex Tab cursor
Replies: 4
Views: 924

Re: Pngs not transparent

... My FOLDER-test. Like You can see NO PROBLEM http://www.pflegeplus.com/IMAGES/Testbtn3.jpg @ 50, 50 BTNBMP oBtn[1] OF oFld1:aDialogs[3] ; SIZE 70, 70 PIXEL TRANSPARENT ; NOBORDER ; FILENAME c_path1 + "Testbtn1.Png" ; ACTION MsgAlert( "Buttontest" ...
by ukoenig
Wed Mar 02, 2016 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pngs not transparent
Replies: 12
Views: 2639
Next

Return to advanced search

cron