Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text ... Endtext
Message
From
31/10/2020 04:45:41
 
 
To
31/10/2020 04:24:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01676877
Message ID:
01676879
Views:
33
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform