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

Recent content by checco

  1. checco

    Problem reading information from Query

    Hi again to all, please do not take care about my last reply... I'll take a crab ;-))))) Sorry but I'm not so skilled. 2ffat Thank again you suggestion solve my problem in the best way. Bye, Checco
  2. checco

    Problem reading information from Query

    Hi 2ffat, first of all thanks for your help that is always very usefull. With your suggestion I'm able to manage both case, but each time that I occour in the exception I receive the error message box. Is it possible to "hide" that message in order to let my program continue ? P.S. I've used...
  3. checco

    Problem reading information from Query

    Hello to All, I'm occurring in one problem when I start to collect information from a query when the wanted filed it's empty. Here after a part of my fault code: ... AnsiString stringa; ... stringa+=QAll->FieldValues["cdPartySubscriber"]; stringa+=","; ... In this case if the...
  4. checco

    Browse to folder

    I spend a lot of time to understand how to do a browse folder at the end I've find this: =========START============= #define NO_WIN32_LEAN_AND_MEAN #include <WindowsX.h> void __fastcall TFormQueuerAll::SpeedButton1Click(TObject *Sender) { // Use Windows 95 Directory box to get dir...
  5. checco

    How to execute an exec file from my Builder c++ program

    Thank very much for you help and indication, it is very usefull. I've tried the raccomended "CreateProcess" but I've some trouble with the "hidden" version. In details I receive an error (undefine symbol) on row StartInfo.dwFlags = STARTF_USESHOWNWINDOW; I suppose that I've to include...

Part and Inventory Search

Back
Top