• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 

How to read "UnRead" SMS from Memory - nrGSM

Started by Gerhard@DCE, July 06, 2018, 10:36:10 am

Previous topic - Next topic

Gerhard@DCE

Hi,

I'm trying to read only "UnRead" SMS from List. In the GSMDemo it works > nrGSM1.SmsList(False, TSmsStatus(cbStatus.ItemIndex));
In my application I'm not able to add the TSmsStatus Flag in nrGSM1.SmsList.

Using nrComm Lib Pro Private V9.32
Delphi XE

Thx Gerhard

Roman Novgorodov

Hello

Please try the latest version of product.
Actual version is 9.48

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

Gerhard@DCE

How can I update my version 9.32 to 9.48 ?

Need to buy a new license or is an update price available ?

Cannot see an option in the shop.

Thx
Gerhard

Gerhard@DCE

... running now last version of nrComm Lib v9.48;  but having the same issue.

Where can I set the SmsState to filter ?

Thx
Gerhard

Roman Novgorodov

Hello

You can download and check your issue with then latest trial version of nrComm Lib before spend money.
If GSMDemo works correct you can implement same functionality in your app.

Yes you can upgrade/renew  your license with discount. Please visit our update online service.

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

Roman Novgorodov

Hello

I do not understand what do you mean : "I'm not able to add the TSmsStatus Flag"

If GSMDemo works correct with your device you can call something like:

nrGSM1.SmsList(False, ssUnRead);

or

nrGSM1.SmsList(False, TSmsStatus(0));

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

Gerhard@DCE

with [ nrGSM1.SmsList(False, ssUnRead); ] it works.

Is this somewhere documented ?

Where can I get the source code for the components ? I'm already a registered user.

Thx
Gerhard

Roman Novgorodov

Please check registered EMAIL address.
I've sent details.

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.