Recent content by TonySh

  1. T

    Browse Column Label

    contact:column-label = "Nombre de !documents".
  2. T

    Assign Variable = Self:Screen-Value

    Something has to trigger the assign, doesn't it? screen values don't automatically get assigned, so yes you do have to do it on idividual basis. Why do you need to assign all screen values right after they've been entered other than you need to validate them right away? You could do everything...
  3. T

    Lower/Upper case

    Hi, This will work if you only want to convert first letter of each sentence to upper case. I need to convert every other word to lower case. Thanks for reply though.
  4. T

    Lower/Upper case

    I actually have a big text with many sentences. Each and single word in this text begin with a capital letter. What I need is to make all words lower case and start each sentence with upper case letter. I also have to compile a list of exceptions, such as states, countries, cities names, some...
  5. T

    Lower/Upper case

    Hi there, Does anyone have a code that would convert the 1st letter of a sentence to an upper case character and the rest of the sentence to a lower case? Thank you.
  6. T

    Lower/Upper case

    Hi there, Does anyone have a code that would convert the 1st letter of a sentence to an upper case character and the rest of the sentence to a lower case? Thank you.
  7. T

    Dynamic Browser Search

    Thanks a lot Norman. This will definetely help. Tony.
  8. T

    Dynamic Browser Search

    Hi, I'm kind of new to Progress. I have a browser where I'm joining 3 tables. I cannot figure out how to reposition it to specific record from 2nd table in query when I do dynamic search. I find the record in the table and then do: REPOSITION brwTable TO ROWID ROWID(table2). But it gives...
  9. T

    Input From - error trapping question

    Hey there, The way I do it is: if search(fTextFile:screen-value) <> ? then iDescription:read-file(fTextFile:screen-value). else message "File Not Found". Where fTextFile is your fill-in where the file name is; iDescription is your screen field (in my case editor box)...
  10. T

    Tab Order.

    Thanks for your reply gentelmen. It helped.
  11. T

    Tab Order.

    Hi there. I'm pretty new to Progress in specific and PC computing in general. I come from Mainframe environment. I've been working with Progress for about 3 months. It looks OK so far, but I know I'm a long way from being proficient ni the language. I have a feeling you guys will hear hear...
Top