[progress Communities] [progress Openedge Abl] Forum Post: [4.2] - Formula Return As A...

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hello, I have a formula field and I am performing the return of the formula as a string. There is a bug with this field in the formula area. 1) var str = ""; return str; // Throws an error 2) var str = ""; str; // Works fine I think it should work properly using the first approach. Formula field doesn't recognize a return for strings. Iram

Continue reading...
 
Status
Not open for further replies.
Back
Top