Hi,
can anyone help me with a formatting issue with tables;
I would like to set up a table with multiple rows and have the text automatically flow in the next row as you type once one is full...any help would be greatly appreciated
Solved! Go to Solution.
Views
Replies
Total Likes
hey there,
I just did the 1st row.
At the FULL event, I changed the Language to Javascript and put the following code:
xfa.host.setFocus(xfa.resolveNode("form1.#subform.Table1.Row3[1].Cell1"));
Views
Replies
Total Likes
hey buddy,
Let's say that each row is a textfield, right? So when the user reaches the end of the field, automatically jumps to the next row (textfield). Is that correct?
I think you can achieve this by using the FULL event of each row. So when the cursor reaches the end of the field, just put the focus to the next field.
Hi,
Thank you!! I'd almost given up on this :)
would you be able to give me instructions on how to do this?
Views
Replies
Total Likes
Yes, take a look on my blog. It's in Portuguese but I think Google can help on that
Or you can download a sample file directly: http://diegosi.wordpress.com/?attachment_id=232
hope it helps
Diego
Views
Replies
Total Likes
Thanks Diego, I looked at the example & tried translating your blog but it's too complicated for a novice to work out! I'll cross my fingers & hope that someone can provide instructions in english
Views
Replies
Total Likes
don't worry, the PDF file I posted above is funcional. You can open it in your LC Designer and see how I did
Views
Replies
Total Likes
Yes I did try that but couldnt get it to work in my form, no idea what I was doing
wrong
Views
Replies
Total Likes
Well... if you want to, just post your form here so we can have a look.
Views
Replies
Total Likes
Thanks Diego, below is the form I have taken all my attempts at the script in the tables out that weren't working!
Views
Replies
Total Likes
I cannot open it, it says doesn't exist or I don't have rights to see it.
Views
Replies
Total Likes
Hi Diego,
I've attached it to the email hope that’s ok
Views
Replies
Total Likes
oops, didn't work, I cannot see it.
Try to upload here in the forum.
Views
Replies
Total Likes
Ok let's hope this works!
Views
Replies
Total Likes
hey there,
I just did the 1st row.
At the FULL event, I changed the Language to Javascript and put the following code:
xfa.host.setFocus(xfa.resolveNode("form1.#subform.Table1.Row3[1].Cell1"));
Views
Replies
Total Likes
Fantastic, thanks so much for your help!!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies