Hi All,
Does anybody know how to create email checker with Clarion? I'd like to have program which will check my emails on various providers (gmail, yahoo, hotmail and so on). I know such (free) program, but don't want to share my passwords with anyone. Thanks.
Regards,
Mike
Hi ShankarJ,
Yeah, it's exactly that I had: first time is about in 10 times slower than the subsequent.
I'll try your suggesting and will inform on result.
Many thanks.
Regards,
Mike
Hi ShankarJ,
Happy New Year!
I can process my files, reading it as DOS file. But I have a small problem when I checked performance of the simple code:
FileSize# = BYTES(dosFile) ; FilePtr# = 1
Chunk# = 4096
time0# = clock()
LOOP
j# += 1
IF (FilePtr# + Chunk#) > FileSize#...
Hi all,
I should process many really big ASCII files. The first line in all files it is necessary to pass. The length of all records in file can be various and the information concerning length of following record is possible to read through in the first line of each record. Is it possible to...
Shankar,
I had no time earlier, so I've returned to my question only now.
I felt, that I saw such solution, but couldn't remember where. The solution is very simple - I should use MultiReltree template instead of the Relation Tree: the first one has 'Select a Record from Tree' extension.
Regards.
Shankar,
Thanks for the help.
My first question was not correct - it worked for me, but I didn't uncheck MDI option and for this reason could not see reltree window.
On second question - so, there is no Select button template in Reltree template, therefore it should be inserted into the code...
Shankar,
FlexLM (now it's FlexNet) helps us to manage licenses for hundreds applications from various vendors of software. We thought that would be nice to manage a few Clarion applications by the same license manager also. Looks like nobody did such thing before, thus we will try to make it...
Shankar,
Thanks for your try to help. Unfortunately it's incorrect. We've asked www.capesoft.com, and here their answer:
Q: Can SecWin work with FlexLM (FlexNet) license manager from Acresso Software? If it works, where could I read more about this feature?
A: No - we have our own integrated...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.