last 3 Recoding-Problems

Claudius Sailer Claudius at sailer-online.de
Sat Feb 12 10:46:27 CST 2005


Am 12. Feb 2005 um 09:44 Uhr schrieb Ruslan Zasukhin:

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

what is Mantis?

bye


Claudius



More information about the Valentina-beta mailing list