Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email code for new line in (.oleMessage.MsgNoteText )
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00598419
Message ID:
00598420
Views:
17
>I am using this piece of code for the contents(MsgNoteText)
>If i want to attach more information to it so can some one tell me how i can use a new line function here in Visual foxpro.
>
>
>.oleMessage.MsgNoteText = "The following Submittal has been issued for merit review " +sub.Project_no+" "+sub.Workpkg_no+" "+alltrim(STR(sub_seq,9,2))
>
>
>Thank you,
>Raj
* Define constant
#DEFINE CRLF CHR(13) + CHR(10)
*or define variable
lcCRLF = CHR(13) + CHR(10)
Whichever you prefer.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform