Dooda:
I use D6, and I have it in the BDE tab.
BTW, DBCtrlGrid doesn't let me use DBLookupComboBox. Try it in your version and see if it works for you?
--Acoyauh
"Artificial Intelligence is no match for Natural Stupidity"
I am integrating several programs into one, mostly PHP but there's a core module un Perl, and the Perl-PHP hybrid is causing me a lot of headaches, so I'd like to convert the Perl scripts into PHP.
I've seen several ASP-to-PHP code translators, but I've been looking for a Perl-to-PHP converter...
Wildbash:
This seems to be exactly what I was looking for. I'll give it a test drive, but from the D6 help info, it's as good as done.
THANK YOU! --Acoyauh
"Artificial Intelligence is no match for Natural Stupidity"
If you simply want to write a timestamp to MySQL, use now() as a value:
UPDATE table SET time = now();
--Acoyauh
"Artificial Intelligence is no match for Natural Stupidity"
What you do is give the buttons different names. Also, what I do is simply:
If($submit1) { code }
if($submit2) { code } etc.
This will give you a correct evaluation for each button.
Artificial Intelligence is no match for Natural Stupidity
If that's the code you're using, I see you're missing some \ characters to escape the "'s in your <img links. The string you have is ending prematurely because of these un-escaped double quotes. Artificial Intelligence is no match for Natural Stupidity
I've been using Delphi 6 for about a month now. I use it to develop DB applications; so far a DBGrid or navigator panel has done the trick - 'till now.
I have an array of records that reflects the columns (& rows) of a database table. I need a screen that displays a checkbox and 6 different...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.