Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling the *Pack* option of Reindex()
Message
From
15/06/1998 11:32:07
 
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00107939
Message ID:
00108239
Views:
33
Hi Mark.

>Before I totally screw up the SDT.VCX, might someone enlighten me on how to best disable the PACK option of the Reindex() function of the SDT.VCX.

Here's how you can remove the PACK option from the dialog that appears when you call the Reindex() method:

- open SDT.H
- find ccPACK
- comment that line out
- add the following line:

#define ccPACK ''

- save and close
- COMPILE CLASSLIB SDT

Because ccPACK is now defined as an empty string, the dialog won't display the pack checkbox.

I've added this to my ER (enhancement request) list for SDT.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform