NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: LyGilCo on June 22, 2008, 09:30:41 PM

Title: Using EIP (4.31)
Post 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

Title: Re: Using EIP (4.31)
Post by: Bruce on June 22, 2008, 10:58:46 PM
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
Title: Re: Using EIP (4.31)
Post by: LyGilCo on June 23, 2008, 05:01:47 AM
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
Title: Re: Using EIP (4.31)
Post by: LyGilCo on June 23, 2008, 05:04:56 AM
That last sentence should really read -
Or any better solutions to selecting multiple records in a browse ..
Title: Re: Using EIP (4.31)
Post by: Bruce on June 24, 2008, 07:57:52 AM
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