Home » Developer & Programmer » Forms » how to create trial version in oracle project
how to create trial version in oracle project [message #573670] Wed, 02 January 2013 04:07 Go to next message
pakpolic@gmail.com
Messages: 23
Registered: June 2012
Location: Peshawar
Junior Member
assalamualikum and hi ..
sir how to create trial version in oracle project
i want to
anyone use my oracle (forms) project for some limited time..
and then expire after some time..
Re: how to create trial version in oracle project [message #573703 is a reply to message #573670] Wed, 02 January 2013 09:00 Go to previous messageGo to next message
Lasera
Messages: 2
Registered: December 2012
Location: Turkey
Junior Member
ve aleykum selam.

For each form or in menutab you can check date and then begin your form applications.

when_new_form_instance

if sysdate >= limitdate
then message "Expired";
else
.....
Re: how to create trial version in oracle project [message #574114 is a reply to message #573703] Mon, 07 January 2013 05:07 Go to previous messageGo to next message
pakpolic@gmail.com
Messages: 23
Registered: June 2012
Location: Peshawar
Junior Member
how to do it ?
Re: how to create trial version in oracle project [message #574155 is a reply to message #574114] Mon, 07 January 2013 08:26 Go to previous message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
Huh, I do not think Lasera could have been more clear. You need to do a little work yourself.
Previous Topic: Button pressed
Next Topic: phone number format
Goto Forum:
  


Current Time: Wed Jul 03 11:14:55 CDT 2024