This topic is locked
[SOLVED]

 General Questions

6/25/2011 12:27:53 PM
PHPRunner General questions
Osteele author

Hello all.
I have been spending some time with the demo version of PHPRunner and have a few questions that may be more related to PHP in general and not so specific to PHPRunner. I have a project lined up that requires that I duplicate some features that my client has already been using in a solution developed in MS Access some time ago. This is a membership tracking solution by the way. For eg.

  1. Print envelope labels
  2. Generate a customer invoice.
    This question concerns populating a date field based on an entry in an adjacent field. For eg.
    Field one requires that we enter Subscription Length eg. 1 (for one year) adjacent field would auto-populate with date = to one year from from subscrition entry date less a day.
    Will it be possible for me to complete these tasks in PHPRunner / PHP? I know that sounds like a very general question.
    Thank you all for your time and assistance.

C
cgphp 6/25/2011

Osteele,
you can accomplish this by writing some javascript code in the Javascript OnLoad event.
This is a good starting point : http://xlinesoft.com/phprunner/docs/how_to_calculate_values_on_the_fly.htm
It's easy! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=59037&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />

Osteele author 6/25/2011

Thank you Sir. Much appreciated.



Osteele,
you can accomplish this by writing some javascript code in the Javascript OnLoad event.
This is a good starting point : http://xlinesoft.com/phprunner/docs/how_to_calculate_values_on_the_fly.htm
It's easy! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=59038&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />