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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bonnScott

    Does Delphi have a deployment utility like VB

    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 !!! :) :) :) :):) :) :) :):) :) :) :):) :) :) :)...
  2. bonnScott

    Does Delphi have a deployment utility like VB

    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...
  3. bonnScott

    How to simulate N-tier apps with server and client sockets?

    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...
  4. bonnScott

    USER DEFINED PAPER SIZE

    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...
  5. bonnScott

    LAST_INSERT_ID() with dbExpress and Access?

    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...
  6. bonnScott

    Problems closing MDI form

    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...
  7. bonnScott

    Delphi , CGI, APACHE

    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...
  8. bonnScott

    how do i use the database expert with mysql server

    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...
  9. bonnScott

    Data-access in ActiveX controls

    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...
  10. bonnScott

    Does Delphi have a deployment utility like VB

    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
  11. bonnScott

    Does Delphi have a deployment utility like VB

    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...
  12. bonnScott

    Scrollable Popup Menu

    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...
  13. bonnScott

    hi i was using JDBC in a progra

    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...
  14. bonnScott

    Can Jakarta Tomcat and Apache WebServer co-habitate?

    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...

Part and Inventory Search

Back
Top