Search found 858 matches

by Marco Turco
Mon May 30, 2016 3:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Connect to MySql db
Replies: 14
Views: 3616

Re: Connect to MySql db

Solved with ADO. Thank you. I only have a problem reading a table with ADO, I didn't understand how to get data into an array. For example, doing the following call: oRs := FW_OpenRecordSet( oCn, "SELECT * FROM company.t_phone;") How can I get data inside an array ? Thnak you in advance.
by Marco Turco
Sun May 22, 2016 5:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Connect to MySql db
Replies: 14
Views: 3616

Re: Connect to MySql db

Hi, I Always receive a lot of link errors ? Do I need an updated lib in your opinion ? FWH Sept 2015 - Embarcadero C++ 7.00 Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN___CLSLOCKDEF' referenced from K:\FWH\LIB\DOLPHIN.LIB|tdol...
by Marco Turco
Sun May 22, 2016 9:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Connect to MySql db
Replies: 14
Views: 3616

Connect to MySql db

Hi all,
I need to connect to a remote mysql db in order to make regular updates.
This is my first experience with mysql. Which is the best way to connect ? I tried the mysql1.prg sample in FWH but it seems the tmysqlserver class doesn't exist.
Do I have to install the mysql odbc ? Thank yoi
by Marco Turco
Sat May 21, 2016 3:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Asort based on two array elements
Replies: 3
Views: 617

Re: Asort based on two array elements

Solved, thank you Nages
by Marco Turco
Thu May 19, 2016 2:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Asort based on two array elements
Replies: 3
Views: 617

Asort based on two array elements

Hi all, I need to order the following array by date and by name (inside a date). Do you have any suggest about ? * date is the first element, name is the second aArray:={} aadd(aArray,{"01/10/2015","Marc"}) aadd(aArray,{"01/10/2015","Alexandra"}) aadd(aArray,{...
by Marco Turco
Sun Mar 20, 2016 9:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport 5
Replies: 1
Views: 397

FastReport 5

Hi all,
I'm using FastReport 4 VCL using the last Spirin's library.
Is there someone who updated the Spirin's library or has an alternative library to use FastReport 5 ?
Thank you.
by Marco Turco
Sat Mar 05, 2016 3:49 pm
Forum: All products support
Topic: Ricerca programmatore Roma
Replies: 3
Views: 1959

Re: Ricerca programmatore Roma

Hi Antonio.
Enrico has the skills for this but I'm looking for an employee so it is not the right environment for him (I know Enrico :D )
by Marco Turco
Sat Mar 05, 2016 12:53 pm
Forum: All products support
Topic: Ricerca programmatore Roma
Replies: 3
Views: 1959

Ricerca programmatore Roma

Salve,
sto cercando un programmatore fivewin. Contratto a tempo indeterminato. Roma zona sud.
Qualcuno interessato ?
by Marco Turco
Wed Mar 02, 2016 6:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Exporting tiff/gif to pdf
Replies: 0
Views: 271

Exporting tiff/gif to pdf

Hi all,
I'm successfully using the fwpdf class to export a jpeg in a pdf,
is there a solution also to export a tiff or gif file directly into a pdf ?
Thank you.
by Marco Turco
Sat Feb 20, 2016 2:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2166

Re: Problem with past into xbrowse numeric editable cell

Hi Rao,
sorry, after further checks it seems only tget related
by Marco Turco
Sat Feb 20, 2016 9:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2166

Re: Problem with past into xbrowse numeric editable cell

Hi Rao,
I think it isn't just a get problem, if I try to past 11,123456 the acquired value in the xbrowse cell is 11,234560
by Marco Turco
Wed Feb 17, 2016 4:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Check if the user is gone away
Replies: 8
Views: 2349

Re: Check if the user is gone away

Solved, thank you all for the tricks.
by Marco Turco
Wed Feb 17, 2016 4:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2166

Problem with past into xbrowse numeric editable cell

Hi all, this is a self contained sample showing my problem, pls. try to copy with the mouse this value: 123.123456 and past inside the xbrowse "value" cell., then press Enter and you will see the crazy value of 1.231235E8 !!! Is it an xbrowse problem or do I have to manage the "past&q...
by Marco Turco
Tue Feb 16, 2016 11:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Check if the user is gone away
Replies: 8
Views: 2349

Check if the user is gone away

Hi, I have a lot of customers that leave my FWH app active and go away. I need a solution to understand if the user is still working otherwise I want to automatically terminate the app. I think something like a 15 min timer could runs but I need to reset the timer each time the user move the mouse o...
by Marco Turco
Wed Jan 27, 2016 11:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Merge rtf
Replies: 3
Views: 604

Re: Merge rtf

Interesting, I will try thank you,
anyway I think this way the RTF code will be converted into a WordPad standard so many advanced RTF information (using Word or OpenOffice) would be lost.