object frm as form
object edt as edit
OnKeydown= keydwn
end object
end object
sub keydwn(key as word,shift as integer)
end sub
what is missing or wrong help pls
Search found 2 matches
- Mon Mar 09, 2009 8:48 am
- Forum: General category
- Topic: Keydown event usage help pls
- Replies: 1
- Views: 5381
- Mon Oct 15, 2007 9:32 am
- Forum: General category
- Topic: data insertion using fnx basic into mysql
- Replies: 1
- Views: 4137
data insertion using fnx basic into mysql
well [ch305] have seen mysql example ; there is / db.query("INSERT INTO mytable (name,zipcode,address) VALUES(`john`,`1234`,`bublestreet`)") to insert values into mysql table . How can [ch305] insert form textbox value into these query. ...