Search found 7 matches

by tycoon
Sat Jan 23, 2016 6:04 pm
Forum: Announcement
Topic: Arctic reports (reporting system - Windows)
Replies: 201
Views: 125141

Re: Arctic reports (reporting system - Windows)

Hi!

After a long time I would like to edit my reports. But I've not downloaded the latest helpfiles :( and now they are gone.
Has anyone the documentation downloaded and share it?

Perhaps a copy of the nx-forum would be nice, too.

Lars

And: If srod read sometimes in this forum: Is there a ...
by tycoon
Sun Jan 30, 2011 8:32 pm
Forum: Tricks 'n' Tips
Topic: RFindString()
Replies: 6
Views: 4049

Re: RFindString()

No difference at all, but changed the code to "no debugger".
This test is only for one system and not against another computer. So all functions run in the same environment and a direkt compare is possible even with the debugger.

The test should only compare the routines on a low level to get an ...
by tycoon
Sun Jan 30, 2011 3:39 pm
Forum: Tricks 'n' Tips
Topic: RFindString()
Replies: 6
Views: 4049

Re: RFindString()

Hi!

Old post, but I've collected some code about "rfindstring" and have done a little speedtest with parameters.



Procedure.i RFindstring1(string$,stringtofind$,c.b=1)
; Author: Tycoon
; Date: 30. Jan 2011
Protected a
If c=0
a = FindString(ReverseString(LCase(string$)),ReverseString(LCase ...
by tycoon
Tue Nov 01, 2005 11:50 am
Forum: PureFORM & JaPBe
Topic: PurePOP3 library : POP3 functions
Replies: 336
Views: 226093

So I had to build my [beta] library from examples I got from different mailers and pop3 servers.

...and ther are many mail-servers... :cry: and far more ways sending mails :x and much more things to check... :twisted:

It's a nice lib and I hope you find a way out of this jungle...

I will check ...
by tycoon
Sat Oct 29, 2005 2:50 pm
Forum: PureFORM & JaPBe
Topic: PurePOP3 library : POP3 functions
Replies: 336
Views: 226093

At first: Thanks for new parameter!!! :)

Pop3 seems to be a very "non-standard" protocol.

Month ago I tried to write my own pop3-retrival code but it did not work correctly.

It seems that so many diffrent formats are in use, that nobody can write a real good analyse routine to catch the mail ...
by tycoon
Mon Oct 24, 2005 2:54 pm
Forum: PureFORM & JaPBe
Topic: PurePOP3 library : POP3 functions
Replies: 336
Views: 226093

Hi!

For now I rewrite my code to handle your output...perhaps it is better. We will see ;)

A little function for saving the complete mail is a good feature for a new release of your lib.

CU
by tycoon
Sun Oct 23, 2005 1:52 pm
Forum: PureFORM & JaPBe
Topic: PurePOP3 library : POP3 functions
Replies: 336
Views: 226093

Hi!

Nearly perfect Lib!

But one question:

Is there any posibility to store the complete message (text and attachment(s)) in one file?

CU