|
-
Nov 10th, 1999, 02:46 PM
#1
Thread Starter
New Member
hello,
Can anyone tell me how to page when a certain criteria is reached??
Any pointers in this direction will be greatly appreciated.
Thanks,
Renu
-
Nov 10th, 1999, 04:48 PM
#2
Junior Member
Page? what do you mean by page? and who would you want to page? What OS are you using?
If you mean page as in remind or warn (send message to client machine) and you are doing this on NT ... you could always use the command
z = shell("Net Send"+{Computername
}+{Msg},1)
This sends an un-ignorable message to a users machine (you have to specify their computer name and what message you wish to send)
good luck
M
-
Nov 10th, 1999, 04:57 PM
#3
Thread Starter
New Member
Pager... is the little thing that beeps when u dial a pager number... something like phone... I do not know how to explain.
When my program has reached a criteria it should indicate to a particular person. Either we can automatically send an email or I was thinking if we could page him.
Thanks,
Renu
-
Nov 10th, 1999, 07:12 PM
#4
Junior Member
Email can be sent using NT, IIS, and the CDONTS library.
Or the CDO library using the CDO client email library.
To send a page your app will need a modem connection to dial up the paging vendor. This can be done using products such as Power Page, by Ron Tanner. Try "www.inventiveweb.com". It works great for me.
-
Nov 10th, 1999, 07:21 PM
#5
Lively Member
If u mean page as in messaging the guy, then you can use the MsgBox function.
-
Nov 11th, 1999, 12:47 PM
#6
Junior Member
Don't you guys know what a pager is?!
Well anyway... Renu: since you use the phone when you page someone, you could use the modem controlled by your app to dial the pagernumber. I don't think it's any harder than that...
-
Nov 11th, 1999, 05:11 PM
#7
Lively Member
hello friends
I think what renu is trying to do is something like what we have in sql server. IN sql server u can Schedule a mail when any particular task is completed it can send email to the specified address with the status.
Am i right renu? u can use mapi control to send email? It is explained in MSDN lib.... u can use that.
Thanx Manish
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|