PC Review


Reply
Thread Tools Rate Thread

Date Code for Trial Version

 
 
=?Utf-8?B?RnJhbmsgV2FnbmVy?=
Guest
Posts: n/a
 
      14th Apr 2006
I have an application that I will be sending out, and expect people to send
me a check within 30 days. How do I program an application "kill" feature if
I don't email them the proper code upon payment?

My initial thought is to have a startup form that shuts down the application
on the open statement is the current date exceeds the kill date, and they
have not entered a valid code which will be stored in a table.

Is this a valid method? How is it normally done? I distribute Accress
2000 runtime versions of the application.

Any help would be appreciated

Frank Wagner


--
Frank Wagner
(E-Mail Removed)
 
Reply With Quote
 
 
 
 
=?Utf-8?B?ZnJlYWthemV1ZA==?=
Guest
Posts: n/a
 
      14th Apr 2006
Hi,
yes you can use the first forms on load or on open event e.g.:

If DCount("[SerialField]","TableName") = 0 AND Date()>#YourDate# Then
MsgBox("Sorry...past 30 days and no serial yet!")
Application.Quit
End If

You could also limit the amount of records they can input if you wanted that
instead (would be a similar approach with the dcount function).
HTH
Good luck
--
Oliver
Admin Specialist & Computer Science Major @ UMD - Go Terps -
http://www.oli-s.de


"Frank Wagner" wrote:

> I have an application that I will be sending out, and expect people to send
> me a check within 30 days. How do I program an application "kill" feature if
> I don't email them the proper code upon payment?
>
> My initial thought is to have a startup form that shuts down the application
> on the open statement is the current date exceeds the kill date, and they
> have not entered a valid code which will be stored in a table.
>
> Is this a valid method? How is it normally done? I distribute Accress
> 2000 runtime versions of the application.
>
> Any help would be appreciated
>
> Frank Wagner
>
>
> --
> Frank Wagner
> (E-Mail Removed)

 
Reply With Quote
 
Jeff Conrad
Guest
Posts: n/a
 
      14th Apr 2006
See this page on my site for several options:

http://home.bendbroadband.com/conrad...odatabase.html

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conrad...essjunkie.html
http://www.access.qbuilt.com/html/articles.html

"Frank Wagner" wrote in message:
news:47AE588B-55E1-491E-A16D-(E-Mail Removed)...

> I have an application that I will be sending out, and expect people to send
> me a check within 30 days. How do I program an application "kill" feature if
> I don't email them the proper code upon payment?
>
> My initial thought is to have a startup form that shuts down the application
> on the open statement is the current date exceeds the kill date, and they
> have not entered a valid code which will be stored in a table.
>
> Is this a valid method? How is it normally done? I distribute Accress
> 2000 runtime versions of the application.
>
> Any help would be appreciated



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
download trial version excel 2003? can only find trial version 200 =?Utf-8?B?c3VzYW4=?= Microsoft Excel Misc 2 7th Nov 2007 03:19 AM
Trial Version Code box2003 Microsoft Access 2 2nd Dec 2004 09:21 PM
trial version product code =?Utf-8?B?SGVsZW4=?= Microsoft Frontpage 2 28th Apr 2004 10:19 AM
Code for Trial Version Sadik Microsoft Excel Programming 2 26th Jan 2004 06:35 PM
this module was compiled a trial version of delphi, the trial version has expire maggie Windows XP General 4 27th Nov 2003 04:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:14 AM.