Search found 532 matches: ofld

Return to advanced search

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

... no hace nada, deja todo habilitado y asi como esta ni siquiera me envia el mensaje del MSGINFO REDEFINE XBROWSE oLbx101c ID 101 OF oFld:aDialogs[2]; COLUMNS 1,2,3,4; HEADERS "Descriptor","Etiqueta","Informacion","Buscar"; COLSIZES 60,100,310,40; ...
by elmoiquique
Thu Mar 28, 2024 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 8
Views: 212

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

hi thx for Answer. i have compile run sample and look into PPO CODE   oFld := TFoldereX():New( 3, 3,,,,;         {aBitmaps}, .T., .F., {"&Social", "&OS", "&Games", "&Movies", "&Email", "Mo&nths", ...
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 200

Error al compilar Harbour - FW2212

... a Harbor 3.2 La siguiente línea muestra un error de compilación. REDEFINE GET ::oSay[7] VAR TFiltraCR():RetCommand(cr():oTable) ID 102 OF ::oFld:aDialogs[3] ACTUALIZAR IMAGEN DE SOLO LECTURA "@!" \sis\fsql901\ctarec\tcr.PRG(341) Error E0022 Valor l no válido ':' He intentado otras ...
by Ari
Wed Feb 22, 2023 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al compilar Harbour - FW2212
Replies: 1
Views: 142

Re: Changing the bitmap in the bookmark

Natter wrote:If I run the method: SetBitmap ("modif", oFld:nOption), then the bookmark simply becomes empty

Resource "modif" exist in your file .RC or .RES ?
by cnavarro
Mon Jan 30, 2023 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 365

Re: Changing the bitmap in the bookmark

If I run the method: SetBitmap ("modif", oFld:nOption), then the bookmark simply becomes empty
by Natter
Mon Jan 30, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 365

Re: Fighting Xbrowse and lozing !!!

This is the browse system that I use : Generate a browse with 1 line of code oBrw[10] = getXBrowser("WEBSHOP_KLEUREN",oFld:aDialogs[FOL_WEBSHOP_KLEUREN])   //  Code above this line is retrieving xbrowse data fields etc... from DBF   @ nTop,nLeft XBROWSE oBrw ...
by Marc Venken
Thu Dec 22, 2022 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1450

Re: How to make TFolderEx excel-like?

... Thanks Cristobal, it works. However is it possible to adjust the tab width automatically to accommodate long name? Thank you Try with    // n := oFld:nOption   oFld:aPrompts[ n ] := "New Name"   //oFld:Default()   oFld:Refresh()  Please, for this, call method oFld:Default(), ...
by hua
Mon Nov 14, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 916

Re: How to make TFolderEx excel-like?

Thanks Cristobal, it works. However is it possible to adjust the tab width automatically to accommodate long name? Thank you Try with    // n := oFld:nOption   oFld:aPrompts[ n ] := "New Name"   //oFld:Default()   oFld:Refresh()  Please, for this, call method oFld:Default(), ...
by cnavarro
Thu Nov 10, 2022 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 916

Re: The more fancy Xbrowses the more slow they become ?

... } oFld:bAction := { || (FolderActions("KLANTEN",oFld),oBrw[1]:gotop(),oBrw[1]:refresh()) } DEFINE BUTTON OF oBar PROMPT "Edit" RESOURCE ...
by Marc Venken
Sat Nov 05, 2022 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 437

Re: ¿ No funciona cToolTip con :Disable() ?

FiveWidi, Esto no Funciona con Recursos Usando Folderex:    REDEFINE GET aGet[25] VAR cEmailPaisa PICTURE "@KR" ID 44 OF oFld:aDialogs[ 1 ] ;      WHEN( .F. ) UPDATE COLORS CLR_BLACK, CLR_WHITE FONT oFont   aGet[25]:lReadOnly := .T.   aGet[25]:lUpdate ...
by FiveWiDi
Fri Sep 23, 2022 5:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ No funciona cToolTip con :Disable() ?
Replies: 13
Views: 767

Re: color the cells of the xbrowse

... @ 200, 100 CHECKBOX oChk[2] VAR lUgualiRuote PROMPT "Same values on different wheels" SIZE 120, 12 pixel OF oFld:aDialogs[2] ; ON CHANGE ( Same_Number_all_Rows(aData)) Function Same_Number_all_Rows(aData)     LOCAL nRowMax  := LEN( ...
by Silvio.Falconi
Wed Apr 20, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color the cells of the xbrowse
Replies: 11
Views: 818

fuente titulo folder

Hola.

Necesito cambiar el font del titulo de un folder (de los dialogos)

:oFld:adialgos[1]:OFONT...


Como lo hago?

gracias.
by goosfancito
Tue Mar 08, 2022 12:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fuente titulo folder
Replies: 3
Views: 259

Re: Tengo un folder, quiero HIDE un dialogo

::oFld:aDialogs[ 02 ]:Hide() Master Antônio, con FOLDEREX, esto no funciona. // \samples\testfx4.prg#include "FiveWin.ch"function main()   local oWnd, i, oBrush2   local oFld    ...
by karinha
Thu Mar 03, 2022 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un folder, quiero HIDE un dialogo
Replies: 9
Views: 497

Re: Tengo un folder, quiero HIDE un dialogo

yo lo hago asi:

Local aFolder

aFolder := { .t.,.t.,.t.,.t.,.f.,.f.,.t.,.t. }

oFld:aEnable:= aFolder

Saludos
by jbrita
Thu Mar 03, 2022 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un folder, quiero HIDE un dialogo
Replies: 9
Views: 497

Re: Tengo un folder, quiero HIDE un dialogo

::oFld:aDialogs[ 02 ]:Hide()
by Antonio Linares
Thu Mar 03, 2022 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un folder, quiero HIDE un dialogo
Replies: 9
Views: 497
Next

Return to advanced search