Search found 249 matches

by Jack
Thu Oct 18, 2018 11:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Select an open excel-sheet
Replies: 13
Views: 2125

Re: Select an open excel-sheet

Hi,
If the excel sheet is open by the user.
How is it possible to get the contents for the current active cell with fivewin .
How to know the x,y coord of the cell in the sheet .
Thanks .
by Jack
Thu Oct 18, 2018 11:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 8159

Re: Your EXE into a Web app

Hi ,
Is it possible to have it in English ?

Should the customer have a PHP Server ?

Thanks,

Philippe
by Jack
Sun Oct 14, 2018 7:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 8159

Re: Your EXE into a Web app

When we talk about web, we d'n talk about RDP . If we want to start from 0, we have PHP or C# … What we are looking is coding just like in the past and that the Tools convert it . I think that Antonio start fiveweb a few year ago , is't it a goog way . Could we have samples of code just like we have...
by Jack
Fri Oct 12, 2018 10:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 8159

Re: Your EXE into a Web app

Antonio,
I think you are right ==> 3. Next logical step is to jump from the Desktop to the Internet/web .

We need a FIVEWEB tool in other to jump to the web .
Remote desktop is a good step but what we need is Web Development Tool.

Thanks ,

Philippe
by Jack
Wed Oct 03, 2018 5:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2020

Re: Read Com port

Dutch, I use a timer . DEFINE TIMER oTmr INTERVAL 6000 ACTION (BytesAtPort( nComm),oLbx:Refresh()) OF oWnd ACTIVATE TIMER oTmr function BytesAtPort( nComm, nStatus ) local cBuffer:=space(18) ReadComm( nComm, @cBuffer ) select RAWPOIDS append blank replace data with cBuffer return nil
by Jack
Tue Oct 02, 2018 6:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2020

Re: Read Com port

Hi,
It works with the last suggestion ==> delete : bCommNotify and EnableCommNotify

Thanks for this feed back.
by Jack
Sat Sep 29, 2018 2:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2020

Re: Read Com port

I suppose there is a buffer but ???

Any help ?

Thanks
by Jack
Fri Sep 28, 2018 11:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2020

Re: Read Com port

Hi, I have delete the MsgInfo for the status . I have only this : ReadComm( nComm, @cBuffer ) // <<<<---- program will lock here Msginfo( AllTrim( cBuffer )) But it gives me 2 times the MsgInfo , first with a part of the info and the second with the rest . What can i do to read all in 1 step and the...
by Jack
Fri Sep 28, 2018 5:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2020

Re: Read Com port

Hi,
Could we have some help about this ?

What is the right way to read all the info from a COM port .

Thanks
by Jack
Wed Sep 26, 2018 9:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2020

Read Com port

Hi, I have a analytical scale connected to a com port . I test sample testcom3.prg and it works fine but it return the information in 2 parts, (2 MsgInfo box) . The total lenght is 18 string . How to return the total 18 strings from the BytesAtPort function ?? Thanks #include "FiveWin.ch" ...
by Jack
Wed Aug 22, 2018 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 5690

ADS & Win 10 April Update RESOLUTION

Hi, 2 month ago, a have the same problem . When a program was started from a network drive (on a Win 10 computer) , it was not possible to establish a connection with MS SqlServer . Now, in August, after new updates from Microsoft , it is possible the start the program from network drive . Strange !...
by Jack
Wed Aug 22, 2018 3:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sql Connect toleauto OR createobject
Replies: 1
Views: 354

Sql Connect toleauto OR createobject

Hi What is the best way to establish a connection with MS SQLSERver oCon := TOLEAuto():New('ADODB.Connection') or oCon := CREATEOBJECT( "ADODB.Connection" ) It is the same for recordset : oRsd := TOleAuto():New( "ADODB.Recordset" ) or oRscp:=CREATEOBJECT( "ADODB.Recordset&qu...
by Jack
Thu May 03, 2018 7:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MySql (free)
Replies: 6
Views: 1220

Re: MySql (free)

Hi,
Thanks for the info about freemysqlhosting.
I make some test and it works fine .

Could you give a connection string with this secure SSl .

Thanks
by Jack
Mon Apr 30, 2018 10:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: MySql (free)
Replies: 6
Views: 1220

Re: MySql (free)

I am looking for a MYSQL provider with a DBNAME, username and password .
I'd like to make some test in real condition .
The idea is to use MySQL tables on an external (cloud) server .

Thanks
by Jack
Mon Apr 30, 2018 7:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: MySql (free)
Replies: 6
Views: 1220

MySql (free)

Hi,
I 'd like to try connection with MySQL and FW .
Do you know a good free MySQL access in other to make some test .
Thanks .