I'm still a novice programmer so please forgive any simpleton questions:
I'm updating a program at my office that currently uses a dBase database. I've had very few problems thus far except when I want to put an if statement on a button to post any edits or inserts to the database. I tried to use the help example almost verbatim and I always get an error message
I've tried stuff like:
If DataSource1.State = dsEdit then
...
I keep getting an error. I'm sure I'm missing something simple. Everything else so far has worked rather well.
Any help will be appreciated.
cg
I'm updating a program at my office that currently uses a dBase database. I've had very few problems thus far except when I want to put an if statement on a button to post any edits or inserts to the database. I tried to use the help example almost verbatim and I always get an error message
I've tried stuff like:
If DataSource1.State = dsEdit then
...
I keep getting an error. I'm sure I'm missing something simple. Everything else so far has worked rather well.
Any help will be appreciated.
cg