Getting LIKE %you%

Barry G. Sumpter BarrySum at BigPond.Net.AU
Sun May 27 01:40:55 CDT 2007


Is the er.Message what you mean my ErrString in the following code:


Exception er as VException 
    MsgBox "Error: " + Str(er.ErrorNumber) + " - " + er.Message




-----Original Message-----
From: valentina-bounces at lists.macserve.net
[mailto:valentina-bounces at lists.macserve.net] On Behalf Of Ruslan Zasukhin
Sent: Sunday, 27 May 2007 4:20 PM
To: valentina at lists.macserve.net
Subject: Re: Getting LIKE %you%

On 26/5/07 10:27 PM, "Chuck Pelto" <cbpelto at pcisys.net> wrote:

> Chuck
> P.S. Ruslan....
> 
> ....you might want to improve the current methods for finding Error
> Codes. There seem to be some interesting issues with the XML
> approach. Furthermore, I think the 460037 codes absence is something
> of an issue. You might want to at least point to where people can
> find the language description of what the number means.

It is not absent.

I believe that in some docs said that XML file contains error in HEX
numbers.

In RB you get numbers as Decimal.

I believe that some V4RB example maid to show
    
    a) error string
    b) error as decimal
    c) error as HEX.

In fact it is USELESS to see error code as decimal!!

RB have function to convert into HEX, right?
So in your apps you can EASY convert to decimal and show that in YOUR own
debug dialogs.

Then simple jump to XML file and find that HEX value.
Read description :-)


But even this is not required!

    why you need anything else to read if you have ErrString ?????

In XML file you will see for example

    Table %S is not found

But in ErrString you will see

    Table Person is not found

Second if better and clear, right ?



-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]


_______________________________________________
Valentina mailing list
Valentina at lists.macserve.net
http://lists.macserve.net/mailman/listinfo/valentina



More information about the Valentina mailing list