SQL question

Florian Bogeschdorfer fb at memedia.de
Thu Nov 11 21:06:38 CST 2004


I found a different example, where in the docs is your line from?

I'll check that tomorrow again. Good night Ruslan

Best regards, Florian 

> -----Original Message-----
> From: valentina-bounces at lists.macserve.net 
> [mailto:valentina-bounces at lists.macserve.net] On Behalf Of 
> Ruslan Zasukhin
> Sent: Thursday, November 11, 2004 8:53 PM
> To: valentina at lists.macserve.net
> Subject: Re: SQL question
> 
> On 11/11/04 9:27 PM, "Florian Bogeschdorfer" <fb at memedia.de> wrote:
> 
> >>>     AddField(VAL[#ID], VAL[#KUNDENTable],
> >>> "gebmo",#kTypeString,5,"MONTH(geburtsdatum)")
> 
> 
> > Then why didn't I get a method? I created the method and 
> the flag set 
> > FALSE...
> 
> I have check docs.
> 
> AddField object me, integer boRef,string fldName,symbol 
> fldType, [integer Param1], [integer Param2],[integer Method]
> 
> 
> 
> Now look on your code:
> 
>   AddField(
>         VAL[#ID], 
>         VAL[#KUNDENTable],
>         "gebmo",
>         #kTypeString,
>         5,
>         "MONTH(geburtsdatum)")
> 
> Count parameters, Florian.
> 
> You have miss the Param2.
> Must be 
> 
> 
>   AddField(
>         VAL[#ID], 
>         VAL[#KUNDENTable],
>         "gebmo",
>         #kTypeString,
>         5,
>         0, 
>         "MONTH(geburtsdatum)")
> 
> 
> --
> Best regards,
> Ruslan Zasukhin      [ I feel the need...the need for speed ]
> -------------------------------------------------------------
> e-mail: ruslan at paradigmasoft.com
> web: http://www.paradigmasoft.com
> 
> To subscribe to the Valentina mail list go to:
> http://lists.macserve.net/mailman/listinfo/valentina
> -------------------------------------------------------------
> 
> 
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina



More information about the Valentina mailing list