Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a tablebox, which contains a field called 'Working' which I'd like to change depending on what the user selects from the Input box, which is a predefined list of values using a variable vWorking.
Is it possible to show this change in the table box, if the user selects a Name in the table and then selects a value from the Input box.
Say the user wants to change it from 'Working Casualty' to 'Study Leave'
Any ideas?
Many thanks
I don't think you can do it using the conventional tools "out of the box". You probably need to develop a macro to assign the selected value to the INPUTFIELD array of values. It should be possible to do, but might be a bit tricky...
I don't think this possible you need to use web service for the same , Even if you try to achieve using macro as per Oleg but macro won't work into browser and end user can not update the same.
Vikas
Instead of a tablebox you could take a straight table and catch there within an expression your variable changes.
- Marcus