NetTalk Central

Author Topic: What instead of EIP lookup?  (Read 2982 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
What instead of EIP lookup?
« 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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: What instead of EIP lookup?
« Reply #1 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