Search found 109 matches: colums

Return to advanced search

Re: New txbrowse

... and those predefined by the end user, I made some changes created by Francisco and created a sub class of xbrowse Is it not a option to set the colums, save the state of xbrowse (selected from users) and the let the users select one of the saved states ? I still like the idea to subclass xbrowse ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 375

Re: New txbrowse

... and those predefined by the end user, I made some changes created by Francisco and created a sub class of xbrowse Is it not a option to set the colums, save the state of xbrowse (selected from users) and the let the users select one of the saved states ? I still like the idea to subclass xbrowse ...
by Marc Venken
Mon Apr 22, 2024 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 375

Re: Una más sobre xBrowse (SOLUCIONADO)

Here is part of code that will generate xbrowsers from dbf settings. dbf 1 = main settings with position, dbf,... dbf 2 = detail settings like colums, size, ... function getXbrowser(cData,oTarget)  local aBrw:={}, aVeld:={}, aKop:={}, aSizes:={}, ...
by Marc Venken
Mon Aug 21, 2023 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una más sobre xBrowse (SOLUCIONADO)
Replies: 3
Views: 228

Re: XBROWSE SetColumns()

This is how I change colums, sizes on the fly. I put some extra data in (index, fieldlen, ....) that is easy while running and programming at the same time. Most of my xbrowses are generated from a dbf-layout. https://maveco.be/fivewin/xbedit.jpg ...
by Marc Venken
Sat Dec 10, 2022 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE SetColumns()
Replies: 3
Views: 559

Xbrowse complex export to dbf challenge...

My API return a complex data string, that xbrowse can read. I can even read the more complex data insite a xbrowse column : Colums header : quantities Colums data : {"quantity":"0","physicalQuantity":"0","minimumQuantity":"0","maximumQuantity":null,"externalQuantity":"0","quantityStep":"1","trackQuantity":"1"} ...
by Marc Venken
Sat Oct 30, 2021 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse complex export to dbf challenge...
Replies: 4
Views: 587

Re: 1-to-many loke Foxpro

Nages, The purpose is to 'export' an excel with all the colums. So the colums from the parent, en those of the child. If the parent have 5 child-records, there will 5 lines. Those of the parent will be the same, only the child fields will be different ...
by Marc Vanzegbroeck
Thu Sep 16, 2021 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1212

Re: destroy a xbrowse

Silvio, Maybe you can consider to Hide the xbrowse in stead of destroy it. If the data has no services, you could hide the colums ? static function ReArrangeCols( oBrw, aCols ) AEval( oBrw:aCols, { |o| o:lHide := .f. } ) oBrw:ReArrangeCols( aCols ) AEval( oBrw:aCols, { |o| o:lHide := ...
by Marc Venken
Fri Jun 11, 2021 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: destroy a xbrowse
Replies: 5
Views: 895

Re: TOleAuto () versus FW_ExcelToDBF()

... function to change that and make a new function for this project. I think I best look for a solution to change the excel file and make all colums as text. Tested it manualy and will work, but i have so many excel's with lots of colums that i wanted a automatic solution.
by Marc Venken
Sun Jun 06, 2021 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOleAuto () versus FW_ExcelToDBF()
Replies: 10
Views: 968

GetExcelRange : Enhancement request

... it. Code Shoes1 ok Shoes2 ok 510.10.00 extra .00 125 extra .00 136 extra .00 Can we put a extra array insite the function that we can say 'These colums MUST be read as Text' I could do the folowing then : Read the first time with the function and retrieve the fieldnames. Vieuw them from a xbrowse ...
by Marc Venken
Sun Apr 18, 2021 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange : Enhancement request
Replies: 2
Views: 383

Re: FWH 2103: XBrowse: oSortCbx

Very Nice and helpfull. I was in the progress of integrating this. A pending request (but not that high on a todo list) could be to select colums in one process. I see in the sample above that you have to click 4 times on the header and select 4 times the column to unselect for the browse. ...
by Marc Venken
Thu Apr 15, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2103: XBrowse: oSortCbx
Replies: 23
Views: 2927

Re: FW_ExceltoDbf version in FW 2102

We know that we get a runtime error if the range in the exel file is not good defined. empty colums/rows are the cause, already mentioned in the forum. I would like to trap the error so that the program will popup a message that the range in the exel file should be better ...
by Marc Venken
Wed Apr 07, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2570

Re: Xbrowse enhancemend for colums setup/use

FW-Team, maybe this can be inserted in the official FW ? We are looking into the suggestions. I want to clarify that the idea was mine the first implementation of the code was mine as you can see on this topic http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31570&p=184...
by Silvio.Falconi
Wed Feb 24, 2021 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse enhancemend for colums setup/use
Replies: 6
Views: 538

Re: Xbrowse enhancemend for colums setup/use

We are looking into the suggestions.
by nageswaragunupudi
Wed Feb 24, 2021 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse enhancemend for colums setup/use
Replies: 6
Views: 538

Re: Xbrowse enhancemend for colums setup/use

FW-Team, maybe this can be inserted in the official FW ?
by Marc Venken
Wed Feb 24, 2021 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse enhancemend for colums setup/use
Replies: 6
Views: 538

Re: Xbrowse enhancemend for colums setup/use

>The extra save/restore button would also be a great thing.... I made it many years ago (2014) but it no one seems to like it release for a oldest xbrowse sample :aCols2Hide := {1,2,3,4,5,6,13,14,15,16} :aDefaultCols := {1,2,3,4,5,6,13,14,15,16} oGrid:aDefaultCols :=oGrid:GetDisplayCols() oGrid:S...
by Silvio.Falconi
Thu Feb 18, 2021 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse enhancemend for colums setup/use
Replies: 6
Views: 538
Next

Return to advanced search