Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buffering
Message
From
20/07/1998 12:33:24
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00119299
Message ID:
00119314
Views:
23
Hi Jane.

>I'm getting an error message that says "function requires row or table buffering mode". In my form init and load I have the following code:
> SET MULTILOCKS ON
> =CURSORSETPROP("Buffering",3)

Are you sure you have selected the correct work area?

> seek upper(thisform.txtLname.Value + thisform.txtFname.Value)

You may want to try seek padr(upper(thisform.txtLname.Value),)+ padr(upper(thisform.txtFname.Value), )

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform