Search results

  1. A

    Select a stored value into a combox

    Hello Guys, I'm tryon to select a value (strored in a dataitem) from a combox: I'm using a "select item" and a click window but it did not work
  2. A

    Credential for foundation training

    Hello guys, where to find the login password of the centrix application, i did not find it in the setup project of the training??
  3. A

    Internal : Failed To perform Step 1 In Navigate Stage 'Attache' on page - More than one application matched

    in fact i had found it but: i can't set the value you wrote:
  4. A

    Internal : Failed To perform Step 1 In Navigate Stage 'Attache' on page - More than one application matched

    Hllo Guys, I had imorted a page contain from a VBO to another VBO, they are working on the same web site, but when running the imortd one i had the following error: Internal : Failed To perform Step 1 In Navigate Stage 'Attache' on page - More than one application matched the criteria...
  5. A

    Read CSV file

    Hello Guys, I had to read a csv file: Th problem that with this schem: BUT the code convert all non numerical cells to nothing ("") i had used a BP created shema.ini in the folder pat of the csv file: "[File.csv]" & NewLine() & "ColNameHeader=True" & NewLine() &...
  6. A

    problem when getting collection

    I'm gettting an error: Internal : Could not execute code stage because exception thrown by code stage: The given key was not present in the dictionary. at "Format Cell" counter is a number
  7. A

    problem when getting collection

    Can you please shematize the First solution, creating a loop on what?
  8. A

    add a colum to a collection

    Hello guys, I had a collection and i want to add a column into it: between Field 1 and 2
  9. A

    problem when getting collection

    Hello, i can't change it in the csv file because it is outputed by another webpage
  10. A

    problem when getting collection

    Thank you, can we change it in BP?
  11. A

    problem when getting collection

    Hello, I had to read a "sheet" as a collection, but the values read are wrong: in the Excel File : 1234567890123 but the values found in the collection is 1,23E+12, is there any solution to this?
  12. A

    check if an image existe in a web application

    Hello, I had to check if an image exist in a given web page. if i spy the image, which attribute can i use?
  13. A

    Internal : The given key was not present in the dictionary. read

    @SG: the error is : Internal : The given key was not present in the dictionary
  14. A

    Internal : The given key was not present in the dictionary. read

    Hello Guys, I had the following error when i used: collection contain a value: Had anyone an idea about it
  15. A

    get 10000 lignes from

    the criteria is to split the collection wich contain more than 10000 row in a collections limited by 10000 rows for ex: if you had 35000 row you will had 3 collection of about 10000 row and a collection of about 5000 row.
  16. A

    get 10000 lignes from

    Hi harish17 is there an already used Code for this?
  17. A

    get 10000 lignes from

    Hello Guys, I had a collection of more than 10000 lines, but i want to get only 10000 lines, is there a simple way than looping on it
  18. A

    Text Format

    now i'm testing a value of a date it should be "ddmmyyyy" i used the following regex: "[0-9]{1,2}[0-9]{1,2}[0-9]{4}" but for example if i put U9122019 text regex Match gives true
Top