Search found 6 matches

by dj.funny
Thu Apr 12, 2018 4:29 pm
Forum: General Discussion
Topic: Making an XML
Replies: 1
Views: 4806

Making an XML

dear readers, I've a question. I'll have to make a xml form som fields off a database. For that I've used the [DEMO] Create XML library. My only problem is that this task task a very long time to run? When I limit the results to about 10 lines, no problem. But when I don't limit the results it are a...
by dj.funny
Tue Apr 11, 2017 7:53 pm
Forum: General Discussion
Topic: Save XML
Replies: 1
Views: 7666

Save XML

Dear readers, I use Save XML to make a XML-file. From this I want to make the XML <voorraad><item><artikel>POST</artikel><aantal>-4</aantal></item><item><artikel>RING N&S</artikel><aantal>0</aantal></item><item><artikel>SC1911-117</artikel><aantal>0</aantal></item><item><artikel>SC1911-330</arti...
by dj.funny
Tue Jan 24, 2017 12:29 pm
Forum: General Discussion
Topic: Problem with SFTP
Replies: 1
Views: 7463

Problem with SFTP

I'll have a problem with SFTP, When I download /out/factuuradressen/25112016120320_producten.log There is no problem!! But because I don't know the filename I'll do it with a loop. I've used the following formats on the item "Remote Folder and File Mask (e.g. download/*.zip): /out/factuuradress...
by dj.funny
Sat Dec 10, 2016 11:16 am
Forum: General Discussion
Topic: SQL query multiple tables
Replies: 1
Views: 9140

SQL query multiple tables

Dear readers, Strange a SQL-statement only returns values using one table? Example: Select PUB."va-211".cdadmin, PUB."va-211".cdorder, PUB."va-211".cdprodukt, PUB."bb-040"."omschr-35", PUB."va-211".cdstatus, PUB."va-211".aantbest,...
by dj.funny
Thu Dec 01, 2016 6:54 pm
Forum: General Discussion
Topic: Extract emailadress
Replies: 2
Views: 9566

Re: Extract emailadress

Sometimes live is so easy :)

I allready solved it (with STR replace + STR pos + STR delete), but this is so much better!!

Now I use your solution!! Many thanks!!
by dj.funny
Thu Dec 01, 2016 5:46 pm
Forum: General Discussion
Topic: Extract emailadress
Replies: 2
Views: 9566

Extract emailadress

Dear readers, Excuse formy English but that's not my cup of tea ;) I have the following question: With the function POP3 Mail loop I'll extract the emailadress of the sender out of an email. But I only need the email adress not all the other stuff: Maybe an example makes it easier for all you! Somet...