As Kevin said, check out the Progress Reference Manual. That's where I learned most of the Progress functions I used in BAQ calculated fields. You might also want to checkout the 4GL handbook as well.
David
David
--- In vantage@yahoogroups.com, "randyweb" <weber.randy@...> wrote:
>
> Does anybody know of a good source for BAQ syntax for calculated fields? I want to know the functions such as REPLACE, SUBSTRING, etc.
>
> And specifically, I need help with the REPLACE function. Some Part Description fields have carriage returns. Can I get rid of them with something like REPLACE(Part.PartDescription, Chr(13) & Chr(10),"")
>
> I know this from VB - will it work in a BAQ?
>
> Thanks in advance.
>
> Randy Weber
>