O$10 <TMObj>

Grzegorz (Greg) Pasternak gpasternak at cogeco.ca
Fri Jan 15 16:49:18 UTC 2021


Thanks for the kind words, I managed to speak with the support, ended up learning details how to use web mail setup (not what I called about anyway), and finally getting the guy create the support ticket - hopefully somebody who knows how to setup mail server will follow up and resolve the issue.

I am back to "happy friday" mode again :-)

> On Jan 15, 2021, at 11:21 AM, Rudolf Bargholz <rudolf at bargholz.ch> wrote:
> 
> Hi Greg,
> 
> What might be happening here is you might need to set up a SPF record in your DNS:
> 
> https://en.wikipedia.org/wiki/Sender_Policy_Framework
> 
> The short version is, a recipient of a mail can check your DNS records to see if the source of the mail comes from an allowed source, and if the DNS does not mention the allowed sender source, then the mail is marked as potentially fraudulent.
> 
> My condolences that you will have to listen to a "Your call is very important for us ..." for the next few hours.
> 
> Regards
> 
> Rudolf Bargholz
> 
> -----Ursprüngliche Nachricht-----
> Von: omnisdev-en [mailto:omnisdev-en-bounces at lists.omnis-dev.com] Im Auftrag von Grzegorz (Greg) Pasternak
> Gesendet: Freitag, 15. Januar 2021 16:45
> An: OmnisDev List - English <omnisdev-en at lists.omnis-dev.com>
> Betreff: Re: O$10 <TMObj>
> 
> as you know, we are getting more sophisticated and technology oriented hence no feelings and real person on the other side of the wire for hours, all in the "best interest of humanity" (sarcasm)
> 
> however, I will try to pass your feedback to the right person even if I have to wait 2 hours (luckily have speaker phone on my desk, just tired of listening to the lame music)
> 
> again, thanks a lot for your help, hopefully one day we can get together at the bar again somewhere at the next omnis conference and have the "post covid" chat ;-)
> 
> 
>> On Jan 15, 2021, at 9:55 AM, Doug Easterbrook <doug at artsman.com> wrote:
>> 
>> hi Greg:
>> 
>> you’ll get through through the list.      I tried to reply to you again — and again cogeco denied the email because of their reliance on cloudmark ….    so you’ll need to yell at cogeco to get cloudmark to fix things.      
>> 
>> 
>> 
>> 
>> 
>> Doug Easterbrook
>> Arts Management Systems Ltd.
>> mailto:doug at artsman.com
>> http://www.artsman.com
>> Phone (403) 650-1978
>> 
>>> On January 15, 2021, at 6:33 AM, Doug Easterbrook <doug at artsman.com> wrote:
>>> 
>>> hi Greg.
>>> 
>>> the link to all versions of TMobjs is 
>>> http://www2.artsman.com/omnis/Software/TMObjs258.zip
>>> 
>>> best way to use it is to make an object and inherit from this .. then you can use interface manager to see what the methods are and how to use them.     most of them are really simple.
>>> 
>>> the one you are speaking about is $removechars(). and I’be put an 
>>> example below that
>>> 1) keeps only certain characters.
>>> 2) then removes only. certain chacters
>>> 
>>> so you can go at it either way — keep or remove
>>> 
>>> 
>>> # keep all the lower case letters
>>> Do 
>>> myobj.$removechars(iRecList.D_AUTO_RELEASE_HOLD_CHARS,'abcdefghijklmn
>>> opqrstuvwxyz',kTMKeep,iRecList.D_AUTO_RELEASE_HOLD_CHARS)
>>> # remove out the internet hold characters Do 
>>> myobj.$removechars(iRecList.D_AUTO_RELEASE_HOLD_CHARS,$ctask.tSystemP
>>> references.SPR_WEB_HOLD_LETTER,kTMRemove,iRecList.D_AUTO_RELEASE_HOLD
>>> _CHARS)
>>> 
>>> other good ones are
>>> 
>>> $binarysearch.  which searches a list for a unique integer or string.   if you are trying to find something ina long list this is amazingly great performance inhancement.    its far better that sorting a list in omnis and then doing $search to find the value.
>>> 
>>> 
>>> 
>>> I also like
>>> $caps — does smarter capitalization than caps() especially in the 
>>> realm of north american names and addresses … and you can ignore 
>>> words that should never be capiutalized
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Doug Easterbrook
>>> Arts Management Systems Ltd.
>>> mailto:doug at artsman.com
>>> http://www.artsman.com
>>> Phone (403) 650-1978
>>> 
>>>> On January 15, 2021, at 4:10 AM, Grzegorz (Greg) Pasternak <gpasternak at cogeco.ca> wrote:
>>>> 
>>>> 
>>>> Doug;
>>>> 
>>>> I need to bother you again, sorry for that.
>>>> 
>>>> One more request to you re: your external TMObj.
>>>> I believe it has a build in function to remove unwanted characters from the string and may work as:
>>>> 
>>>> example:
>>>> stringRemove(vStringIn,vStringToRemove) Returns vStringOut
>>>> 
>>>> where vStringToRemove=']#@!'
>>>> 
>>>> I think your TMObj is much faster manipulating strings compared to Omnis code.  I would like to tackle the performance issue and now it is the time for me to move on with TMObj.
>>>> 
>>>> Can you send me the link to this component? (or simply send email to 
>>>> list with updated link please)
>>>> 
>>>> Thanks
>>>> 
>>>> Greg
>>> 
>>> _____________________________________________________________
>>> Manage your list subscriptions at http://lists.omnis-dev.com Start a 
>>> new message -> mailto:omnisdev-en at lists.omnis-dev.com
>> 
>> _____________________________________________________________
>> Manage your list subscriptions at http://lists.omnis-dev.com Start a 
>> new message -> mailto:omnisdev-en at lists.omnis-dev.com
> 
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com 
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com 



More information about the omnisdev-en mailing list