Home » Developer & Programmer » Forms » sms
sms [message #683227] Thu, 17 December 2020 02:04 Go to next message
zss46982
Messages: 1
Registered: December 2020
Junior Member
PLEASE HELP ME TO SEND SMS BY FORM 6I

zss309@hotmail.com
Re: sms [message #683228 is a reply to message #683227] Thu, 17 December 2020 03:20 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

1/ Please do not post in upper, it is considered to be SHOUTING
2/ This question has been posted many times, please use the "Search" feature in the menu bar

Re: sms [message #683254 is a reply to message #683228] Sat, 19 December 2020 07:08 Go to previous message
shahzad-ul-hasan
Messages: 615
Registered: August 2002
Senior Member
follow these step:
create a table msgout;

create table msgout (
id number(19),
msgto varchar2(14);
msg varchar2(2300);
send  vrchr2(1));

In forms when_button_pressed
insert into msgout
values
(:sd,923006655444,'respected you have cosnumed so many sms','Y');
commit;
use third party software to send /push sms to mobile.
Previous Topic: LOCK
Next Topic: forms plsql
Goto Forum:
  


Current Time: Thu Mar 28 14:40:44 CDT 2024