Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fast
Message
From
08/11/2009 02:29:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Fast
Miscellaneous
Thread ID:
01432885
Message ID:
01433734
Views:
109
thank you ,
i try it ,
i get another error message at line endtry
Unhandled Structured Exception
errorNo:12
Message:variable'CRLF' is not found
user value:

can i sent the table, it is small table just 38 records with 6 fields at your Ps.email, if you don't mind to sent your ps email as
private message.

thanks
>>thank you,
>>i try as below , at line endtry i get error message Unhandled Structured Exception
>> errorno:1
>> message:file'log_error.prg'dose not exist
>> user value :
>>
>
>Sorry, add also - I'm wondering what error did you encounter with this way?
>
>
>function Log_Error
>lparameters toError
>local lcError, lcVars
>
>lcError = [Error: ] + transform(m.toError.errorno) + CRLF + ;
>	[LineNo: ] + transform(m.toError.lineno) + CRLF +  ;
>	[Message: ] + m.toError.message  + CRLF +  ;
>	[Procedure: ] + m.toError.procedure + CRLF +  ;
>	[Details: ] + m.toError.details  + CRLF + ;
>	[StackLevel: ] + transform(m.toError.stacklevel) + ;
>	iif(_vfp.startmode = 0, CRLF + [LineContents: ] + m.toError.linecontents, '')
>
>
>return m.lcError
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform