SQL question

Ruslan Zasukhin sunshine at public.kherson.ua
Thu Nov 11 21:53:24 CST 2004


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




More information about the Valentina mailing list