force insert to show

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
if you have a formview with emptydataset, is there a way to make the Insert
button show up?
thanks,
rodchar
 
if ds.rows.count<1 then
formview1.defaultmode="insert"
end if
haven't tried it - but .......

it may depend on how you're creating the data on how to code it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top