FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC SMS question
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: SMS question
Posted: Mon Jul 13, 2009 08:33 AM

Dear Jose,

I try in Windows Mobile 6 and it sent perfectly. The message has been sent to show on destination mobile differently with normal SMS. Because It is not keep in SMS Inbox. I use IPhone and it show instant message and allow DISMISS only.

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 229
Joined: Wed Oct 12, 2005 05:32 PM
Re: SMS question
Posted: Mon Jul 13, 2009 07:59 PM

Hi Dutch,

I am sorry but I can not understand what you want to tell me. Can you explain it a bit more??

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: SMS question
Posted: Tue Jul 14, 2009 05:11 AM

Dear Jose,

When I sent it from WM6 and the receiver mobile will be popup the message but it doesn't keep in SMS inbox (Can not find in SMS message and anywhere).

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: SMS question
Posted: Tue Jul 14, 2009 05:17 AM
Dear Mr.Dutch,

From your post I understand that you must have send a FLASH SMS ( SMS:CLASS0 )

FLASH SMS
A text SMS message. Often referred to as FLASH SMS messages. It is different from traditional messages, because it is immediately displayed on the screen of the phone and it is not saved in the memory of the phone.

http://www.ozeki.hu/index.php?owpn=488

Regards

Anser
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: SMS question
Posted: Tue Jul 14, 2009 06:25 AM
Dear Anserkk&Jose,

Yes, exactly what you said. I understand and fixed it now.
anserkk wrote:Dear Mr.Dutch,

From your post I understand that you must have send a FLASH SMS ( SMS:CLASS0 )

FLASH SMS
A text SMS message. Often referred to as FLASH SMS messages. It is different from traditional messages, because it is immediately displayed on the screen of the phone and it is not saved in the memory of the phone.

http://www.ozeki.hu/index.php?owpn=488

Regards

Anser


Thanks&regards,
Dutch
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: SMS question
Posted: Tue Jul 14, 2009 01:53 PM
Hello Dutch,
I understand and fixed it now.
Is this a setup entry on the phone or did you change the FWPPC application?
Thanks in advance
Otto
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: SMS question
Posted: Tue Jul 14, 2009 04:58 PM
Dear Otto,

I've change psMessageClass line.

Code (fw): Select all Collapse
    // Set up provider specific data
    tpsd.dwMessageOptions = PS_MESSAGE_OPTION_NONE;
    tpsd.psMessageClass = PS_MESSAGE_CLASS1;     // Change this line from PS_MESSAGE_CLASS0
    tpsd.psReplaceOption = PSRO_NONE;

Regards,
Dutch
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: SMS question
Posted: Tue Jul 14, 2009 05:27 PM

Hello Dutch,
thank you very much for your response.
Best regards,
Otto

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: SMS question
Posted: Tue Jul 14, 2009 05:50 PM
Dear Otto,

It has another solution to send SMS by FWH (I've got information from Ramesh with mCore™ - SMS & WAP Push ActiveX Component from http://www.logixmobile.com/products/mcore/index.asp I don't know how to convert from C++ to FWH via GSM modem or PDA Phone. How do you think? Can anyone help?

Regards,
Dutch
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: SMS question
Posted: Tue Jul 14, 2009 08:55 PM

Hello Dutch,

I use message master from http://www.derdack.com with VB6 to send and receive SMS’s at the moment.
Mayby one can use the derdack com objects with FW, too. But as all is running I never tried.

The PC is connected via COM cable to the handy. I use nokia phones. You can connect via COM or USB cable and at the same time you can plug in the power supply. I use this as a kind of “SMS SERVER”.

But I would prefer a all FIVEWIN solution.
Now thanks to José we can send via FWPPC. I thought to program a software with a timer.
I would then monitor a directory on the PC where I would prepare the SMS’s which should be send.
I look forward to the receiving part.

Best regards,
Otto

Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: SMS question
Posted: Wed Jul 15, 2009 03:01 AM

Dear Otto,

I prefer as your idea (pure FW) but I'm not quite sure the wifi connection of PDA phone. If SMS server dial every it send the response will be fast. I will send response to sender for sending status.

In the meantime, FWPPC is better than SkypeSMS because lower SMS cost.

Regards,
Dutch

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: SMS question
Posted: Wed Jul 15, 2009 04:56 AM

Hello Dutch,
I think it should be possible to connect the PDA and the PC via USB.
Maybe someone did try this and can share the experiences.
Best regards,
Otto

Posts: 229
Joined: Wed Oct 12, 2005 05:32 PM
Re: SMS question
Posted: Wed Jul 15, 2009 12:02 PM

Otto,

Have you connected FWPPC app with PC network shared folder via wifi??

If so... can you share 'know how'?

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: SMS question
Posted: Wed Jul 15, 2009 02:42 PM

Hello José,
I don't connect to the "shared folder". I only connect to a common network folder (e.g. x:\test) .

Best regards,
Otto

Posts: 229
Joined: Wed Oct 12, 2005 05:32 PM
Re: SMS question
Posted: Wed Jul 15, 2009 03:05 PM

Otto,

Please... If you don't mind, tell us how you do it...