Search found 858 matches

by Marco Turco
Tue Oct 06, 2015 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: :ToExcel() method error
Replies: 2
Views: 489

:ToExcel() method error

Hi all,
I'm having a problem using the oBrw:ToExcel() method after upgrading my old 2010 FW to the current version.
It seems it is a valtype problem, all runs well with the old fwh 2010 version.

See image. Any ideas ?
Image
by Marco Turco
Fri Sep 25, 2015 10:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: tPrinter "problem" with last FWH release
Replies: 4
Views: 616

Re: tPrinter "problem" with last FWH release

Hi, I checked the turnaround but it is not correct in my opinion. That turnaround essentially change the Windows default printer with the printer selected with PrinterSetup() but this is wrong, due the PrinterSetup() should only change the default printer for THAT Windows app until it is running non...
by Marco Turco
Thu Sep 24, 2015 1:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: tPrinter "problem" with last FWH release
Replies: 4
Views: 616

tPrinter "problem" with last FWH release

Hi all, I'm using FWH 15.07 updated from FWH december 2012. I noted there is an important change into the tPrinter method, essentially this new FWH always use as default the Windows default printer while the old FWH always use the current app printer (eg. the printer I selected with PrinterSetup())....
by Marco Turco
Wed Sep 09, 2015 7:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1009

Re: Combobox on multidimensional array

Great !! Thank you Antonio.
by Marco Turco
Wed Sep 09, 2015 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1009

Re: Combobox on multidimensional array

Hi Antonio, it runs. Thank you. I have just a problem trying to use the ArrTranspose() into the command syntax, essentially I have to replace the <aItems> with ArrTranspose(<aItems>)[2] but it doesn't runs, sure for a syntax problem. Any ideas ? Thank you. #xcommand REDEFINE COMBOLIST [ <oCbx> VAR ]...
by Marco Turco
Tue Sep 08, 2015 10:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1009

Combobox on multidimensional array

Hi all, I have a multidimensional array like: aArray:=array(0,2) aadd(1,"Marc") aadd(2,"Luca") aadd(3,"Jannette") aadd(4,"Francis") and I would make a combobox with only the second element list (the names). Is there a quick way to make this directly into the R...
by Marco Turco
Tue Sep 01, 2015 4:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7.0 - what do you think about ?
Replies: 6
Views: 1167

Re: BCC 7.0 - what do you think about ?

Hi Antonio, thank you for your point of view. I have installed latest xharbour for BCC7.0 and BCC7.0 too from http://www.whosaway.com/ I succesfully compiled my apps, just two things; - to complete the link and generate the .exe I need to copy into the app executable dir the lib uuid.lib. It's a bit...
by Marco Turco
Tue Sep 01, 2015 2:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7.0 - what do you think about ?
Replies: 6
Views: 1167

BCC 7.0 - what do you think about ?

Hi all, I'm going to update our FWH library to the July 2015 version but I'm in doubt if could it be convenient to update my BCC5.82 to the 7.00 too. What do you think about ? Which advantages do we have moving to 7.00 ? Is there a better speed or better integration with the latest OSs (eg Windows 1...
by Marco Turco
Sat Feb 14, 2015 10:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 5563

Re: Move controls as window size

Ok, I understand. I will try, thank you.
by Marco Turco
Fri Feb 13, 2015 5:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 5563

Move controls as window size

Hi all, I'm looking for the best way to move the controls in this folder (those in the red rectangule) automatically down based on the window size. Which is in your opinion the best way to do it ? Instead of move any control, could it be possibile to put over the folder resource a large control (a t...
by Marco Turco
Sun Feb 08, 2015 9:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Json
Replies: 3
Views: 2816

Re: Problem with Json

It is fine. Thank you very much Enrico.
by Marco Turco
Fri Feb 06, 2015 7:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Json
Replies: 3
Views: 2816

Problem with Json

Hi all. I need to create this json to send it via http post My problem is that this row return me an array access error ahash["posta_options"]["sender"]["indirizzo"] = "Via Zama 4" Any ideas ? This is the full code: aHash := hash() ahash["sender"] = ...
by Marco Turco
Thu Feb 05, 2015 11:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: http:post in Fivewin
Replies: 1
Views: 422

http:post in Fivewin

Hi all, I need to send some info via http:post how can I convert this php code in fivewin ? for a single element dataI Always used hFormData := {=>} hFormData["sender"] := "LOGIC SRL" .. .. oHttp:Post(hformData) but in this case I have multiple elements // SENDER DETAILS $_param[...
by Marco Turco
Tue Jan 20, 2015 6:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 4288

Re: Strange problems on decimals - dangerous bug !!

Hi sambomb,
i did your test. Identical value but it return always 88.

You can download source and executable from http://109.228.12.120/softwaredistribut ... /test3.zip
by Marco Turco
Mon Jan 19, 2015 8:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 4288

Re: Strange problems on decimals - dangerous bug !!

For error I mean that msginfo(str(88.456,10,nTest_Decimals )) Always return 88