Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Memorizer

Status
Not open for further replies.

ShyFox

Programmer
Joined
Mar 22, 2003
Messages
210
Location
ES
Hy
I have an app that in which you enter some datas. I have also an autofill textbox with products. I would like that if the product I isn't found on the table to add it automatically in the firms table.
How can I do that?
I'm tired to update the table manually.
Regards

As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
 
You may have to explain the situation a little better.
It is not exactly clear what you are trying to accomplish.


Don


 
I believe you are asking for an autofill combo box ( like quicken ) but the value is added if it does not already exist. There's a FAQs on this in the FAQS section. Just look up combo. I found two solutions which I combined & modified. The problem I had with the solution(s) was that using buffered tables caused the application to think the values changed everytime I moved off the record.








Michael Ouellette
mouellette@compuserve.com
 
Hi Jolicoeur,
The right answer to your problem can be found in the autofill comboclass in the FAQ section made by McGagnon. This is a extremely handy and fast solution for tables upto 1000 recc().
For serious numbers there exist other solutions.
Regards,

Koen
 
Thanks but I found the problem...

Michael Ouellette
mouellette@compuserve.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top