EDS and Win32lib
Hey, thanks for the help you all have been giving me. Here's my
question. I have several editText boxes that where I can enter
information and store it in the EDS. My problem is that when I use the
getText procedure and say from my first edit box and put it into the
table created by EDS I get several error messages.
Code is very short for testing at this point
procedure addtositetable()
sequence key
key = getText(sitecode)
if db_insert(key, {}) != DB_OK then
duh = message_box("Files did not save", "Warning!",
MB_TASKMODAL + MB_ICONWARNING)
end if
end procedure
|
Not Categorized, Please Help
|
|