Search found 143 matches: browsers

Return to advanced search

Re: Best technic to use the set relation to syntax

... write the code here on the spot. // FOLDER 2 ----------------------------------------------------------------------------------------------- // 2 browsers on 1 folder oBrw[2] = getXBrowser("KLANTDOCUMENTEN",oFld:aDialogs[2]) oBrw[6] = getXBrowser("KLANTFACTART",oFld:aDialogs[2]) ...
by Marc Venken
Thu Jan 06, 2022 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 797

Re: Windows 11 Fluent Design

... shadow is subtle (faint). The shadow is being generated by Windows 10 itself, not by any programming in FW. Click the image to enlarge it, use the browsers back button to shrink it again. https://i.postimg.cc/Jt8FvTR9/Win10-Fluent-Design-Test.png
by James Bott
Tue Sep 28, 2021 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9442

Re: MD - Subido ejemplo de Login y autenticacion en módulos

... access the modules. If you want to try a menu example, you can try the example http://54.37.60.38/tpl/basic_menu I think it works correctly in all browsers. And if you want to take a look at other example projects you can see in this link http://54.37.60.38/tpl Thank you for your comments Regards.
by Carles
Wed Aug 18, 2021 2:44 pm
 
Forum: mod_harbour
Topic: MD - Subido ejemplo de Login y autenticacion en módulos
Replies: 3
Views: 699

Re: How to fill a xBrowse-cell with a real image-BRUSH ?

... for the replay the image shows a splitted selection of image-backgrounds and brushes on the right The background can be selected from one of the browsers. I'm thinking about to display the brushimages as a TILED image adjusted to cellsize. To create a brush for each image will be very hard to ...
by ukoenig
Thu Jul 15, 2021 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill a xBrowse-cell with a real image-BRUSH ?
Replies: 4
Views: 681

Array desde varias DBFs usando FW_DbfToArray() ? SOLUCIONADO

... FW_DbfToArray() no permite crear un array desde varias Dbfs idénticas ? Siempre he utilizado, sin problemas, esta función para crear consultas, Browsers, y reportes, utilizando los dos primeros parámetros: cFieldList y bFor. Hoy se me presenta la necesidad de crear el array extrayendo los datos ...
by FranciscoA
Mon May 31, 2021 8:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Array desde varias DBFs usando FW_DbfToArray() ? SOLUCIONADO
Replies: 9
Views: 908

Re: mod for Fivewin - FLEXGRID extension for xBrowse

... mod-harbour forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively) https://forum.modharbour.app/viewforum.php?f=16 It also has the videos I made on the subject https://forum.modharbour.app/viewtopic.php?f=13&t=131 ...
by nageswaragunupudi
Wed May 19, 2021 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod for Fivewin - FLEXGRID extension for xBrowse
Replies: 7
Views: 929

Re: mod for Fivewin - FLEXGRID extension for xBrowse

... mod-harbour forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively) https://forum.modharbour.app/viewforum.php?f=16 It also has the videos I made on the subject https://forum.modharbour.app/viewtopic.php?f=13&t=131 ...
by cnavarro
Tue May 18, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod for Fivewin - FLEXGRID extension for xBrowse
Replies: 7
Views: 929

Re: OT : Problem with this forum?

Antonio,

Thanks for all your efforts, but unfortunately, no change.
I tried on 5 different browsers :
- Edge
- Chrome
- Internet Explorer
- Firefox
- Opera
by driessen
Mon Apr 12, 2021 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 5039

Re: OT : Problem with this forum?

Antonio,

Thanks for your efforts, but unfortunately no change.
I tried with different browsers.
by driessen
Wed Apr 07, 2021 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 5039

Re: Xbrowse enhancemend for colums setup/use

... that. The extra save/restore button would also be a great thing.... To explane way : I use Xbrowse and xbrowser a lot in order to create final browsers and even as a quick DBU. I ofthen delete colums in order to see more others or have a better view. Therefore the save/restore state would be ...
by Marc Venken
Wed Feb 17, 2021 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse enhancemend for colums setup/use
Replies: 6
Views: 546

Re: Marc : Conversion process and questions about it

... := { |oBrw, uOlddata | set_factdet() } second browse filter("hist","histfac",str(facturen->factuur)) And at the end off all browsers I use /// end xbrowses filterupdate(oKlant,oBrw,oFld) // This will also filter some stuff ACTIVATE DIALOG oDlg CENTERED Do you prefer to use ...
by Marc Venken
Wed Dec 30, 2020 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3541

Re: Xbrowse manager for multiple browsers

I found this code from Mr. Rao. Maybe a better solution is to show a xbrowse or Combo with a simple title and the saved setupfiles in place of a Xbrowse with details like above ? #include "fivewin.ch"function Main()   local oWnd, oBrw, oIni   INI oIni FILE "savestat.ini" ...
by Marc Venken
Fri Nov 06, 2020 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse manager for multiple browsers
Replies: 1
Views: 320

Xbrowse manager for multiple browsers

I'm looking into 2 options for managing a large database (many fields) from Xbrowse Because the screen can show only x colums, option 1 is to work with several folders each with his own xbrowse colums and the same dbf. I'm more interested in optioin 2 Xbrowse manager : Having a manager.dbf with layo...
by Marc Venken
Fri Nov 06, 2020 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse manager for multiple browsers
Replies: 1
Views: 320

Re: To Mister Nages - xBrowser

... aRect, aColors| FW_SayTextHilite( hDC, cText, aRect, oFonte_Browse, aColors[ 1 ], aColors[ 2 ], ; { aHilite } ) Return NIL > END There are two browsers when the first line changes the second updates, then the words to be highlighted change. Step to function that selects from the data the array ...
by oliveiros junior
Sat Aug 15, 2020 1:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2319

TWeb for mod Harbour is ready

... be able to quickly and easily create our web pages using the new mod_harbour. You can easily test, modify, run the examples until you can manage browsers. https://54.37.60.33/htweb/tutor4b.prg In this link you will have all the information and the different examples that are already operational ...
by Carles
Thu Apr 09, 2020 3:41 pm
 
Forum: mod_harbour
Topic: TWeb for mod Harbour is ready
Replies: 17
Views: 2792
PreviousNext

Return to advanced search