Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7788393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:59:07+00:00 2026-06-01T20:59:07+00:00

I am editing a record using a dbedit component, I have a cancel button

  • 0

I am editing a record using a dbedit component, I have a cancel button but I’m not sure on how I can make it so all of the changes made using the dbedit components are reverted.

I was thinking about copying the record either to a temp table or duplicate the record within the same table which would let me remove the old record if the changes are saved or delete the copied record (leaving the original) if the input is cancelled.

I’m just wanting to know the best way to handle this without creating useless tables, creating too many procedures.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T20:59:09+00:00Added an answer on June 1, 2026 at 8:59 pm

    If I’m not mistaken changes to a paradox table only get written to the database after a post command.
    If you want to cancel the change, just do

    TForm1.CancelButtonPresss(Sender: TObject);
    begin
      ParadoxTable.Cancel;
    end;
    
    TForm1.OKButtonPress(Sender: TObject);
    begin
      ParadoxTable.Post;
    end;
    

    BTW, its been a long long time since I’ve worked with paradox tables, so my recollection my be incorrect, please feel free to vote down this answer if I’m mistaken.
    I’m typing this on the mac, so I cannot check it now.

    Will see if I can supply you with a more informed answer later.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using jQuery Datepicker but I'm having trouble when editing records. // js code
I have a question regarding editing/saving data in database using Django. I have template
I have implement GridView Row Editing feature in my .net application using <asp:CommandField .
I have asp.net app where I am using gridview for data showing, editing and
I've got a record I'm editing in a ASP.net web app using nhibernate and
probably a silly question, but I'm not sure how to handle this 'correct'. I
I am using Zend Framework 1.11 and after editing a record, the image file
I am using a detailsview to show a record from the database for editing
I have a longish form that scrolls vertically and also allows editing records. When
I have modified the Nerd Dinner application to allow editing of child records by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.