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
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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"));
表示
返信
いいね!の合計
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?
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
don't worry, the PDF file I posted above is funcional. You can open it in your LC Designer and see how I did
表示
返信
いいね!の合計
Yes I did try that but couldnt get it to work in my form, no idea what I was doing
wrong
表示
返信
いいね!の合計
Well... if you want to, just post your form here so we can have a look.
表示
返信
いいね!の合計
Thanks Diego, below is the form I have taken all my attempts at the script in the tables out that weren't working!
表示
返信
いいね!の合計
I cannot open it, it says doesn't exist or I don't have rights to see it.
表示
返信
いいね!の合計
Hi Diego,
I've attached it to the email hope that’s ok
表示
返信
いいね!の合計
oops, didn't work, I cannot see it.
Try to upload here in the forum.
表示
返信
いいね!の合計
Ok let's hope this works!
表示
返信
いいね!の合計
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"));
表示
返信
いいね!の合計
Fantastic, thanks so much for your help!!
表示
返信
いいね!の合計