ruddy table question AGAIN !!!
Posted: Tue Jul 21, 2009 11:08 am
i have a check box with the script
it keeps going to the very bottom AFTER the time column finishes.
what am i doing wrong ??
and the table they go to has the first column with times (the time column has its own button) but i CAN NOT work out how to put the "HorsesName" and "RidersName" onto the SAME ROW????on mouseUp
local theCardName
if the hilite of me is true then
put "Entries" into theCardName
put the label of me after theCardName
if (field "HorsesName" is not empty) and (field "RidersName" is not empty) then
put tab & tab & field "HorsesName" & tab & field "RidersName" & return after field "Entries" of card "Entries5A"
else
answer "You have not completed the entry details correctly"
end if
end if
end mouseUp
it keeps going to the very bottom AFTER the time column finishes.
what am i doing wrong ??