[TYPO3-english] Flexform questions

2012-05-07 Thread Robert Wildling
Hi, A Flexform shall eventually have 3 fields, one showing after the other as soon as the previous one has a value. This is step one: reload Select Page (pid) input

Re: [TYPO3-english] Flexform questions

2012-05-07 Thread Robert Wildling
OK, i had some progress thanks to this site: http://wiki.typo3.org/wiki/Extension_Development,_using_Flexforms I am now looking for a possibility to load the so-far saved flexform values into that respective BE form to read the content of the chosen table. The functions that are used for the F

Re: [TYPO3-english] Flexform questions

2012-05-07 Thread Robert Wildling
This helped: http://old.nabble.com/FlexForm-Help-td15509897.html (in case somebody else needs it; seems to be a not very well documented feature...) Thanks, Francois Suter! Hi, A Flexform shall eventually have 3 fields, one showing after the other as soon as the previous one has a value. T

Re: [TYPO3-english] Flexform questions

2012-05-08 Thread Robert Wildling
Please, I need your help: For the displayCond part in a flexform I use the folloing script in the itemProcFunc: exec_SELECTquery( $queryParts['SELECT'], $queryParts['FROM'], $queryParts['WHERE'], $queryParts['GROUPBY'],

Re: [TYPO3-english] Flexform questions

2012-05-08 Thread Robert Wildling
Please, I need your help: For the displayCond part in a flexform I use the folloing script in the itemProcFunc: exec_SELECTquery( $queryParts['SELECT'], $queryParts['FROM'], $queryParts['WHERE'], $queryParts['GROUPBY'],

Re: [TYPO3-english] Flexform questions

2012-05-08 Thread Robert Wildling
Really nobody who could help here? Hi, A Flexform shall eventually have 3 fields, one showing after the other as soon as the previous one has a value. This is step one: reload Select Page (pid) input FIELD:teaserPID:=:0 Save to enable new fileds none My question here is: 1. A

Re: [TYPO3-english] Flexform questions

2012-05-08 Thread Jigal van Hemert
Hi, On 8-5-2012 14:42, Robert Wildling wrote: reload Select Page (pid) input FIELD:teaserPID:=:0 Save to enable new fileds none My question here is: 1. At the moment, infoOne evaluates against a value of 0 of teaserPID and decides upon that whether to display or not. But what if

Re: [TYPO3-english] Flexform questions

2012-05-08 Thread Robert Wildling
Thank you so much for responding, Jigal! I do have a script, but the return values are wrong - and I don't why. The debug statements through the correct contents, but obviousely I am putting them together in a wrong way... the multiselect result list is filled with these 3 values: Please cho

Re: [TYPO3-english] Flexform questions

2012-05-08 Thread Jigal van Hemert
Hi, On 8-5-2012 23:56, Robert Wildling wrote: I do have a script, but the return values are wrong - and I don't why. The debug statements through the correct contents, but obviousely I am putting them together in a wrong way... the multiselect result list is filled with these 3 values: Please c

Re: [TYPO3-english] Flexform questions

2012-05-09 Thread Robert Wildling
Jigal - thank you VERY VERY MUCH!!! In general, my little scripts now works and thanks to your explanations I can read and understand the documentation better! Again: THANK YOU!! Could you maybe help me understand the following behaviour? When the debugging statement after the loop is commente