Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buffering Problem
Message
From
10/02/2000 22:17:23
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00330075
Message ID:
00330499
Views:
12
Hi Barabara,

Thanks for responding.

I believe the fact that the program runs properly from the project would probably suggest that the correct file was selected. I did, however, trace it to verify this.

This program uses the Wizstyle.vcx (buttonset) control and appears to hang up in the updaterows event. I cannot issue a Set Step On in the .exe as it would give me the "Feature Not Available" error message. I don't know where to go from here. The program has always run properly and I made no changes that would have affected the buffering schema.

Any other ideas?

TIA

Barry

>After setting STEP ON as your signature suggests, check to be absolutely sure that the correct table is SELECTed at the time you get your error message.
>
>HTH
>Barbara
>
>>I have a weird situation in which my program runs fine from the project, yet I get a 1596 error "Table buffering not enabled" message when running the .exe. The code in this routine is as follows:
>>
>>set multilocks on
>>lSuccess=CURSORSETPROP("Buffering", 5, "selhdr")
>>IF lSuccess = .T.
>>
>>ELSE
>> =MESSAGEBOX("Buffering NOT successful!",0,"Operation Status")
>>ENDIF
>>lSuccess=CURSORSETPROP("Buffering", 5, "seldetail")
>>IF lSuccess = .T.
>>
>>ELSE
>> =MESSAGEBOX("Buffering NOT successful!",0,"Operation Status")
>>ENDIF
>>
>>dodefault()
>>
>>THe error message states "You have attempted to use the GETNEXTMODIFIED( ) function, which requires table buffering to be enabled.
>>Enable table buffering or use a different function."
>>
>>The form BUFFFERMODE property is set to Optimistic and the program executes correctly if I run it from the project. Is there something else I should be aware of? Any assistance would be greatly appreciated.
>>
>>Barry
If at first you don't succeed......SET STEP ON!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform