Search found 583 matches

by richard-service
Fri Dec 21, 2007 3:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to count input word in TGet?
Replies: 7
Views: 1224

How to count input word in TGet?

Hi this function like Web site Send SMS input UI. Redefine GET ... ON CHNAGE.... I need show how many space can input in GET Object. The problem is ON CHANGE can't Refresh other Object of FWH. Source code: *********************************** nLEFT1:=LEN(PAY->RMK1)-LEN(TRIM(PAY->RMK1)) nLEFT2:=LEN(PA...
by richard-service
Fri Dec 14, 2007 10:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 29033

http://rapidshare.com/files/76601815/gmapd.zip.html #include "FiveWin.ch" function Main() local oDlg, oActiveX local cStreet := PadR( "BROADWAY 500", 80 ) local cCity := PadR( "NEW YORK CITY", 80 ) local cCountry := PadR( "USA", 80 ) DEFINE DIALOG oDlg RESOUR...
by richard-service
Thu Dec 13, 2007 11:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 29033

Hi Rafael,

Could you send to me again?
richard-service@hotmail.com

Regards,

Richard
by richard-service
Sat Dec 08, 2007 6:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH+Codejock RibbonBar
Replies: 13
Views: 5183

Ale SB wrote:Do I have to alter some thing in the class TActivex, to work with Codejock?

Regards
Hi

TActiveX can do Codejock's SkinFrameWork OCX and work fine.
Only problem is FWH's menu not working within Codejock's SkinFrameWork.

Regards,

Richard
by richard-service
Sat Dec 08, 2007 5:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH+Codejock RibbonBar
Replies: 13
Views: 5183

Re: Calendar data

James, The interface directly to Outlook, or they handle the values in memory, or they write to SQL. The way they explained it to me was to either use one of their native data formats or capture the memory values and write them to the .dbf. That would seem normal but the correspondence indicated it...
by richard-service
Sat Dec 08, 2007 1:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH+Codejock RibbonBar
Replies: 13
Views: 5183

Re: Codejock

I looked at Codejock for the calender controls. It appeared to be a decent set of controls, and my communication with the techs was pleasant. However, they are unfamiliar with xBase languages, ie. xHarbour, and there was an issue of a clean interface to .dbf files. We have several threads on this f...
by richard-service
Fri Dec 07, 2007 12:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH+Codejock RibbonBar
Replies: 13
Views: 5183

NK wrote:Dear Richard,

have you an working Source Sample ?

Regards, Norbert
Hi NK,

yes, but some codes not from FWH's ActiveX.
We're modify new ActiveX for Codejock OCX.

Regards,

Richard
by richard-service
Fri Dec 07, 2007 5:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH+Codejock RibbonBar
Replies: 13
Views: 5183

FWH+Codejock RibbonBar

Hi

Just test it and work fine.

Image

Image

Image

Regards,

Richard
by richard-service
Mon Dec 03, 2007 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Zip and unzip
Replies: 8
Views: 1742

Re: Zip and unzip

Richard Chidiak wrote:Michel

Give me your email address, i will send you my housekeeping program.

It use xharbour zip function for zipping and unzipping

HTH

Richard :D
Hi Richard,

Could you send to me? Thank you.
richard-service@hotmail.com

Regards,

Richard Huang
by richard-service
Mon Dec 03, 2007 2:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Share add on xbrowse setmysql(),ntotal(),auto mutilines
Replies: 1
Views: 746

Hi ShumingWang,

Thanks for your code.

Regards,

Richard
by richard-service
Mon Nov 19, 2007 1:33 am
Forum: To do - WishList / Por hacer - Peticiones
Topic: tget to support 2 bytes word winxp themes
Replies: 12
Views: 3873

Antonio Linares wrote:Shuming,

I send you an email
Hi Antonio,

Please add me for this plan.

Regards,

Richard
by richard-service
Fri Nov 16, 2007 3:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5351

Hi Antonio,

I think this is you want it.

http://www.fivetech.com.tw/big5/FWH-ActiveX-Skype.html

I use ActiveX to call Skype ActiveX and direct call within contract name or phone number. Runing OK. If you use hardware device PHONE no problem.

Regards,

Richard
by richard-service
Fri Nov 16, 2007 10:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH0711 ButtonBar 2007 problem?
Replies: 23
Views: 5115

Antonio Linares wrote:Richard,

Do you want it to look grayed ?

James,

Whats the translation into spanish ? :-)
Hi Antonio,

Yes, I want it look grayed.
I look Office2007 Ribbonbar, some bitmaps appear grayed.

Regards,

Richard
by richard-service
Fri Nov 16, 2007 1:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH0711 ButtonBar 2007 problem?
Replies: 23
Views: 5115

Antonio Linares wrote:Bitmap remains the same color, only the text color changes. Thats the Office 2007 behavior
Hi Antonio,

I see.
Just think any solution or add this function.

Regards,

Richard
by richard-service
Thu Nov 15, 2007 11:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH0711 ButtonBar 2007 problem?
Replies: 23
Views: 5115

Richard, Please make this change in samples\Test2007.prg: DEFINE BUTTON OF oBar ACTION oBar:aControls[ 1 ]:Disable() ; // Print() ; RESOURCE "attach" PROMPT "Attach" Here it works fine and disable the first button, though the bitmap is shown the same, but the button can't be sel...