Результаты поиска

  1. Frcc78bis

    Problem with uploading file

    Hello, I have like 40 jpg file I want to pass in an ocr online so it convert the text on the image to a .txt file. So I said to myself use zenno it'll take 10 minutes to do the robot. But after one hour having tested different website I'm giving up (unless you are kind to help me). The...
  2. Frcc78bis

    mysql insert problem escape string and apostrophe

    I'm very hungry ! Hello, I want to insert some data into a mysql database. Connection is working. When there is some apostrophe like in the exemple (code) above, there is a problem. I want to do the same as mysql_real_escape_string in php I guess. --> so the apostrophe in the text doesn't stop...
  3. Frcc78bis

    Selecting and clicking select option arfoo directory template

    Hello everyone, I have trouble selecting and clicking on an option inside a select tag. See (D) on the image; I need to click on a category to make the sub category appears (IMG 2). I do right click --> To action designer. I can search and find the select TAG but cannot click on it. Set is not...
  4. Frcc78bis

    How to copy a page I am visiting ?

    Hello, Is there a tip or a function to copy a page I'm visiting in a image format or pdf or other ? If I copy the DOM code to a html file, it's not working great because there is no css or images. Thanks
  5. Frcc78bis

    Text processing replace with blank space and parenthesis

    Hello, If you have something to replace with a blank space, how do you do it ? Is it possible to do with text processing ? For the moment I use C# to do it. And do it work with parenthesis because it's not working for me. See the file. thanks
  6. Frcc78bis

    Goodend Badend , what is it about ?

    Hello, How to use those ? I didn't find anything in the forum or on the wiki page. Thanks
  7. Frcc78bis

    Browser crashing zenno 5.12.3

    Hello, I have a template that was working with no problem in precedent version but the program seems to block/crash with the new update. Same problem in project maker and in Zennoposter. The problem appears when the template visit a web page. If the program is not responding, I close the...
  8. Frcc78bis

    Bug uploading file when path in variable ?

    hello, When document url is on a variable its not working. Its working fine when I put a computer path directly. Is it a bug ? If so --> Which version of zennoposter does not have so much bugs because I'm in "production" stage and I need to finish my project quickly. Thanks a lot
  9. Frcc78bis

    List disapearing last version of zennoposter 5.12.2.0

    Hello, The problem was the same before the last update. I have somes templates in which I have created some list. I run (in project maker) another template which contain all the others templates (project in project). But some list (on each individual templates) dissapears. If I open it in...
  10. Frcc78bis

    Variables in projects into project

    Hello, I have a "global" project that I use to call anothers projects (project in project). I use the main project to create variables that I will use in the other projects that I call. But I need to create the same variables in each project that I call or it's not working. --> So I need to...
  11. Frcc78bis

    Download a pdf or txt file

    Hello, If I visit a link that point to a file, for example :http://jqueryui.com/resources/download/jquery-ui-1.12.1.zip Zenno download the file no problem. But if I want to download a pdf file or a txt file it's not working. I visit the link with zenno but the file open on the browser and the...
  12. Frcc78bis

    Use regular expression to select a specific value on a dropdown

    Hello Guys, I'm trying to select a value on a dropdown. My variable is "Géomètre/Topographe", so it's working fine. (see second image). But, imagine my variable is only "Géo". So I want to use regular expression (regex) to find the right <option> and to select it. The one that contains "Géo"...