This topic is locked

new record

3/19/2007 9:07:00 AM
PHPRunner General questions
K
Kaster010 author

hello!

I have a problem.

i want to create a new record. how can i do this and where?
The record is to accomplish control whether a check box is filled out, and if the check box is not filled out, is a certain entry are deleted.

Thanks!
sorry but my English is not very good <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=4848&image=1&table=forumtopics' class='bbc_emoticon' alt=';)' />

J
Jane 3/20/2007

Hi,
to create add page check off corresponding check box on the Choose pages tab.
As I understand you want to delete record if one of the field is unchecked (empty). In this case I recommend you to use Before record updated or Before record added event on the Events tab. You can find some sample events in the PHPRunner Help.