Search found 55 matches
- Sat Apr 15, 2017 2:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to get the Text(url address) fro explorer?
- Replies: 3
- Views: 500
Re: How to get the Text(url address) fro explorer?
Thanks! Mr.Marc Venken, I've tried with source on the board you have mentioned. But, found Fivewin error message as followings. "Error: Unresolved external '_HB_FUN_WEBPAGECONTENTS' referenced from E:\FWH\FWH32\SAMPLES\FWDOWN.OBJ" Since I am a pharmacist(not professional programmer), I hav...
- Sat Apr 15, 2017 5:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to get the Text(url address) fro explorer?
- Replies: 3
- Views: 500
How to get the Text(url address) fro explorer?
Dear Sirs, I wish to control internet explorer (or Chrome ) with Fivewin(Harbour/xHarbour), so, how to know whether followings are possible. 1.get the url Address from currently active explorer(or chrome). 2.input new url address (by fivewin prg) into currently active explorer(or chrome). 3.let the ...
- Tue Jan 03, 2017 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to handle German Umraut?
- Replies: 2
- Views: 1262
Re: How to handle German Umraut?
Dear Mr. Richard,
I've saved as UTF8 type prg.
There was no difficulty in saving, and when I retrieve file, the Umraut was retrieved perfectly.
But, when compiled & executed, I can not see Umraut and broken characterw were shown as picture.
I've saved as UTF8 type prg.
There was no difficulty in saving, and when I retrieve file, the Umraut was retrieved perfectly.
But, when compiled & executed, I can not see Umraut and broken characterw were shown as picture.
- Tue Jan 03, 2017 3:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to handle German Umraut?
- Replies: 2
- Views: 1262
How to handle German Umraut?
Happy New year! I happen to face German character "äöü" input. Through web surfing, I found one advice recommending to use "encoding" as "UTF-8" with Notepad++. So, tried to compile following sample prg. (There is Umraut "ü" in "für") Function Main...
- Sat Jul 23, 2016 2:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can I change my IP address with Fivewin/Harbour?
- Replies: 2
- Views: 570
Re: Can I change my IP address with Fivewin/Harbour?
Thanks so much Mr.anserkk!
I was in business travel, and found your answer today...
I was in business travel, and found your answer today...
- Sat Jul 16, 2016 3:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can I change my IP address with Fivewin/Harbour?
- Replies: 2
- Views: 570
Can I change my IP address with Fivewin/Harbour?
Dear Members,
Can I change my IP address with FiveWin/Harbours?
I am using Internet by ISP company.
If possible, please let me have some sample or link on IP Change.
Thanks.
Can I change my IP address with FiveWin/Harbours?
I am using Internet by ISP company.
If possible, please let me have some sample or link on IP Change.
Thanks.
- Sat Mar 05, 2016 1:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can we make Chrome extension software with Fivewin/Harbour?
- Replies: 1
- Views: 386
Can we make Chrome extension software with Fivewin/Harbour?
Dear All members, Can we make Chrome extension with Fivewin for Harbour/xHarbour? Recently, I found we can not use ActiveX for several websites... And, those kinds of websites are increasing.. When I try to connect those sites with ActiveX, it was mentioned as followings. "Internet Explorer 7 i...
- Tue Sep 22, 2015 9:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to create "Named instance" in MSSQL Server 2005?
- Replies: 2
- Views: 434
- Tue Sep 22, 2015 6:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How can I show original original window after Menutray.prg?
- Replies: 1
- Views: 440
How can I show original original window after Menutray.prg?
Dear Sirs, I have combined Menutray() and added oWnd:hide() on Window minimize button, as followings. To add oWnd:hide() on minimize button, referred Mr. Enrico Maria Giordano's comments. Function Main() DEFINE Window oWnd TITLE "Test Call" DEFINE BUTTON resource "EXIT" of...
- Mon Sep 21, 2015 1:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to create "Named instance" in MSSQL Server 2005?
- Replies: 2
- Views: 434
How to create "Named instance" in MSSQL Server 2005?
Dear Sirs, Is there a method to create "Named instance" in MSSQL Server 2005? I need to install multiple MSSQL 2005 Instance in PC. My first instance in my computer was default instance, "SQLEXPRESS"... I hope to add new instance such as "MYSTORE" in addition to "S...
- Mon Sep 21, 2015 1:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can I show My Dialg Window in front of any other window?
- Replies: 5
- Views: 890
Re: Can I show My Dialg Window in front of any other window?
Dear Mr. Armando,and Mr.Rameshbabu
Thanks for you comments...
I will try, and will report..
Thanks for you comments...
I will try, and will report..
- Sun Sep 20, 2015 1:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can I show My Dialg Window in front of any other window?
- Replies: 5
- Views: 890
Re: Can I show My Dialg Window in front of any other window?
Mr. Carlos vargas, Thanks for your post.. But, in my case, I hope to show my new Dialog to be shown in front of other windows, as soon as generated... DEFINE BRUSH oBrush COLOR CLR_BLUE DEFINE DIALOG oDlg ; FROM 0, nPos TO 132, nPos+370 ; STYLE WS_POPUP ; BRUSH oBrush PIXEL ...
- Sun Sep 20, 2015 2:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can I show My Dialg Window in front of any other window?
- Replies: 5
- Views: 890
Can I show My Dialg Window in front of any other window?
How Can I show NEW Dialog Window in front of any other window? We are on programming a CID prg for Telephone Caller identification.. As you know, CID prg stay back and the users are on work with other software.. When there is phone Call, there should be "POP-UP" as following. http://pharma...
- Thu Sep 17, 2015 1:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Warning BASE/1004 Message not found: TBTNBMP:GETLIST?
- Replies: 2
- Views: 433
Re: Warning BASE/1004 Message not found: TBTNBMP:GETLIST?
Thanks..Mr.Antonio...
- Thu Sep 17, 2015 9:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Warning BASE/1004 Message not found: TBTNBMP:GETLIST?
- Replies: 2
- Views: 433
Warning BASE/1004 Message not found: TBTNBMP:GETLIST?
Dear Mr. Antonio, Would you kindly show me how I can use TBtnBmp with method? On my prg, REDEFINE BUTTON ID 220 OF oClient ACTION ::GetList(oBrw, aData, cGet[1], cGet[2] ) //OK REDEFINE BTNBMP oBtn[2] ID 142 OF oClient FILE "..\bitmaps\find1.bmp" ACT...