Delete command...

GCC Consulting gcc at optonline.net
Tue Jul 6 09:11:13 PDT 2004


 

> -----Original Message-----
> From: filepro-list-bounces at lists.celestial.com 
> [mailto:filepro-list-bounces at lists.celestial.com] On Behalf 
> Of Mike Schwartz-PC Support & Services
> Sent: Monday, July 05, 2004 10:09 PM
> To: 'George Simon'; 'Chad McWilliams'; filepro-list at seaslug.org
> Subject: RE: Delete command...
> 
> > 
> > Try delete; exit
> > 
> > George Simon (IT Department)
> > 
> >> Am I missing something?
> >> 
> >> -Chad McWilliams
> 
> 	I don't know if 
> 
> delete; display; end
> 
> would show the screen any differently, but you might want to 
> try removing some of the data yourself, so that the users see 
> a blank screen; something
> like:
> 
> delete; 1=""; 2=""; 3=""; display; end
> 
> 	You could even write a quick loop to remove the data 
> from all the visible fields without too much trouble.
> 
> Mike Schwartz

If you are going to delete the record anyway, you could map all fields to an
array and clear the array thereby blanking the all fields prior to deleting the
record.

If the displayed fields are fairly contiguous, just map the array to include all
the displayed fields, clear the array, display the results and then delete the
record.

	if: 
    then: dim myarray(nn):1
	if:
    then: clear myarray;display;delete;end

Richard Kreiss
GCC Consulting 	




More information about the Filepro-list mailing list