Well, the return will end your function.
I am not sure what you want do, but if you want to print the string to screen, you should use Info(strFmt("This is the string:%1", yourStr));
If you want to print a field value to the report, you can use send(DatasourceName) method.
If you want to print to a UNBOUND control, you may have to create a programmable section then call the method execute() on your fetch() method
Vanessa kajtaz <[EMAIL PROTECTED]> wrote:
Hi,
I work with raport and I want to print out more then one string, but if I use
return strfmt(), than while loop breaks. I dont want to break while loop , there is more then one return ; If I use print it works and it prints in the print window, but I want to print in the raport. It works only one time and return break while loop.
If anyone knows?
[Non-text portions of this message have been removed]
SPONSORED LINKS
Computer part Programming languages Microsoft axapta Support exchange
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "development-axapta" on the web.
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Yahoo! Personals
Single? There's someone we'd like you to meet.
Lots of someones, actually. Try Yahoo! Personals
---------------------------------
Yahoo! Personals
Single? There's someone we'd like you to meet.
Lots of someones, actually. Yahoo! Personals
[Non-text portions of this message have been removed]
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

