Click to See Complete Forum and Search --> : Alternative to System Date


aac11
September 27th, 2001, 10:50 PM
I am developing a VB program and I wanted to control execution of the program using a datescope or up-to-a-certain-date provision. Eg. Oct 1 to Oct 30, or up to Oct 30). We know that it is easy to workaround this by just changing the date before runnnig the program. Is there any way for VB to get the actual date other than the system date? If none, how can I address this problem? Thanks in advance.

K.Babu
September 28th, 2001, 06:40 AM
Hi
Other than default BOIS system date, u can't get the real date, otherwise u can do one thing.

when your programme runs first time you write the system current date to any .inf profile. eg. Date=01/02/2001

check the inf file whenever your programme start on. if the date is grather then your expected date. "continue your gole..."

if you had any problem mail me

Babu

MailID: k_babs@hotmail.com