Sending SMS using HYPERLINK,How to hide the POPUP window ??

pskannaa
Member Posts: 138
Dear ALL,
I'm sending the SMS through NAV application with help of 'Hyperlink',
hyperlink='http://.......?userid=;pass=;sendto=;etc....'
Everything is fine, but i don't want to show the POPUP window(internet explore). want to make silence. because this will be setting in NAV background process..
Plz Suggest me...
Thanks & Regards,
Psk
I'm sending the SMS through NAV application with help of 'Hyperlink',
hyperlink='http://.......?userid=;pass=;sendto=;etc....'
Everything is fine, but i don't want to show the POPUP window(internet explore). want to make silence. because this will be setting in NAV background process..
Plz Suggest me...
Thanks & Regards,
Psk
0
Comments
-
then use the Automation 'Microsoft Internet Controls' and the class internetExplorer.Do you make it right, it works too!0
-
-
Excellent friends, Automation is working. Thanks.
one more clarification..After sending the SMS it's should be returned some info like (message sent ID and date), how can i get the values ?? because if it's not sent due to server problem what ever it's..throwing error code also...
Can You Suggest me, how to get the returned value, If we are using 'hyperlink' we can see the internet explore and see the value but now this case should not showing screen know !!!0 -
pskannaa wrote:Can You Suggest me, how to get the returned value, If we are using 'hyperlink' we can see the internet explore and see the value but now this case should not showing screen know !!!
Where would you like to see a value? A pop-up window? Doesn't that defeat the purpose of the post?0 -
No dear,
i just want to get the returened value after execute without see the window. Like 'functions with return value'
The reason is we need to verify whether the message is deliverd or not ??? only we can identify the returen value.0 -
Hello,
------------------------------------------------------------- mxh - Automation - 'Microsoft XML, v4.0'.XMLHTTP40 Url - Text - 1000 is - InStream os - OutStream var - Variant ci - Record - Company Information mbt - BigText ------------------------------------------------------------- CREATE(mxh); mxh.open('GET','http://www.microsoft.com/en/us/default.aspx',FALSE); Mxh.send(var); var := Mxh.responseStream; CLEAR(mxh); is := var; mbt.READ(is); ci.Picture.CREATEOUTSTREAM(os); mbt.WRITE(os); ci.Picture.EXPORT('c:\result.txt',FALSE);
The result of the request is saved in c:\result.txt.
You can parse c:\result.txt (FILE read etc.). If you can't parse it, something went wrongMet vriendelijke groet, best regards,
Rvduuren0 -
Hi all,
i want to store the response (Message ID) from the hyperlink to a field in a specified table.Is it possible or not ...
thanks in advance!!!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions