Normal Topic removing a group of records from the db (Read 394 times)
addison1
Member
*
Offline


No personal text

Posts: 43
Joined: Aug 1st, 2004
removing a group of records from the db
Oct 22nd, 2005 at 1:26pm
Print Post Print Post  
Folks,
My application has selected a group of records that ALL need to be deleted.
I can scroll through the record set and F3 each record manualy but I'd like to automate the process.
Mass delete requires a response to the "do you want to delete x records?" question and might work with a macro. The only other thing I can think of is some loop arrangement doing a selecttreeitem each time through.
Any suggestions?
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: removing a group of records from the db
Reply #1 - Oct 22nd, 2005 at 2:00pm
Print Post Print Post  
Just turning on the macro recorder, for record or playback, will turn off the warning popup. If you want to get rid of warnings and confirmations entirely, start Sesame with the "-warn_none" flag.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
addison1
Member
*
Offline


No personal text

Posts: 43
Joined: Aug 1st, 2004
Re: removing a group of records from the db
Reply #2 - Oct 22nd, 2005 at 7:38pm
Print Post Print Post  
Nifty, thanks
  
Back to top
 
IP Logged