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

  1. W

    .exe feature

    Sorry, when will be available the option to make a .exe from a template ? Thanks
  2. W

    Get the #match as a variable

    In fact I need to click on a checkbox, and the only variable i see with change is this value # match. I thought that with the value of name and first name, i could find the value of the checkbox, and click the good one in list. Unfortunately, that's a private zone with id and password
  3. W

    PDF download

    that's perfect, it works fine ! Thanks Rostonix
  4. W

    PDF download

    hello, that's good with this one, but not with mine. I see the pdf in full screen in the window, but it seems to be like acrobat reader is opended (loading bar in the bottom). URL is like that : http://www.domain.com/media_private/show/554 (not 554.pdf) I can't show the URL, must be logged to...
  5. W

    PDF download

    5.3.1
  6. W

    Get the #match as a variable

    Hello Second post today, it seems i really need your help today :) I'm trying to get as a variable the field match # in this element. So i need to save 159 to a variable. Is there a way to get this value, i checked in project designer but did not get it. Thanks a lot :)
  7. W

    PDF download

    Hi, i'm trying to download a PDF from a web page. Here is what i'm doing : - set the setting : download to - get request on the pdf (only) url (as a file) When i check in the file, i have a .txt file and not a pdf. Coding is utf8, do i have to choose something else ? Thanks for your help :)
  8. W

    Wordpress upload image trouble

    great idea !! thanks tobias
  9. W

    Wordpress upload image trouble

    Thanks I would rather use the system with web and not ftp. I tried to set action pause, but same trouble. "A better way to solve this would probably be to save all your image urls to a list. And add them direct into the text editor along with image tags." If i work with this method, images...
  10. W

    Wordpress upload image trouble

    Hello, I'm looking for help about a wordpress template. I'm doing a loop to upload pics and the button "insert in page" works the first time, but doesn't work the other times. http://puu.sh/bnGK6/b0d92fbb13.jpg (here in french, insérer dans la page) / wordpress 4.0 Images are selected, no...
  11. W

    XLS sorting

    Hello, I asked about this problem, but never found the answer, so i'm trying again. I need to work on a .xls file, i download on a website. Here are the columns on it : ID Number / Name / First Name / Adress I need to get only the line with the bigger ID number. The problem is the line with...
  12. W

    Domain name disponibility

    Thanks very much i will use that
  13. W

    Domain name disponibility

    Hi I recently found a c# code i would like to use with zenno. using System.IO; using System.Net; namespace NDD { class Program { static void Main(string[] args) { using (StreamReader reader = File.OpenText(@"C:\Domains.txt")) {...
  14. W

    xls to txt then to csv

    Thanks, but i'm not sure to do it well Which file do i have to read ? the xls or the csv ? For both, when i take text, i have something like this in the variable : http://puu.sh/8hIYe.png
  15. W

    xls to txt then to csv

    I'm using process files "move", giving a new name to newname.csv or newname.txt http://puu.sh/8hsxI.png
  16. W

    xls to txt then to csv

    Hello, I need to work on a .xls file, i download on a website. Here are the columns on it : ID Number / Name / First Name / Adress I need to get only the line with the bigger ID number. But it's not the first line. I thought about : - move the xls file to a csv file and then in list - delete...
  17. W

    Variable in tab path

    Great it's working ! Thanks Rostonix
  18. W

    Variable in tab path

    So can I do this ? 1. download the file filename03242014.csv 2 move the file frome c:/filename{-Variable.date-}.csv to c:/newfile.csv
  19. W

    How can I get dates in this format?

    Very nice feature
  20. W

    Variable in tab path

    Thanks, so for example, when i download a file from a website, can i give the name i want to this file ?
  21. W

    Variable in tab path

    Hello, I have a template which has to process on a table each day. The table name is like that : filenamedate.csv I have in the template a variable with the date, so i setted in the table path this : C:\filename{-Variable.date-}.csv Unfortunately, that doesn't work (it works when i write...
  22. W

    Print template on paper

    Thanks Lokiys
  23. W

    Print template on paper

    Yes, not difficult, but depends of the template's size...
  24. W

    Ability to print template on paper

    Sometimes it will be nice to print the template on paper. For example, look the template with partners, show to customer...
  25. W

    Print template on paper

    Thanks, i will write it in enhancements section :)
  26. W

    Print template on paper

    Hello, I would like to print the template on paper for a presentation, is it possible to do that ? Thanks
  27. W

    Move variables

    would be great
  28. W

    Open an e-mail

    Open e-mail method lol thanks lokiys, but can you tell me how ?
  29. W

    Open an e-mail

    Hi all, For a validation i don't need to click a link in an email but i just need to open the e-mail. I have about 30 mails to open each day, always same sender. 1- Is there a way to just open e-mails ? without using regex. 2- is there a way to open just the ones not already opened ...
  30. W

    Lists merge

    ho nice, could you tell me the code to delete the both duplicates please ?
  31. W

    Lists merge

    Hi, Is there a way to : 1- Merge 2 lists 2- find duplicates in the new list 3- Remove duplicates BUT not just one, but both duplicates
  32. W

    Filling a PDF online

    Thanks but i can't right click on it to make appear the menu to search by picture. Maybe there is a way to use something different of adobe ?
  33. W

    Filling a PDF online

    Hi all, Sometimes some PDF are fillable online. It seems that adobe reader opens in a frame. It's not recording when i fill it. Is there a way to fill it with zennoposter ? Thanks
  34. W

    Run Program

    Thanks but unfortunately it s not working can you provide the .bat content ?
  35. W

    Run Program

    Hello, I'm looking everywhere about run program feature. I understood that the link on computer for example word C:\Program Files (x86)\Microsoft Office\Office12\winword.exe like this must be written in a text file, and saved as a .bat file. I tried that but that didn't work. Does the...
  36. W

    Regex question

    Thanks a lot lokiys
  37. W

    Regex question

    Hello, I need to apply some regex on a variable like this : word-number (for example : singer-2152152) and i just want to keep the number (2152152). I tried the regex [0-9] but i get result like this : 1 2 2 1 3 5 4 2 5 1 6 5 7 2 and not 2152152 Thanks for your help
  38. W

    Run a template on a website

    It seems difficult ! Thanks for your answer lokiys
  39. W

    Run a template on a website

    Hello, I was wondering if a template can be transformed in a web application online, if yes, how ? Thanks
  40. W

    Balance trouble

    Yes it is, thank you
  41. W

    Balance trouble

    Hello I increased my balance for zennobox with paypal, and i don"t see the money. Can you help ? thanks
  42. W

    Trying to download huge image parts

    i tried the code working well on other sites but not there HtmlElement he = instance.ActiveTab.FindElementByAttribute("body","fulltag","body","text",0); int heHeight = Convert.ToInt32(he.GetAttribute("height")); int heWidth = Convert.ToInt32(he.GetAttribute("width")); int step =1000; int...