it seems you have to be some sort of alien to work out or even undertand what the "help" guides are supose to mean.
hell i need help trying to read the help guide
i hope there is someone who can put me on the right track as there is just nothing in this program to even help you understand anything, it is only this forum that gives you some idea.thanks mark, i am getting there
now i have four woosies of questions
1)
i am using multible choice boxes, and after i have made upto 6 choices, i am trying to press one button to transfer the information across to 6 different cards.
this what i am trying to use, but it keeps tlling me it can not find the card
Quote:
on mouseUp
local theCardName
put "Entries" & menuPick into theCardName
if (field "BridleNumber" is not empty) and (field "HorsesName" is not empty) and (field "RidersName" is not empty) then
put field "BridleNumber" & tab & field "HorsesName" & tab & field "RidersName" & return after field "Entries" of card (theCardName)
put empty into field "BridleNumber"
put empty into field "HorsesName"
put empty into field "RidersName"
go card (theCardName)
else
answer "You have not completed the entry details correctly"
end if
end mouseUp
and
3) here is the woosie.
how do you put one entries information on 6 different card, so they all go into the correct slot at 50 minute intervels ???
and how do you connect the times to a card.
and
4)
is their a code for a field, that gives a warning if you have used the same number more than once ?
thank you for all your help
crossing my fingers that someone could HELP ME
cheers