<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Apr 2015 12:55:00 Z</lastBuildDate><pubDate>30 Apr 2015 01:20:00 Z</pubDate><description>Hi I want to programm the backupof hyperfiles cs.&#13;
I want to backup all databases so I looked at the help and I use the following code:&#13;
&#13;
IF HBackup(new_connection,*,"backup",True,"backup"+ DateSys(),PROGBAR_backup) = 0 THEN&#13;
&#13;
Error(HErrorInfo(hErrFullDetails))&#13;
END&#13;
&#13;
I made a screen wiyh a progba control and this code is added to a button on the screen&#13;
&#13;
After that I use:&#13;
&#13;
Close(WIN_startscherm)&#13;
&#13;
to close the main window and thus close the programm&#13;
&#13;
&#13;
I get this error:&#13;
&#13;
Error at line 1 of Click BTN_backup_maken process.&#13;
HBackup function called.&#13;
Error caused by 1 parameter.&#13;
An element of 'empty' type cannot be converted to the 'UNICODE string' type.&#13;
&#13;
----- Technical Information -----&#13;
&#13;
Project : Administratie&#13;
&#13;
WL call:&#13;
Process of 'Click BTN_backup_maken' (WIN_backupmaken.BTN_backup_maken), line 1, thread 0&#13;
'HBackup' function, syntax 6&#13;
&#13;
What happened?&#13;
Error caused by 1 parameter.&#13;
An element of 'empty' type cannot be converted to the 'UNICODE string' type.&#13;
&#13;
Error code: 1021&#13;
Level: fatal error (EL_FATAL)&#13;
&#13;
Dump of the error of 'wd180vm.dll' module (18.0.150.7).&#13;
Identifier of detailed information (.err): 1021&#13;
Debugging information:&#13;
UEL = 69&#13;
Additional Information:&#13;
EIT_PILEWL :&#13;
Click BTN_backup_maken (WIN_backupmaken.BTN_backup_maken), line 1&#13;
Selecting the menu of _Menu.OPT_Menu.OPT_Afsluiten (WIN_startscherm._Menu.OPT_Menu.OPT_Afsluiten), line 1&#13;
EIT_DATEHEURE : 30/04/2015 01:14:49&#13;
&#13;
Has anyone any idea on what Iam doing wrong?&#13;
&#13;
Thanks&#13;
Allard</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup/read.awp</link><title>making a backup</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup-resolved-51883/read.awp</comments><pubDate>30 Apr 2015 12:55:00 Z</pubDate><description>Hi fixed the problem</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup-resolved-51883/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup-resolved-51883/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup/read.awp">making a backup</source><title>Re: making a backup ( resolved)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup-51879/read.awp</comments><pubDate>30 Apr 2015 01:33:00 Z</pubDate><description>Ok found the error. Hadto add " * " istead of just a *&#13;
&#13;
Have an other question thoug.&#13;
&#13;
When the progbar is full I want to cl…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup-51879/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup-51879/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51878-making-backup/read.awp">making a backup</source><title>Re: making a backup</title></item></channel></rss>
