Handi Rusli of Komunitas Programmer FoxPro Indonesia Created Sms.Prg which use to send Sms through
Mobile Phone with IrDA and support AT Command (Nokia 6210, Nokia 6510, Nokia 8310, etc)
Rahul make Library of the same prg and created Pageframe and all required controls
Message Limit 160 Characters only
Message sending successful IF not use Chr(13) for line break in message e.g.
'Dear Customer' + ' Sale Invoice No 230 is ready ' && Successful
OR
'Dear Customer' + CHR(13) + ;
' Sale Invoice No 230 is ready' && UnSuccessfull
Attaching zip file containing all files available on net
What is the problem in Chr(13) or what use for Line Break in message
Mobile Phone with IrDA and support AT Command (Nokia 6210, Nokia 6510, Nokia 8310, etc)
Rahul make Library of the same prg and created Pageframe and all required controls
Message Limit 160 Characters only
Message sending successful IF not use Chr(13) for line break in message e.g.
'Dear Customer' + ' Sale Invoice No 230 is ready ' && Successful
OR
'Dear Customer' + CHR(13) + ;
' Sale Invoice No 230 is ready' && UnSuccessfull
Attaching zip file containing all files available on net
What is the problem in Chr(13) or what use for Line Break in message