Search results

  1. P

    search using single & double quotes of mltple value in each programs

    Because, I just noticed that whether my search string value IS USING single/double quote, still same line nos. in a program were captured. The singe/double quote in a name (string value) was disregard and it's just retrieving only the word (name).
  2. P

    search using single & double quotes of mltple value in each programs

    Thanks much rzr. With the help of your code/logic you have provided, I was able to get the data. But I do have one more question, hope you could share with me your ideas. Ex. I want to retrieve the exact string with special character (the value that uses single or double quote) in each lines of...
  3. P

    search using single & double quotes of mltple value in each programs

    Thanks Cringer. But I'm not familiar yet with Textpad. Do I have to put a progress procedure also on that application? Anyways, I have already extracted all the programs that reference to the table using a certain fieldname (below is my procedure. It disregards whether the value is declared...
  4. P

    search using single & double quotes of mltple value in each programs

    Hi, I'm a newbie in progress 4GL and I'm creating a program that searches the 500 items (value) in each programs that reference it. For example when I search for the code_fldname value (500 items) in programs, I need to search using double quotes and single quotes. Below are examples of...
Back
Top