


Hi,
Hiearchie:
Begin - (SubForm) - folowed
|
|-Main_met - (SubForm) - folowed
|--head - (SubForm)
|--info - (SubForm)
|--tabel - (SubForm) - folowed
|----Tabel1
|------Rij1 - can have more rows
|--------Tabel2
|----------Rij1
|----------Rij2
|----------Rij3
|-Main-zonder - (SubForm) - folowed
|--head - (SubForm)
|--info - (SubForm)
|--tabel - (SubForm) - folowed
|----Tabel1
|------Rij1
|--------Tabel2
|----------Rij1
|----------Rij2
|----------Rij3
Hiding code works fine, but I get 2 empty pages with empty tables??
AF_ADRESSEN.Begin::initialize - (JavaScript, client)
if (Main_met.PROCESS_TYPE.rawValue == "")
{
Main_met.presence = "hidden";
Main_zonder.presence = "visible";
}else {
Main_met.presence = "visible";
Main_zonder.presence = "hidden";
}
Views
Replies
Sign in to like this content
Total Likes
Check to see if you have the properties set to "top of next page" instead of "following previous" - thats given me a headache in the past
Views
Replies
Sign in to like this content
Total Likes
Hi legallogic,
Which of mine subforms to set "top of next page" ?
Tnx!
Views
Replies
Sign in to like this content
Total Likes
try going to the subforms that are appearing too far down/on new pages -
clicking on the subform and checking the pagination is set to following
previous - this may not be your problem but ive had it do similar things to
me when i forgot to do this.
if that doesnt work - post you form and ill have a look
Views
Replies
Sign in to like this content
Total Likes