Forum Moderators: coopster & phranque

Message Too Old, No Replies

UltraDev Repeat Region Flaw

How to prevent errors if recordset count is less than RR count?

         

Modelcar

1:27 pm on Oct 3, 2001 (gmt 0)



Using UltraDev/ASP, in a repeat region server behavior, if the recordset does not contain as many records as the number that has been set up in repeat region, I am getting an error..

Any help?

sugarkane

11:06 am on Oct 4, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hmmm, it seems like no one has an answer for you right away...

Just for clarification, what's a 'repeat region server behavior'?

Marcia

12:39 pm on Oct 4, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>'repeat region server behavior'

That pretty much sounds like proprietary terminology that would be unique to the software. Modelcar, I'd head over to the Macromedia site, they have support forums there for their software.

click watcher

12:56 pm on Oct 4, 2001 (gmt 0)



>>>That pretty much sounds like proprietary terminology that would be unique to the software

it is proprietrary terminology, i've found using this that sometimes there is an error if a called field is empty, but if you set it to show 10 records and there are only 5, it should be ok.

there is an extension available from mm site to resolve the empty field issue.

also mm run an ultradev newsgroup in which staffers (and others) will help a lot, not sure what the address is but its easily found on the mm site.

Xoc

1:42 pm on Oct 4, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can also use "On Error Resume Next" to trap runtime errors in VBScript code.