Nice! Would you consider a slight change in arguments?
Something like:
Lianja.showSuccessMessageWithIcon("your message" [, ntimeout as integer]), where ntimeout is number of miliseconds to wait for...
Type: Posts; User: erkom
Nice! Would you consider a slight change in arguments?
Something like:
Lianja.showSuccessMessageWithIcon("your message" [, ntimeout as integer]), where ntimeout is number of miliseconds to wait for...
This is really great!
Would it be too much trouble to include filter expressions like Starts with, Contains, Is greater than?
I guess
left(alltrim(des_art) + " " + alltrim(des_art1)+space(100),100) as itemname
would do the job.
Same thing with slavic latin letters - both UPPER("đčćĐČĆ") and LOWER("đčćĐČĆ") give the same result: đčćĐČĆ.
Also, these functions don't work with cyrillic letters:...