Search found 310 matches

by Colin Haig
Tue Apr 08, 2014 12:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: Postgres Database
Replies: 1
Views: 388

Postgres Database

Hi All

Has anyone connected to a Postgres Database using ADO/ADODB.

Regards

Colin
by Colin Haig
Thu Mar 27, 2014 4:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 23438

Re: FiveWeb (FiveWin days are numbered)

Hi Daryl I was thinking along the same lines as you in regards to web apps but I have recently convinced a new client who was using a web application (job costing integrating with quickbooks) to replace it with my windows application - which is also a job costing system ( also integrates with quickb...
by Colin Haig
Tue Feb 25, 2014 10:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Lost Focus
Replies: 7
Views: 1098

Re: xBrowse Cell Lost Focus

Hi Crisotbal

I am using FWH 11.05 - I should really upgrade.

Thanks for your assistance

Regards

Colin
by Colin Haig
Tue Feb 25, 2014 2:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Lost Focus
Replies: 7
Views: 1098

Re: xBrowse Cell Lost Focus

Hi Cristobal I tried your suggestion - thank you - but get the following error Called from: => TRANSFORM(0) Called from: .\source\function\VALBLANK.PRG => CVALTOSTR(217) Called from: C:\newdev\common\xbrowse.prg => (b)TXBRWCOLUMN:ADJUST(8281) Called from: C:\newdev\common\xbrowse.prg => TXBRWCOLUMN:...
by Colin Haig
Tue Feb 25, 2014 9:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Lost Focus
Replies: 7
Views: 1098

Re: xBrowse Cell Lost Focus

Hi Uwe

bOnPostEdit requires a key stroke to activate - I am looking for when the cell loses focus - when the user types in something then moves
to another cell using the mouse. I want to detect they have moved without using the enter key.

Regards

Colin
by Colin Haig
Tue Feb 25, 2014 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Lost Focus
Replies: 7
Views: 1098

xBrowse Cell Lost Focus

Hi All

Is there away to detect if a cell in browse has lost focus -

user types something in cell and then uses mouse to click checkbox in next cell - because the user did not press the enter key the
data is not saved

Regards

Colin
by Colin Haig
Mon Feb 03, 2014 11:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Location
Replies: 6
Views: 1013

Re: Location

HI Cristobal

I think that code requires you to input the location and it returns the longitude and latitude - I would like the
location - like a mobile phone displays its current location on a map.

Thanks for your help.

Regards

Colin
by Colin Haig
Mon Feb 03, 2014 12:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Location
Replies: 6
Views: 1013

Re: Location

Hi Armando

No I am looking for some way of getting the latitude and longitude/location of the device.

Cheers

Colin
by Colin Haig
Sun Feb 02, 2014 3:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Location
Replies: 6
Views: 1013

Location

Hi All

Is there away for a fivewin application to know the location of the device the application is running on.


Cheers

Colin
by Colin Haig
Thu Jan 30, 2014 11:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles
Replies: 2
Views: 503

Re: Pelles

Hi James

Thank you - I am using Windows 8.1 - so I went to Ease of Access and turned the feature on. Until now I
never realised it was an option you could change.

Cheers

Colin
by Colin Haig
Thu Jan 30, 2014 9:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles
Replies: 2
Views: 503

Pelles

Hi All

I am using Pelles for creating resources - I have noticed when defining a button with E&xit the underline does not appear under the x - is there
a setting I am missing.

Regards

Colin
by Colin Haig
Tue Jan 14, 2014 2:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 28746

Re: Google Maps

Tim

If possible can you send me the webmap.prg and any includes if required.



colin@techdata.net.au

Regards

Colin
by Colin Haig
Tue Oct 01, 2013 11:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Force a left mouse click
Replies: 1
Views: 313

Re: Force a left mouse click

HI Rick

Try this

SendMessage(GetDlgItem(oDlg:hWnd,BtnStckAdd),FM_CLICK,0,0))


Cheers

Colin
by Colin Haig
Thu Sep 19, 2013 12:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Checking if Outlook is running
Replies: 11
Views: 1923

Re: Checking if Outlook is running

Michel

I justed tested outlook and it appears you can not start it multiple times - you can have multiple child windows open
but they are closed when the top window is closed.
Tested on Windows 8 and Outlook 2010.

Regards

Colin
by Colin Haig
Wed Sep 18, 2013 11:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Checking if Outlook is running
Replies: 11
Views: 1923

Re: Checking if Outlook is running

Michel Maybe the following code will help static function lfSetMail(oCMSFolder) local NameSpace,oInbox TRY    oOL := TOleAuto():New( "Outlook.Application" )    oNameSpace   := oOL:Get( "GetNameSpace", "MAPI" )    oInbox       := oNameSpace:Get( "GetDefaultFolder&qu...