Cristobal wrote
>>
This DLLS they are in the samples folder of Fivewin
Which version are you using?
Regards
<<
FWH 14.11
Harbour 3.2.0dev (r1406271520) + Bcc 5.82
Thanks,
Bruce
Search found 43 matches
- Thu Nov 23, 2017 1:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google APIS Lib for Fivewin
- Replies: 129
- Views: 25191
- Thu Nov 23, 2017 3:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google APIS Lib for Fivewin
- Replies: 129
- Views: 25191
Re: Google APIS Lib for Fivewin
Cristobal, For the Google Apis portion : >>>Rename file .ex1 to .exe for look all apis Google list and resources<<< I have done that, but get a "libeay32.dll" error msg. I have found several of these files on my computer (Win7) and have tried them all but will then get an " app unable...
- Wed Mar 08, 2017 2:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Plotting locations on Google Maps
- Replies: 48
- Views: 11794
Re: Plotting locations on Google Maps
Mr Anserkk,
Thank you for your sharing of the sample.
I wonder if you have done any work with best route capability.
Meaning, have many stops/destinations and let Google figure out best route.
Thanks in advance.
Bruce S.
Thank you for your sharing of the sample.
I wonder if you have done any work with best route capability.
Meaning, have many stops/destinations and let Google figure out best route.
Thanks in advance.
Bruce S.
- Sat Nov 05, 2016 2:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google maps rotes
- Replies: 23
- Views: 6308
Re: Google maps rotes
Code: Select all
Gale,
Thank you for the link.
Works great !
Would you have the "Map" resource used in the code ?
Thanks in advance
Bruce
- Wed Nov 02, 2016 4:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google maps rotes
- Replies: 23
- Views: 6308
Re: Google maps points
I have come across threads by Gale Ford about his Google map webmap class, map resource, webmap.prg,etc., from approx. 2007 and further to 2014, but the links seem to be broke ? Does someone have these items available ? http://www.hotshare.net/file/24300-4713157df9.html http://www.xharbour.com/xhc/...
- Thu Apr 30, 2015 5:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse multi dbcombos
- Replies: 4
- Views: 1548
Re: Xbrowse multi dbcombos - Mr Nages
Mr Nages,
If after compiling and running the sample, could you suggest,
how I may get multiple dbcombos functional in this setting.
Regards,
Bruce S.
If after compiling and running the sample, could you suggest,
how I may get multiple dbcombos functional in this setting.
Regards,
Bruce S.
- Fri Apr 10, 2015 2:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse multi dbcombos
- Replies: 4
- Views: 1548
Re: Xbrowse multi dbcombos
Mr. Nages, Thank you for the reply. I understand your use of 1) & 2) in your response, but not in the context of my above attached compileable sample. How would 1) or 2) apply to configuring the excerpt from compilable sample supplied above WITH OBJECT oBrw :SetChecks...
- Wed Apr 08, 2015 2:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse multi dbcombos
- Replies: 4
- Views: 1548
Re: Xbrowse multi dbcombos
oops, I am using
FWH 14.11
Harbour 3.2.0dev ( r1406271520 )
bcc582
Bruce S.
FWH 14.11
Harbour 3.2.0dev ( r1406271520 )
bcc582
Bruce S.
- Wed Apr 08, 2015 12:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse multi dbcombos
- Replies: 4
- Views: 1548
Xbrowse multi dbcombos
Hello, For my example, I'll use states.dbf and customer.dbf. I have the need to have multiple (x4) Dbcombos, all using states dbf. to fill the customer.dbf (state, state1...etc.) fields. I would add extra state field(s) in the customer.dbf (state1, etc). I have prepared a sample below to illustrate ...
- Tue Mar 17, 2015 6:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse edit dbcombo
- Replies: 11
- Views: 3077
Re: xbrowse edit dbcombo
Mr. Nages, >>>Why do u want to use TDataBase? Your original posted sample used Tdatabase and I thought I'd try and become familiar with it. I am relatively new to FWH. I have converted all(most) of my Clipper programs to FWH and want to make them all into multiuser applications. I'm familiar with re...
- Mon Mar 16, 2015 12:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse edit dbcombo
- Replies: 11
- Views: 3077
Re: xbrowse edit dbcombo
Mr. Nages, The dbcombo sample code you supplied, compiles and runs fine. I will implement it in my code and persue. ------- Using Tdatabase() is new to me and the burning question is, what setup is needed to use your example in a multiuser environment. ( lShared, lBuffer ? ). Is there a sample somew...
- Wed Mar 04, 2015 6:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse edit dbcombo
- Replies: 11
- Views: 3077
Re: xbrowse edit dbcombo
Mr. Nages,
I made the changes as suggested ( fields to columns ), but that hasn't had any effect on the dbcombo displaying properly in the CustEditDlg function.
Bruce
I made the changes as suggested ( fields to columns ), but that hasn't had any effect on the dbcombo displaying properly in the CustEditDlg function.
Bruce
- Tue Mar 03, 2015 1:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse edit dbcombo
- Replies: 11
- Views: 3077
Re: xbrowse edit dbcombo
FWH 14.11
Harbour 3.2.0dev ( r1406271520 )
bcc582
Bruce
Harbour 3.2.0dev ( r1406271520 )
bcc582
Bruce
- Tue Mar 03, 2015 7:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse edit dbcombo
- Replies: 11
- Views: 3077
xbrowse edit dbcombo
Hello, I am trying to get a dbcombo functional in this xbrowse sample by Mr. Nages The oRec:drvr displays fine ,but without any functional dbcombo. Don't know if I've chosen the proper form of dbcombo or have the syntax correct. Any help appreciated. Bruce Local oTruc, oBrw, oDlg, oRec // path_...
- Thu Feb 26, 2015 8:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Treport row titles
- Replies: 4
- Views: 817
Re: Treport row titles
Enrico,
OK, thanks I'll give it a try.
Bruce
OK, thanks I'll give it a try.
Bruce