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