Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text ... Endtext
Message
De
31/10/2020 04:45:41
 
 
À
31/10/2020 04:24:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01676877
Message ID:
01676879
Vues:
32
Respected Sir,

Your codes work fine there is only problem
cust_name = 'Tariq'
mynaap=9123
prod_type = "Kitchen stove"
jobb_id = 12345
book_date = Date()-5
duee_date = Date()+2
Text to ccMessage TEXTMERGE NOSHOW PRETEXT 1
   Dear customer <<Alltrim(m.cust_name)>> (<<Transform(m.mynaap)>>), 
   your <<ALLTRIM(m.prod_type)>> has been booked with ID # <<Transform(m.jobb_id)>>
   On <<m.book_date>> and delivery date is <<m.duee_date>>
   Thanks for Trusting.
   Heaven Tailors Bahawalpur.
   Mobile: 0301-0000000
EndText
messagebox( m.ccMessage )
The message goes to whatsapp as a single paragraph like shown in attachment 1

I want to display this last line as a separate line
Mobile: 0301-0000000

To do this i used chr(13 but it says unrecognized command

I used this like

Heaven Tailors Bahawalpur.+chr(13)+chr(13)
Mobile: 0301-0000000

Please
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform