Search found 73 matches: exel

Return to advanced search

Re: Choise : Windows server standard 2022 versus essential 2022

... are only 3 users and would like to work on 6 pc's A FWH invoice / Items dbf's related program will be the program to serve. Each user has his own exel, mail, etc. I have no intension on putting these programs on the server. Just that 1 FWh program. Maybe some more items are put on the server, ...
by Marc Venken
Thu Aug 31, 2023 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1445

Using Excel/FW under Remote Desktop

I'm running my program under RD but I need to create a excel file. On the server there is no exel installed.
I can instal it but it seems that a other kind of lincence is needed for excel to install on a server Windows 2019

Any advice ?
by Marc Venken
Wed May 10, 2023 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 403

Re: New FWH 23.04

... but is not the best. I see in Xbrowse the different name items. If I click on the value a second browse is opened. This brouwse I can save to exel from xbrowse and this I do for all the groups. a group = the "name" in browse Kleur Maten Kleur_D Kleur_L .... Each could be a seperate ...
by Marc Venken
Wed May 03, 2023 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 817

Xbrowse : oBrw:ToArray (How to do it)

Xbrowse has several options to export data (dbf/csv/exel) but how to put them into a array in memory ? xbrowser ( hData[ "data" ] ) COLUMNS "productid", "model" setup ( oBrw:cHeaders := {"productid","model"}, ...
by Marc Venken
Wed Apr 12, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 957

Re: "Shortname" for FIELD of DBF

... dozens of xls regualar, I once match the fields with the headers in a xbrowse, make the dbf and read it. also as third... Read the first line of exel with OLE, changes the headers into the xls and save it. Then use exeltodbf function to generate the dbf If needed one of these, I have some basic ...
by Marc Venken
Sat Jan 14, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 418

Xbrowse complex export to dbf challenge...

... dbf. (physicalquantity, minimum, .....) The dbf would have than ALL the fields insite. Now the complex data stay blank (at least tested Xbrowse to exell) That way we would let xbrowse do the hard work :D :D :wink: (I do it for exel files...)
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: Create Macro in excel via FW

Marc,

You could make a macro extension file and launch it before the actual exel file not ?

Maybe i'm not on the right track of what you need.
by Marc Venken
Mon Oct 18, 2021 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create Macro in excel via FW
Replies: 2
Views: 274

Re: GetExcelRange ERROR

Marc Venken wrote:Silvio, keep in mind that the sample is not killing the object, so exel is still in the taskbar. See into it...

Maybe that is a issue at your site..





Image


Can I send you a small test ? my mail is silvio_dot_falconi_at_gmail_dot_com
by Silvio.Falconi
Fri Sep 17, 2021 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange ERROR
Replies: 10
Views: 863

Re: GetExcelRange ERROR

Silvio, keep in mind that the sample is not killing the object, so exel is still in the taskbar. See into it...

Maybe that is a issue at your site..
by Marc Venken
Fri Sep 17, 2021 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange ERROR
Replies: 10
Views: 863

Strange result with Xbrowse and oBrw:toexcel

Using this code : @ 880,400 BTNBMP oBtn1 OF oDlg SIZE 200, 30 NOBORDER PROMPT "Prijswijzigingen naar Exel" 2007 TOOLTIP "Tool1" ACTION exportdata(obrw4) function exportdata(oBrw)  select nofoto  set filter to nofoto->selected  oBrw:refresh()  ...
by Marc Venken
Tue Jul 06, 2021 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange result with Xbrowse and oBrw:toexcel
Replies: 2
Views: 352

Re: TOleAuto () versus FW_ExcelToDBF()

... that I'm on the wrong route here .... I can't change the data of oRange, because oRange has allready all the data when getexcelrange = used In exel I have Code -> become into oRange 511.53.00 511.53.00 // ok 300346 300346.00 // nok 400 400.00 // nok My idea was that at the moment of reading ...
by Marc Venken
Sun Jun 06, 2021 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOleAuto () versus FW_ExcelToDBF()
Replies: 10
Views: 968

Re: TOleAuto () versus FW_ExcelToDBF()

... I tried most things I found, but the numbers stay numbers.... Can someone please use this simple function and see if the numbers in the opened exel are shown as char values by the browse ? In my case all numbers have a .00 added and that is a problem for the colomns that are used as reference ...
by Marc Venken
Sun Jun 06, 2021 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOleAuto () versus FW_ExcelToDBF()
Replies: 10
Views: 968

Re: TOleAuto () versus FW_ExcelToDBF()

Thanks Rick, The code looks ok, (to be done for my level) I will convert van exel to dbf in my case FW_Exeltodbf will convert numbers to numbers, but there are times that numbers are (product codes) and need to be Char. With OLE and functions like Set( "NumberFormat", ...
by Marc Venken
Thu Jun 03, 2021 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOleAuto () versus FW_ExcelToDBF()
Replies: 10
Views: 968

TOleAuto () versus FW_ExcelToDBF()

It seems that i ran into some limitations using the FW_ExcelToDBF function adn that I better move to TOle with exel

Is there a sample that opens a exel, and copy all koloms into a dbf ? In that situation I can change the values from the source exel to ALL text values. with the OLE function i think.
by Marc Venken
Thu Jun 03, 2021 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TOleAuto () versus FW_ExcelToDBF()
Replies: 10
Views: 968

GetExcelRange : Enhancement request

oRange := GetExcelRange( cCurfile , NIL ) Is it possible to enhance this function to be able to convert the exel data the way we want it at time of reading the file ? As we know, if the exel file has nummes, it will put a extra .00 behind it. For really number (prices, ...) this ...
by Marc Venken
Sun Apr 18, 2021 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange : Enhancement request
Replies: 2
Views: 383
Next

Return to advanced search