NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 04, 2009, 07:12:43 AM

Title: What instead of EIP lookup?
Post by: Alberto on March 04, 2009, 07:12:43 AM
Hi,
I´m working in a week appointment sheet.
It can be programmed from date to date, from hour to hours, etc.
With that data I create a temp file to use in a Browse, hours in rows and week days in columns.
The cells are strings to show some data about the appointment.
What I need is to go to a form to edit the cell by double clicking the cell or a button or a link or...

Any Idea?

Thanks
Alberto
Title: Re: What instead of EIP lookup?
Post by: Bruce on March 04, 2009, 09:19:27 AM
you can use the hyperlink tab to go to the form.
For the empty cells you'll set the "action" to "Insert". For the filled cells set the action to "change". For the empty cells you'll need some text which the user can click on. (Typically I use the day number, or hour number or something like that.)

You could of course put a button in the cell instead.

Cheers
Bruce