|
|
|
|
|
|
|
Re: Send SMS using Oracle Forms 6i [message #579389 is a reply to message #577195] |
Tue, 12 March 2013 01:30 |
Sporadic
Messages: 17 Registered: January 2007 Location: Faisalabad
|
Junior Member |
|
|
Michel Cadot wrote on Wed, 13 February 2013 16:23Quote:found that you are very supporting and helping member in this fourm.
He has never supported or helped anyone in this forum.
Toadying will not help you.
Why do you think this guy who has not posted since one year post this? Just to sell "his" solution; so don't expect he will give you something for free.
Regards
Michel
Dear Michel,
Please check my previous posts, and you will find the answer of your reply, I never ever hide any knowledge on this forum, which I had, but this is truth, that I am not so much active on this forum, the reason is that, I am busy too much in my daily schedule, even I dont get time to check my daily emails.
Today I checked my emails and found this post, so I intentionally login to reply it. My login Id is "Sporadic", please if you got time, then try to find out its meaning also.
Dear Waqas,
I am using SMS Caster free software to send sms from Oracle Forms and reports. The best thing in this software is that, I can accept arguments through command line, so by using Host function, you can send parameters to SMS caster, that will be attached with GSM Modem and will send sms anywhere, other feature is that, you can send sms of 10000 characters from it successfully.
This was the magic behind this post, and I never ever hide my knowledge on the forum, instead I watched many persons here, who are very much active, but sell solutions here.
Sorry If anyone hurt from my words.
But Michel had done this to me.
|
|
|
|
Re: Send SMS using Oracle Forms 6i [message #579422 is a reply to message #579398] |
Tue, 12 March 2013 02:58 |
Sporadic
Messages: 17 Registered: January 2007 Location: Faisalabad
|
Junior Member |
|
|
Littlefoot wrote on Tue, 12 March 2013 11:52Thank you for sharing that information; now we'll have a message to point other people to (when they need assistance with SMS issues).
SporadicI watched many persons here, who are very much active, but sell solutions here.
You did? Who are they? I visit this forum on a daily basis for YEARS now, and I remember one situation where someone (not a regular member) wanted to be paid for help he provides here, on the forum (don't mix that up with true consultancy requests or offers - that's different). But "many people"? Huh, that's rather strong wording you used.
Then my dear, if some other person, who is not a regular member, did such kind of acts, it does not mean, that all irregular member come here to do business. Michel blamed me for this, even you can check my all previous posts, I am the member of this forum since the last five/six years, and I never ever demanded to be paid for any help. I myself a learner and come here to get knowledge. How a student, who is a learner and get help from others, can demand payments for giving help to others. My only problem is that, I am not so much active here.
And at the end I appologized to everyone for my wordings, and still if you are hurted, then I am sorry.
|
|
|
|
|
|
|
|
|
Re: Send SMS using Oracle Forms 6i [message #602349 is a reply to message #602187] |
Tue, 03 December 2013 05:02 |
shahzad-ul-hasan
Messages: 643 Registered: August 2002
|
Senior Member |
|
|
You need to create a table like MSgout. which can receive msg from button or somthing. then send message receiver moble via sms server. you need two things.
1. database
2 sms server
Create table Msgout (id number(15) primary key,msgto varchar2(20),msg varchar2(1000),send varchar2(3));
Insert into msgout(123, '+92345678901','Welcome Parensts!......',Yes);
Insert into msgout(124, '+92345678901','Welcome Parensts!......',Yes);
USe OZekimessge server to send this message from database via mobile. or got to ozekimessage server site to find all detail.
|
|
|
|
|
|
Re: Send SMS using Oracle Forms 6i [message #661336 is a reply to message #611791] |
Wed, 15 March 2017 06:56 |
goharshamke@yahoo.com
Messages: 14 Registered: July 2008
|
Junior Member |
|
|
Have you found solution to close sms caster
-------------------------
mehboob110233 wrote on Wed, 09 April 2014 11:07dear Sporadic,
how can we use host command from database trigger.
sms caster do work fine in my form but now i want to use it on database trigger.
one more thing when i send host command firstly smscaster run get data start sms
at the end it not close. how can i close it...
dear please focus on use at database trigger if you have any solution please tell me.
Mehboob Alam
---------------
|
|
|
|
|
|
|
|
|
|
Re: Send SMS using Oracle Forms 6i [message #681966 is a reply to message #681965] |
Thu, 17 September 2020 14:59 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
This topic is turning into a "me too" one and is, therefore, closed for further discussion.
I suggest anyone - who is interested in how to do that - review what's already been told and apply those suggestions.
|
|
|