>FrmCustomAlert doesn't like it when you send it zero length strings.  Try
>       FrmCustomAlert(CustomAlert," ","Sending R..."," ");
>

>> This won't work:
>> 
>> FrmCustomAlert(CustomAlert,"","Sending R...","");

FrmCustomAlert is perfectly happy with zero-length strings. However I 
suspect the problem is that you have an alert which is looking for ^1 and 
you placed the string in the ^2 position. You probably want

  FrmCustomAlert(CustomAlert,"Sending R...","","");

which is code which I have used about a thousand times or so, so unless 
you have mucked up the CustomAlert alert itself (which is of course 
possible), I guarantee that will work.

Steve Patt
President, Stevens Creek Software
  http://www.stevenscreek.com/pilot
  The home of...
    PalmPrint && UnDupe && On Hand && Take An Order!
    Athlete's Diary && SnailMailer && many more

Reply via email to