Add Record not working

Ruslan Zasukhin sunshine at public.kherson.ua
Fri May 28 16:06:04 CDT 2004


On 5/28/04 11:45 AM, "Leo Van den Brande" <leo_van_den_brande at wxs.nl> wrote:

>> If project is simple you can send me
>> 
> 
> My project is very large, but I would love you to look at the relevant
> code and gladly accept your offer.
> In order not to loose all layout, I attach it as Word document.

  subtitle= new VString( "subtitlefld", 1024, "ASCII" )



TIP:

It is not good idea to make so long FIXED STRING fields.

Use VarChar then for such legnth


  subtitle= new VVarChar( "subtitlefld", 1024, "ASCII" )


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