-
1. Re: Fillable form does'nt save properly
Magus069 Jan 14, 2014 7:38 AM (in response to Magus069)I must fix this... I keep on testing the form..
I just realized something,
My first table contains names... For each names in the first table, I add an instance (row) in the second table.. for each rows in the second table there is initially a table and a RadioButtonList visible... Now this table which is visible will make another table appear under the RadioButtonList...
But it seems that when I open my saved PDF document, the visible table in the second table has as many instances as the first table of my form even if I never added any rows to the visible table... and the second table always ends up with only the first row showing up....
Anyone knows what could be the problem here....
-
2. Re: Fillable form does'nt save properly
Magus069 Jan 14, 2014 9:20 AM (in response to Magus069)Please i need help.... I keep testing but I can't find the answer... only but closer to the solution....
I've put a message box with the count of the row which I'm trying to keep... + the somexpression of the row, now it seems that when I reach Row1[2] it's not the same row as Row1[0]... i also know that sometimes when I add rows... I have to put Row1[0] because Row1 becomes null sometimes... actually it becomes null once I've reached Row1[2]
Looks like I've found my error.. but I can't fix it... anyone has experience this please reply!!!
-
3. Re: Fillable form does'nt save properly
Magus069 Jan 14, 2014 12:46 PM (in response to Magus069)Alright I solved it.... if you have an issue similar to mine... make sure that if you have many tables... always use a different name for the table even if it's in a different Subform... AND also change your rows name from table to table....
Because I had Row1 in a table called tabTraducteurs in Page1 and in Page2 I had another table called tabTraducteurs with Row1 it was mixing those two together when saving the form so it created errors in the xdp...
Even if I changed one table's name tabTraducteurs to tabTraducteur... it was still mixing the Row1 from the first table to the second table...

