Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the fifth word in this sentence?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Ivek23
« on: January 24, 2015, 06:39:48 am »

Ok Thanks,

I found why the error, i don't know why but with this version of PVD, the txt file can't be empty. You must write something in.

Thanks again, Ivek23, that's a long time, i worked not near to the net.

Welcome.
Posted by: pra15
« on: January 23, 2015, 07:39:22 pm »

Ok Thanks,

I found why the error, i don't know why but with this version of PVD, the txt file can't be empty. You must write something in.

Thanks again, Ivek23, that's a long time, i worked not near to the net.
Posted by: Ivek23
« on: January 23, 2015, 06:33:13 pm »

Now with the new version of PVD i have an error.

With this code,
Code: [Select]
function GetDownloadURL : AnsiString;    //obbligatoria

begin
logmessage('getdownloadURL demarre')
Result := 'C:\PVD_Vide.txt'; // Créer Fichier PVD_Vide.txt sur C://
logmessage('getdownloadURL fin')
end;
the attached file in the PVD version 1.0.2.7 with me script works.

This file is in PVD folder and works in debug and portable mode.

Attached are also log in txt file.
Posted by: pra15
« on: January 23, 2015, 04:20:50 pm »

Hello,

I reinstall version 0.9.9.21 and the script is good, no error.
I create a file xxx.txt on C: and use it with the function getdownloadurl :

Quote
function GetDownloadURL : AnsiString;

begin
      Result := 'C:\xxx.txt';
end;

Now with the new version of PVD i have an error.
Is anybody can explain why ?
Posted by: pra15
« on: January 19, 2015, 11:12:17 am »

Hello,

I used a script with an old version of PVD to modify a field without connection to internet.
I had create a file x.txt in the harddisk of my PC and use it for the fonction of GetDownloadURl. It worked good.
But now with the version 1.0.2.7 of PVD i have an error in the debug mode in getdownloadurl.

I give my script if someone understand.
Thanks.