i do the simple bellow code.
Code: Select all
set the Label of button "myrecord" to "εγγραφη" //this is the greek world
Code: Select all
set the Label of button "rec2" to "?????"
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
set the Label of button "myrecord" to "εγγραφη" //this is the greek world
Code: Select all
set the Label of button "rec2" to "?????"
Code: Select all
on openCard
set the label of btn 1 to "Εγγραφή"
end openCard