Expand my Community achievements bar.

empty page - SubForm followed ?

Avatar

Level 2

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";
}

How to solve this?
3 Replies

Avatar

Level 4

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

Avatar

Level 2

Hi legallogic,

Which of mine subforms to set "top of next page" ?

Tnx!

Avatar

Level 4

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