Search found 2 matches

by kenkofi
Sun Nov 23, 2008 7:46 pm
Forum: Talking LiveCode
Topic: Detecting Keyboard Language
Replies: 0
Views: 1969

Detecting Keyboard Language

Is there a simple way to detect a computers keyboard language? I need to be able to detect whether the keyboard is US english layout or UK english layout.

Can this be done using a rev function, or is an API call the way to go?
by kenkofi
Sun Nov 18, 2007 11:45 pm
Forum: Databases
Topic: Adding fields to an existing Access Database
Replies: 0
Views: 3204

Adding fields to an existing Access Database

I am trying to add a field to an existing Access database using: revExecuteSQL tConnectionID,"ALTER TABLE UserData ADD COLUMN CustomerEmail TEXT(25)" Nothing seems to happen and no error is generated. I read somewhere that you can only do this using DAO command CreateField. Does anyone have any idea...