Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email code for new line in (.oleMessage.MsgNoteText )
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00598419
Message ID:
00598420
Vues:
16
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform