Go to row
Posted: Sun Jul 24, 2011 5:23 pm
I have been able to integrate the calendar into my solution and it works great so far. It reads from my Events table. However let's say there are three customers with the same event, then three rows will appear in the month view on the calendar. That's ok. However when I click on, say, the 2nd row, the Event Detail layout will pop out, but it is on the first record in the set. No matter which row I click in the month view day, it always goes to the first Events record. If I scroll wheel, then I can go to the other records in the set.
I've tried setting a variable with the recordnumber in the beginning of the "Click in Event" script and then going to that record number at the end, but it appears the variable is always setting to 1, or the first row, even if I click the 2nd or 3rd row for example.
Can someone explain why this might be happening? Thank you!
I've tried setting a variable with the recordnumber in the beginning of the "Click in Event" script and then going to that record number at the end, but it appears the variable is always setting to 1, or the first row, even if I click the 2nd or 3rd row for example.
Can someone explain why this might be happening? Thank you!