Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test/Quiz
Message
From
05/11/2004 12:39:36
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00851812
Message ID:
00958578
Views:
18
>>You're welcome.
>>
>>>Thanks a lot. Seems like not very easy questions. I'm not sure:
>>>
>>>5. How many of the 700 or so numbered VFP errors can you successfully recover from programmatically, and allow execution to continue?

>>
>>Not sure, but I suspect all of them.
>>
>
>"Error reading file" is not recoverable, AFAIK I think, there are few other errors of such kind.
>

i think the answer has to be 'all' or 'none', and i vote for all <s>. because i think its a trick question. any of the fox errors can be trapped, analyzed, and an alternative code can be executed. maybe a form won't be the choise to run then, but others could. none of them (errors) would 'crash' fox and kick you out.

so the answer has to be all.



>>>
>>>6. Why does a form's BufferMode? property accept only values 0, 1, 2 when CURSORSETPROP() accepts values 1, 2, 3, 4, 5 for BUFFERING?

>>
>
>Me too and do not know where to look for the answer.

look in help for CURSORSETPROP() and .buffermode.
the differense here is, that with CURSORSETPROP() you can specify if its table or record buffering. in the forms .buffermode you can not - it is pre-determined by the objects on the form (grid and all other control bound objects). then you have optimistic and pessimistic buffereing in addition to none at all. so you get to 3 options in the form and 5 for CURSORSETPROP().


>
>Some other questions are not that simple as well.

yes i agree <g>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform