Search found 21 matches: tracked

Return to advanced search

Re: Mapi Outlook .. send mail silently

... I have to use SMTP for this process, but we would love to have it go through the MAPI client so both the outgoing, and any incoming, emails can be tracked along side all other emails the business may send. We need to write the email from our application directly to the Outlook outbox where the ...
by TimStone
Fri Dec 13, 2019 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 2511

Re: Rpreview issues - PDF

My copy is dated October 2006. I wonder if there is a later version ? I don't think I tracked updates on it, but I do have a license key. I appreciate all the research you both have done but I'm still having issues. I'm very puzzled but knowing it "should work" ...
by TimStone
Tue Apr 23, 2019 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7328

Re: OT: ADS & Win 10 April Update RESOLUTION

... workstation, would freeze 10 secs after startup. It was pulling the exe from the shared network drive which is how we install all our apps. We tracked the freeze to a timer that opened a listening socket 10 secs after the app started. This blocking listening socket was not responding and because ...
by peterk
Fri May 25, 2018 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6140

Re: Blockchain - Antonio

... such case, all records must modify their hashes. Or modifications are not allowed. In example: when we use GIT for source control, every change is tracked. There is no way to "modify" a change. You simply add a "new" change. Applying these two simple ideas, you can blockchain ...
by Antonio Linares
Thu Apr 05, 2018 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Blockchain - Antonio
Replies: 8
Views: 2323

Re: ntdll.dll error

Antonio,

Thanks for the link. I ran that utility ... and it shows absolutely no calls to the file. I suppose it gets tricky now because some other .dll could call it, and that is not tracked in the utility ...

Tim
by TimStone
Thu Mar 29, 2018 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ntdll.dll error
Replies: 8
Views: 1459

Re: Text (SMS), and emails.

... in the program, and hit "Send Text", the box pops up, they put in the message, and hit the send button. Now all SMS texts can be tracked in the email system. To do this in bulk, I have not found a way to use Outlook. It always wants to display each email and have you hit the Send ...
by TimStone
Thu Jan 18, 2018 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text (SMS), and emails.
Replies: 4
Views: 1446

Re: Canal5 Calendar

Silvio: Well, just to let you know I tracked it down to a problem with c5tip. The CheckToolTip method in windows.prg references a member named :lShowAgain which is not a member of the c5tip class. So I added it. Then the CheckToolTip method ...
by Randal
Tue Feb 14, 2017 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5697

Re: Block Enter Key from Keyboard.

Antonio,

Thanks for the quick response. I didn't think to look in the TSBUTTON lib.
I tracked it down and commented out the KeyDown() Carriage Return code, re-compiled the lib and it is now acting the way I would like.

Again, thanks for a GREAT produce and GREAT support.
by bradmaudlin
Thu Jan 09, 2014 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Block Enter Key from Keyboard.
Replies: 3
Views: 814

Re: Loosing buttons in RibbonBar

... About a year ago I upgraded FWH. The application would appear to randomly loose the ability to show images on buttons and other places. I finally tracked it down to the hazardous placard images. If I commented that portion of the code out it would keep working. With the code in, it would start ...
by Gale FORd
Fri Jul 27, 2012 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Loosing buttons in RibbonBar
Replies: 29
Views: 6869

Re: Bug in TDatabase

... of .f.? You are right. Thanks for pointing out. Fixed and available from next release. And since the success of delete operation is already tracked using lDeleted, wouldn't it be better if method _delete() returns lDeleted instead of nil? At present the return value is compatible with the ...
by nageswaragunupudi
Fri Aug 05, 2011 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TDatabase
Replies: 1
Views: 400

Bug in TDatabase

... )            lDeleted := .f. Shouldn't lDeleted := .t. instead of .f. ? And since the success of delete operation is already tracked using lDeleted , wouldn't it be better if method _delete() returns lDeleted instead of nil ? TIA
by hua
Wed Aug 03, 2011 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TDatabase
Replies: 1
Views: 400

Re: QFTP doesn't work on some machines

No, I am not sending any EXE files. Only the pure text INI file.... Today I tracked down on one machine wich has problem with this and I found that the problem is:     oFile = TFtpFile():New( aTarget[ n ], oFTP )    oFile:OpenWrite() ...
by codemaker
Wed Jan 26, 2011 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: QFTP doesn't work on some machines
Replies: 10
Views: 1947

QFTP doesn't work on some machines

... I would apreciate any suggestion or idea or help Boris The code looks generaly (just a sample and is really elemantary) something like this: I tracked down the moment of freezing, it is when the FOR/NEXT loop starts in function sendfiles() ..........cFTPSite := "xx.xx.xx.xx"    IF ...
by codemaker
Tue Jan 25, 2011 1:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: QFTP doesn't work on some machines
Replies: 10
Views: 1947

If you use TXmlDocument:FindFirst()

Hi all I just tracked down a problem with some code I wrote using TXmlDocument:FindFirst() function. The xml data looked like this: <TABLE> <TABLE-NAME>Whatever</TABLE-NAME> FindFirst( "TABLE-NAME" ) was ...
by xProgrammer
Thu Jan 21, 2010 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: If you use TXmlDocument:FindFirst()
Replies: 1
Views: 559

TSocket.prg - Possible bug ?

... hundreds of Mb in a few minutes, full of lines as follows: 09/24/2009 15:02:56: Sent:  -1  Len:    112 Buffer Len: 0   Error:  10057    I've tracked down the problem in tSocket.prg, method SendData():       if nSent != -1         cData = SubStr( cData, nSent + 1 )         nLen  = ...
by Davide
Thu Sep 24, 2009 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSocket.prg - Possible bug ?
Replies: 3
Views: 821
Next

Return to advanced search