BITRSHIFT()

GetCP()

The GetCP() function calls up a dialog that allows the operator to pick a code page.

Usage

nCodePage = GETCP( [ nInitialCP [, cPrompt [, cTitle ] ] ] )

Parameter

Value

Meaning

nInitialCP

Integer

Displays the specified code page as selected in the list box. You must pass some value (even though it doesn't need to be a valid code page) if you pass a value for cPrompt or cTitle.

Omitted

No code page is highlighted.

cPrompt

Character

The prompt to appear within the dialog box. Practically limited to around 200 characters, but more are accepted.

Empty string or omitted

Prompt is "Please select a code page for cross-platform data sharing." Note that you must pass the empty string, and not just omit the parameter, if you pass the cTitle parameter.

cTitle

Character

The title to display in the dialog box title bar. If the title exceeds the space allowed, it is truncated with an ellipsis.

Empty string or omitted

Dialog title is displayed as "Code Page."

nCodePage

0

User selected Cancel, Close from the control menu or pressed Escape.

Integer

The code page selected by the user.


Use this dialog to allow your users to chose a code page for tagging a file, translating, or perhaps selecting which code page to use for generation. There appears to be no way to preset the option group on the left-hand side of the dialog to show anything but "All platforms." Check out the CpZero.PRG supplied with Visual FoxPro to modify the code page of an existing DBF.

Example

? GETCP( 1250, "Convert file to which code page?", ;                "Code Page Conversion" )

See Also

CPConvert(), Set CPDialog


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net