Search found 6 matches
- Thu Apr 12, 2018 4:29 pm
- Forum: General Discussion
- Topic: Making an XML
- Replies: 1
- Views: 5666
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...
- Tue Apr 11, 2017 7:53 pm
- Forum: General Discussion
- Topic: Save XML
- Replies: 1
- Views: 8443
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...
- Tue Jan 24, 2017 12:29 pm
- Forum: General Discussion
- Topic: Problem with SFTP
- Replies: 1
- Views: 8233
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...
- Sat Dec 10, 2016 11:16 am
- Forum: General Discussion
- Topic: SQL query multiple tables
- Replies: 1
- Views: 9838
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,...
- Thu Dec 01, 2016 6:54 pm
- Forum: General Discussion
- Topic: Extract emailadress
- Replies: 2
- Views: 10365
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!!

I allready solved it (with STR replace + STR pos + STR delete), but this is so much better!!
Now I use your solution!! Many thanks!!
- Thu Dec 01, 2016 5:46 pm
- Forum: General Discussion
- Topic: Extract emailadress
- Replies: 2
- Views: 10365
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...