Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How will I ever get my app ported to SQL Server?
Message
 
 
To
21/08/2008 15:52:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01338696
Message ID:
01340927
Views:
17
>>I personally use slighlty different approach, I create CAs using Mark's builder, then add them in Form's Load via code and call CursorFill when I'm ready.
>
>
>Could you give me a code-sample to peek at?
>
>In my app, I will have about 10 child CA's that need to be in synch with the "parent" CA, as it is navigated to the next record.
>
>There seems to be two approaches...
>
> 1. Index every CA and use relations to set it all up,
>
> 2. Use parameterized CA's and do a CursorFill() on each one every time the pointer in the parent moves.
>
>
>How do you do it?

Use parameterized CA, but do not use CursorFill() when pointer changes, use CursorRefresh() after setting your parameter.

At my work I don't have VFP or code samples, I can search here for some code samples or dig something from home.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform