Ok!
You people need not answer my last stupid question about does Inno Setup bundle BDE! I SAW THE LIGHT !!! I've just been to the website and consulted its FAQ. Now everything is so clear!
I MADE MY CHOICE AND I'M ADOPTING INNO SETUP !!!
:) :) :) :):) :) :) :):) :) :) :):) :) :) :)...
I have been considering the two options around for some time: (InnoSetup and InstallShield). Well with InstallShield, you can deploy database applications in Delphi provided you've got the BDE Module stuff that actually installs the database engine to the target computer. InstallShield will...
To whom might help
I would like to create a small scale N-tier database application without using the database objects Delphi provides. Actually I am doing that project just for fun so take it easy ok? I just intended to learn how to pass information through client sockets and decoding it at...
Hi mate,
I had a heck of a time with paper width setting too but why don't you - if ever you are using qreports- set the paper size to 'custim' and set its length and width (in inches or whatever) and then set your printer paper source (outside Delphi) to 'custom' and retype the same length...
Hi mate,
Maybe you could have an TQuery object querying the max value of that field (triggered by an after-post event or some event of the kind- bundled to the table object) and re-using it in your code? What do you think of that?
cheers...
Hi,
about your MDI child form closing problem, you don't need to test if it is visible. Provided your 'Faktuur' child form is not nil it is existing and you thus only need to close it by calling the 'close' method of the form.
ok...
Hi mate,
The problem here is -I believe - you forgot to tell apache that these requests need to be handled by your Delphi web server application. For example Apache can be configured to handle PHP scripts, XML or JSPs but actually 'configuring' implies telling Apache that such and such...
If you want to access MySql databases in Delphi and provided you're on the Windows platform, I may be in position to help. Well it quite easy, if you have not yet got the MyODBC stuff from the MySql website...go forth and do it. Once you've got MyODBC installed, you just have to create an ODBC...
Hi mate,
I may not be an expert but actually it's not a crime to access databases through activx components in web browsers (as far as it is meant to work on an intranet basis). In fact refreshing is quite buggy and since the activx 'belongs' to the page, I don't believe there is much you can...
Oy TonHu mate,
I followed your advice and got that Inno thing of yours . I'm just waiting to get back home to try it. I downloaded the Delphi sources and just intend to customize that thing a bit. Cheers and thanks for the tip.
Viva shareware viva open source
Where can I find a deployment utility program for my delphi projects. The thing is that I have been developing in Delhi for quite a while now (...and I really appreciate the easy of use of it all) and I was just thinking that instead of having to install the BDE each and every time on machines...
I think this is possible by actually assigning it to a scroll pane. For example the datagrid object can store jcomboboxes for displaying multiple values pertaining to single entries ...so why not a popup menu. Could you though be more precise on the point of having this done? ... is it for some...
Hey mate that's a stupid problem you've got there! :)
The only thing you have to do is to specify your resultset as TYPE_SCROLL_INSENSITIVE so that your cursor may fool around in any direction. I had the same problem when I first started Java blaming it to be some geeky stuff, but then I...
Hi everyone,
I'm having a heck of a time getting Tomcat to service my JSPs properly. Earlier, I first installed the Apache Web server to handle Perl scripts, time went by and I got to know PHP. I got the proper parser and reconfigured Apache to service PHP stuffs... it worked just fine...
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.