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
 
Back
Top