Hi,
I need to divide the screen DEP in two or more Tabs.
How Can I to do it? For example, one Tab to personal questions(name, address, phone number...) and another tab to job questions(company, salary, admission date...)
| Please login to reply | Page: « < 1 of 1 > » |
| 25 Jun 2010 - 20:42 | 651 |
| fabsales Joined: 09 Jun 2010 Posts: 8 | Using tabs in DEP Hi, I need to divide the screen DEP in two or more Tabs.
|
![]() |
| 27 Jun 2010 - 15:37 | 654 |
fwensing![]() Joined: 23 Nov 2008 Posts: 173 | Set up parallel blocks Hi To be able to use tabs in your DEP you need to use the PARALLEL blocks setting. 1. Make sure that the sections you wish to have as Tabs are placed into their own blocks.
To put your own labels on the tabs, go to Project / Datamodel Properties (after you have prepared the datamodel) and click on the Parallels tab to insert labels there. In the labels it is possible to use replacement text from the datamodel using ^fieldname in the same way as you can use replacement text in the text of a question. I hope this helps. Fred |
![]() |
| 30 Jun 2010 - 13:14 | 668 |
| fabsales Joined: 09 Jun 2010 Posts: 8 | Thanks, But I have a problem.... I use a block with parameters.
I tried to do this: Parallel
"cap4" is the block with parameters.. But blaise shows a error message, a syntax error message...
Thanks by your help |
![]() |
| 01 Jul 2010 - 00:38 | 675 |
fwensing![]() Joined: 23 Nov 2008 Posts: 173 | Need to put the parallel statement in the right place Hi It does not matter if your block has parameters or not it can still be a parallel and you do not need to supply any parameters in the parallel statement itself. Make sure that you place the PARALLEL statement and its parts at the top of your instrument source code but place it after LAGUAGES, USES and PRIMARY statements. If you have a parallel block that needs parameters but you do not wish to ASK the block in the main flow of questions then put the block on the path using the KEEP method. You can then put the parameters in to suit the situation. I hope this helps. Cheers Fred |
![]() |
| Please login to reply | Page: « < 1 of 1 > » |