Search found 310 matches

by Colin Haig
Fri Jul 11, 2014 7:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: TipClientHttp
Replies: 2
Views: 593

TipClientHttp

Hi All How can I do basic authentification I retrieve a Uri oHttp:= TIpClientHttp():new("http://localhost:8080/accountright" ) if oHttp:open() cItems := oHttp:ReadAll() else MsgInfo( "Connection error:" + oHttp:lastErrorMessage()) endif hb_jsondecode( cItems, @hJson ) for i := 1 ...
by Colin Haig
Tue Jul 08, 2014 12:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dual Monitors
Replies: 3
Views: 682

Re: Dual Monitors

Hi Michel
Hope the festival was good - just a reminder about the dual monitor issue.

Cheers

Colin
by Colin Haig
Tue Jul 08, 2014 12:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: JSON
Replies: 1
Views: 330

JSON

Hi All

Is there anyone using JSON with FWH/Harbour.

Regards

Colin
by Colin Haig
Fri Jul 04, 2014 12:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Dual Monitors
Replies: 3
Views: 682

Dual Monitors

Hi All When I move the app to the second monitor and open an MDI window no problem but if I open a module that just uses a dialog - the dialog opens on the other screen. (main screen) I recompiled one my old xharbour and fwh11.05 apps and the problem did not occur - recently have upgraded to FWH14.4...
by Colin Haig
Tue Jun 24, 2014 1:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TIpClientHttp():New
Replies: 2
Views: 470

Re: TIpClientHttp():New

Hi Lucas I added echo $(HBDIR)\lib\hbtip.lib >> msvc.tmp to my .mak and tried to compile that example but get the following error - hbrtl.lib(hbsocket.obj) : error LNK2019: unresolved external symbol __imp__WSAIoctl@36 referenced in function _hb_socketGetIFaces I am using Harbour 3.2.0dev (r13100114...
by Colin Haig
Tue Jun 24, 2014 4:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: TIpClientHttp():New
Replies: 2
Views: 470

TIpClientHttp():New

Hi All I am trying to get this to work with Harbour and Microsoft Compiler - I have searched back through old threads and seen other people have had problems with Harbour. Can anyone tell me what libs etc to link in to make this work. Thanks to Antonio in convincing me to swap to harbour - I have co...
by Colin Haig
Mon Jun 16, 2014 9:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: oAuth2
Replies: 3
Views: 573

Re: oAuth2

Hi Antonio

Yes I googled and could not find anything - I integrate my software with accounting packages using ODBC but
they are now changing to oAuth2 plus xml for integration.

Regards

Colin
by Colin Haig
Mon Jun 16, 2014 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: oAuth2
Replies: 3
Views: 573

oAuth2

Hi All

Does anybody know if this feature is available in Harbour.

Regards

Colin
by Colin Haig
Sun Jun 15, 2014 1:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Record in Use
Replies: 6
Views: 1156

Re: Record in Use

Mr Rao

Can you give me your email address and I will send a sample - colin@techdata.net.au

Regards

Colin
by Colin Haig
Thu Jun 12, 2014 9:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Record in Use
Replies: 6
Views: 1156

Re: Record in Use

Hi James
I leave the record locking/unlocking to tDatabase and xBrowse.

Cheers

Colin
by Colin Haig
Thu Jun 12, 2014 1:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Leto DB experiences
Replies: 4
Views: 856

Re: Leto DB experiences

Hi Antonio

Is LetDB for doing client server with DBF's.

Cheers

Colin
by Colin Haig
Thu Jun 12, 2014 1:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Record in Use
Replies: 6
Views: 1156

Record in Use

Hi All I have recently upgrade from FWH11.05 to FWH14.04 and also converted to Harbour but I don't think the problem comes from Harbour. I use MDI in my apps and the tdatabase class. I have one window that has a product database and using xbrowse bOnPostEdit I enter the delivered quantity of a produ...
by Colin Haig
Sat Jun 07, 2014 9:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: hb_sendmail
Replies: 1
Views: 431

hb_sendmail

Hi All

I have just converted to Harbour from xHarbour ( with some great help from Antonio ) and I am looking for the source for hb_sendmail() or where
the contrib section of Harbour can be found.

Cheers

Colin
by Colin Haig
Tue Apr 29, 2014 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Excel
Replies: 4
Views: 985

Re: OLE Excel

Hi Jeff

Thanks but I would rather not start playing around with clients terminal server and workstations registry settings.
They will just have to click on the icon to open the spreadsheet.

Cheers

Colin
by Colin Haig
Tue Apr 29, 2014 12:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Excel
Replies: 4
Views: 985

OLE Excel

Hi All

Is it possible to make excel open full screen instead of just flashing the excel icon on the taskbar.

I use this - oExcel:Visible := TRUE

Regards

Colin