Search found 190 matches

by Davide
Tue Sep 01, 2009 1:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Erro 9000:
Replies: 15
Views: 2010

Re: Erro 9000:

Antonio, oOleAutoObject := nil I've received an Error.log from a Client with just the single line: "Destructors disabled! Destructor of class: 'TOLEAUTO' can't be executed." No function names, lines or other info in the Error.log I'm using FWH 9.05 and xH 1.2.1 provided with it. Where shou...
by Davide
Sun Aug 30, 2009 6:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI
Replies: 7
Views: 1400

Re: MAPI

Otto, Isn’t the security risk the same if someone sends with our program either he uses his own account or our account. not at all. If someone will use your own SMTP server to send out spam or viruses, the server will soon be added to RBL's, causing troubles either to the other Clients of yours or t...
by Davide
Sun Aug 30, 2009 3:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI
Replies: 7
Views: 1400

Re: MAPI

Otto, Do you think I face a problem if I use one of our own smtp accounts. if you don't want to setup an "open relay" http://en.wikipedia.org/wiki/Open_mail_relay (not recommended nowadays), you'll have to store the username/password in your own program, opening you to a security risk. I r...
by Davide
Sun Aug 30, 2009 9:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI
Replies: 7
Views: 1400

Re: MAPI

Otto, I too prefer smtp because Outlook MAPI interface is buggy in some versions (so it would be better to use it via OLE instead) and there are mail clients that are NOT MAPI compatible however. It would be nice to find out a function to retrieve (perhaphs in the registry) which is the SMTP server/...
by Davide
Fri Jun 26, 2009 12:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to monitor a network directory?
Replies: 17
Views: 3701

Re: How to monitor a network directory?

Otto, What is the best way to monitor a network directory. I normally use DIRECTORY("\\server\share"), even though on some systems, especially Vista, if the path is non-existant the function hangs the prg (at least with FWH7.09 and related xHarbour, I'm still not ready to use 9.05 in a pro...
by Davide
Thu Jun 25, 2009 8:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse required bug fixes !
Replies: 6
Views: 1207

Re: xbrowse required bug fixes !

Antonio,
do you plan to release 9.06 before the month end ?
(I'd prefer having the bugfixes already included in the standard lib rather than including another obj)
Thanks,
Davide
by Davide
Fri May 29, 2009 5:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testsmtp.prg FWH9.03
Replies: 9
Views: 1502

Re: Testsmtp.prg FWH9.04

ok, I'll continue posting the modifications here, should I find other improvements. I've changed the DocType function as follows, because the previous method didn't work correctly for some extensions. HTH Davide Static Function DocType( cExt )    Local cType Do Case   Case Ascan( {"EXE",&...
by Davide
Fri May 29, 2009 4:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TestTray.prg bug
Replies: 1
Views: 348

Re: TestTray.prg bug

I've solved it by:

Code: Select all

If Upper( ProcName(8) ) # "TRACKPOPUP"
Any better solution ?

Hi,
Davide
by Davide
Fri May 01, 2009 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ON CHANGE's GET method update BUTTON
Replies: 7
Views: 1032

Re: ON CHANGE's GET method update BUTTON

Jair,
fusion wrote:It works !, but if I get MsgInfo() off, doesn't work...
please try this:

Code: Select all

@ 74,180 GET oGet1 VAR cId PIXEL 
@ 85,180 GET oGet2 VAR cPassword PASSWORD PIXEL ON CHANGE (oGet1:SetFocus(),oGet2:SetFocus())
Hi,
Davide
by Davide
Mon Apr 27, 2009 12:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Send an http request
Replies: 10
Views: 1960

Re: Send an http request

Enrico,
Enrico Maria Giordano wrote:I don't know how to get the result code, though.
I guess oCli:cReply will normally contain "200 OK"

Hi,
Davide
by Davide
Mon Apr 27, 2009 1:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX IE missing methods ?
Replies: 0
Views: 361

ActiveX IE missing methods ?

Hello all, oActiveX:Print() works correctly http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.print.aspx while oActiveX:ShowPrintDialog() generates a runtime error. http://msdn.microsoft.com/en-us/library/0xbfs8f9.aspx RIght clicking the control and choosing "Print" f...
by Davide
Mon Apr 27, 2009 12:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse editing bugs
Replies: 0
Views: 182

xBrowse editing bugs

Recent FWH changes fixed some problems when exiting a cell with the mouse instead of the keyboard (lFastEdit + lAutoSave). So far, so good, but: 1) If you click on a buttonbar icon that do something with that data, the old value is still used 2) If you click on a get control inside the same window, ...
by Davide
Sun Apr 26, 2009 11:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Send an http request
Replies: 10
Views: 1960

Re: Send an http request

Marco, How can I send this request and manage the return code via FWH ? if you want the user see the resulting page on your server, then you can use the IE ActiveX http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15058 otherwise you can use the TwebClient class to retrieve the page unattend...
by Davide
Sat Apr 25, 2009 6:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Gradient and transparent say
Replies: 9
Views: 1365

Re: Gradient and transparent say

Dear Uwe,
ukoenig wrote:a working solution :
thank you,
Davide
by Davide
Sat Apr 25, 2009 12:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Gradient and transparent say
Replies: 9
Views: 1365

Re: Gradient and transparent say

Dear Rao, Does this sample code help you ? ... I am trying to do this on MDI main window, but I am not able to do I've actually solved the problem in a similar way. Fortunately all my labels are on the leftmost side and shorter than 100 pixels, so I switched the gradient horizontally and painted it ...