Probleme syntaxe URL - Page 2
Résolu
Précédent
- 1
- 2
j'ai du mal a voir comment tu fais pour ton code, est ce que tu pourrais copier ici un bout de code (celui où tu créé ton url)
strSymbol=CHR(035);
'print("variable = ",strParam);
strMacro = VARIABLE("TATT",strParam,3);
strFichier=VARIABLE("TATT",strParam,4); Fichier.pdf
strApplication="C:\\Program Files\\Internet Explorer\\iexplore.exe"; ou firefox
strRepertoire = addstring(addstring(addstring(addstring("P:\\Documents_supervision\\",strFichier),strSymbol)," /mTAG"),strMacro);
intReturn = APPLICATION("LOAD",strApplication,strRepertoire);
if (intReturn==0) then
strApplication="C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe";
intReturn = APPLICATION("LOAD",strApplication,strRepertoire);
if (intReturn==0) then
print("Erreur : chemin d'accès de Firefox introuvable");
'print("variable = ",strParam);
strMacro = VARIABLE("TATT",strParam,3);
strFichier=VARIABLE("TATT",strParam,4); Fichier.pdf
strApplication="C:\\Program Files\\Internet Explorer\\iexplore.exe"; ou firefox
strRepertoire = addstring(addstring(addstring(addstring("P:\\Documents_supervision\\",strFichier),strSymbol)," /mTAG"),strMacro);
intReturn = APPLICATION("LOAD",strApplication,strRepertoire);
if (intReturn==0) then
strApplication="C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe";
intReturn = APPLICATION("LOAD",strApplication,strRepertoire);
if (intReturn==0) then
print("Erreur : chemin d'accès de Firefox introuvable");
Je crée pas vraiment mon URL , j'ai constaté qu' avec la fonction APPLICTION il introduisait strRepertoire dans l'URL cela etait nickel , j'arive a ouvrir mon pdf etc mais dès que j'utilise se maudit # il remplace la syntaxe et me bloque tout ...
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Précédent
- 1
- 2
mais je n't'oublie pas... dès que je peux je jette un oeil