last 3 Recoding-Problems

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Feb 12 10:44:40 CST 2005


On 2/12/05 10:38 AM, "Claudius Sailer" <Claudius at sailer-online.de> wrote:

> Sub DBCurrencies(indatabase as Datenbank)
>    name="Currencies"
>    CUR=new VVarChar("CUR",504,EVFlag.fUnique +EVFlag.fIndexed)
>    CURName=new VVarChar("CURName",504, EVFlag.fUnique +EVFlag.fIndexed)
>    Ric=new VVarChar("Ric",504,EVFlag.fIndexed+EVFlag.fNullable)
>    Online=new VObjectPtr("Online",inDataBase.TOnline,EVFlag.fNullable +
> EVOnDeletion.kRestrict)
>    LastValue=new VLong("LastValue",EVFlag.fNullable)
>    QuotationUnit=new VULong("QuotationUnit")
>    QuotationMode=new VBoolean("QuotationMode")
>    NValue=new VFloat("NValue", EVFlag.fNone,
> "if(QuotationMode=1,(LastValue/10000)/QuotationUnit,1/((LastValue/
> 10000)/QuotationUnit))")
>    Sortierung=new VULong("Sortierung")
> end Sub
> 
> I get following LogFile. Application crashes without ErrorMessage. It
> Seems that something is wrong with Method?

Claudius,

Please add this to Mantis.



-- 
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-beta mailing list