NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: LyGilCo on June 22, 2008, 09:30:41 PM
-
Hi Guys,
I am using EIP (Nettalk 4.31) on a browse to select records (from an In-mem file).
Basically there is a dropdown EIP which is loaded from a file. The only values are 'Yes' and 'No'.
When an option (yes or no) is selected, the values are not updating in the in-memory file.
I am assuming that the In-mem file updated as soon as the new value is selected frop the EIP dropdown list.
Is this the case? Or is there some weird web trick to this?
Thanks
Murray
-
Hi Murray,
No, there's no trick to this. It should work fine, as long as the template settings are set correctly. However it's difficult to comment on what may be wrong without an example. Any chance you could post an example of what you're doing so I can take a look?
Cheers
Bruce
-
Hi Bruce,
I have changed tack slightly and am using a browse row button to select a record.
Type = button
Action = Other
(Client side tab)
Send button click to server = on
Refresh row = on
In the server code embed I have put code plus a debug trace -
This is not being executed (on the server side) when the button is clicked.
Javascript is enabled on the client.
Ideas?
Or any better solutions to selecting records ..
Thanks
Murray
-
That last sentence should really read -
Or any better solutions to selecting multiple records in a browse ..
-
Hi Murray,
Make sure the button doesn't have a URL set.
If that's not it, then I'm afraid I'm back to the "send example" position.
>> Or any better solutions to selecting records ..
A checkbox (ie EIP on the browse column) is one solution. There is an example (Tagging I think) that shows this.
Cheers
Bruce