Oh, kind of like "who wants to be a nillionaire"
heh heh.. Get it? NILLionaire? (I'm a programmer so I
have to beat jokes into the ground until their not
funny anymore). Thanks for your time.

DJS

--- Loay Habash <[EMAIL PROTECTED]> wrote:

> 
> Ok,
> 
> Lets forget that every one can be 'rude person' in
> his own way. The subject was the error message not
> any thing else. It was a challenge for me and
> thought that somebody how like to think will like
> it.
> 
> Any way thank you
> 
> 
> David Smith <[EMAIL PROTECTED]> wrote:Maybe
> it's not too much work but who would do free
> work for such a rude person? 
> 
> --- Loay Habash <[EMAIL PROTECTED]> wrote:
> 
> > thank you for nothing. 
> > is it much work you will do it for me ?
> > Thank you for reminding me that it is my problem,
> I
> > thought it is not my problem :(
> > 
> > 
> > Dave Sellers <[EMAIL PROTECTED]> wrote:
> > Sorry, no time do that much work for you.  You're
> > the one with the 
> > problem and the code in place to try any hints in
> > seconds.
> > 
> > I guess you're on your own now.  You can try as
> many
> > times as you need.
> > 
> > Good luck
> > 
> > Loay Habash wrote:
> > 
> > >Yes, thank you for your fast replay.
> > >
> > > 
> > >
> > >I said it is hard question. Please try your
> answers
> > before sending them. J you didn't make it this
> time
> > but you can try again as many times you need.
> > >
> > >Looking forward to get your smart answer.
> > >
> > > 
> > >
> > >
> > >Dave Sellers <[EMAIL PROTECTED]>
> > wrote:Paradox likes field names containing spaces
> to
> > be enclosed in - hmmm, 
> > >memory fails - try square brackets or double
> > quotes....
> > >
> > >Loay Habash wrote:
> > >
> > >  
> > >
> > >>Hello Every body:
> > >>
> > >>Do you like hard questions ????
> > >>See this one,.....
> > >>
> > >>If you put space at the fieldname you will get
> the
> > "Preparation of field default faild" error ???
> > >>if you name it as one word you will get no
> error.
> > >>If you did not use DefaultExpression for the
> field
> > or RequestLive for the query you will get no error
> > what ever the field name is,..... Can I get any
> > Help.
> > >>
> > >>Var
> > >> MyQuery     : TQuery;
> > >> MyTable  :TTable;
> > >>begin
> > >> MyTable := Ttable.Create(Form1);
> > >> With MyTable Do
> > >> begin
> > >>   TableName := 'c:\Table1.db';
> > >>   TableType := ttParadox;
> > >>   FieldDefs.Add('Emp Name', ftString, 20,
> False);
> > >>   CreateTable;
> > >>   free;
> > >> end;
> > >> MyQuery := TQuery.Create(Form1);
> > >>   With MyQuery Do
> > >>   Begin
> > >>     close;
> > >>     RequestLive := True;
> > >>     SQL.Clear;
> > >>     Sql.Text := 'Select * from
> ''c:\Table1.db''';
> > >>   End;
> > >>  DataSource1.DataSet := MyQuery;
> > >>  With TStringField.Create(Application) Do
> > >>     Begin
> > >>      FieldName := 'Emp Name';
> > >>      Size := 20;
> > >>      DataSet := MyQuery;
> > >>      DefaultExpression :='''Name''';
> > >>     end;
> > >>   MyQuery.open;
> > >>end;
> > >>
> > >>
> > >>
> > >>Loay Habash, 
> > >>http://groups.yahoo.com/group/WeLoveYouAll/ 
> > >>http://profiles.yahoo.com/leohabash 
> > >>[EMAIL PROTECTED] 
> > >>Mobile: +966503322315
> > >>
> > >>           
> > >>---------------------------------
> > >>Start your day with Yahoo! - make it your home
> > page 
> > >>
> > >>[Non-text portions of this message have been
> > removed]
> > >>
> > >>
> > >>
> > >>
> >
>
>>-----------------------------------------------------
> > >>Home page:
> > http://groups.yahoo.com/group/delphi-en/
> > >>To unsubscribe:
> > [EMAIL PROTECTED] 
> > >>Yahoo! Groups Links
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> 
> > >>
> > >>    
> > >>
> > >
> > >
> > >
> >
>
>-----------------------------------------------------
> > >Home page:
> http://groups.yahoo.com/group/delphi-en/
> > >To unsubscribe:
> > [EMAIL PROTECTED] 
> > >
> > >
> > >
> > >SPONSORED LINKS 
> > >Basic programming language C programming language
> > Computer programming languages The c programming
> > language C programming language List of
> programming
> > languages 
> > >
> > >---------------------------------
> > >YAHOO! GROUPS LINKS 
> > >
> > >
> > >    Visit your group "delphi-en" on the web.
> > >  
> > >    To unsubscribe from this group, send an email
> > to:
> > > [EMAIL PROTECTED]
> > >  
> > >    Your use of Yahoo! Groups is subject to the
> > Yahoo! Terms of Service. 
> > >
> > >
> > >---------------------------------
> > >
> > >
> > >
> > >
> > >
> > >Loay Habash, 
> > >http://groups.yahoo.com/group/WeLoveYouAll/ 
> > >http://profiles.yahoo.com/leohabash 
> > >[EMAIL PROTECTED] 
> > >Mobile: +966503322315
> > >
> >
> >__________________________________________________
> > >Do You Yahoo!?
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to