Link to home
Start Free TrialLog in
Avatar of al4629740
al4629740Flag for United States of America

asked on

add a record and delete a record on a flexgrid

The attached project successfully imports websites from a text file into a flexgrid and then allows editing in the flexgrid.  After the editing, the updated records can be exported back to the text file.

When it comes to "adding" a new record and "deleting" a record, I am only familiar with datagrids.  It seems that adding a record and deleting a record must occur programmatically.  What is the best way to add a record and delete a record in the attached project? (msflexgrid)

Thank you very much for your help.
add-delete-record.zip
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

I'll have a solution shortly.
I'm assuming that you want to add a new website and that it's a requirement that there be a domain (e.g. .com, .net., etc).
ASKER CERTIFIED SOLUTION
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
When the user edits an entry, is it allowable that the result winds up as a duplicate of another entry? That's possible now and if you don't want to allow it I'd appreciate you requesting that in a new question, but I can do it here if you like, so just let me know.
Avatar of al4629740

ASKER

I will ask it in another question.  Thank Martin.  Let me test it out
Excellent
Thanks.