Forums
This topic is locked
data already been show when browse to registration
Posted 25 Jun 2002 08:32:06
1
has voted
25 Jun 2002 08:32:06 kongchee tam posted:
i have just develop a registration using ultradev, i'm problem is when i browse to the registration.asp, my first record is always been show, how do i avoid this. is it i should include EOF and BOF, if yes, then how, pls help
Replies
Replied 25 Jun 2002 16:14:47
25 Jun 2002 16:14:47 aegis kleais replied:
You can insert items that you want shown in case no records exist. Highlite it all and select SERVER BEHAVIORS panel, then SHOW REGION > SHOW IF RECORDSET IS EMPTY (select the recordset which is being considered).
Now, if the recordset doesn't have any files, you won't get an error that EOF or BOF is true, you'll get output from the region.
Now, if the recordset doesn't have any files, you won't get an error that EOF or BOF is true, you'll get output from the region.