Corrected some typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -589,7 +589,7 @@ working with databases:
|
|||||||
\end{twocollist}
|
\end{twocollist}
|
||||||
|
|
||||||
The documentation for the older classes is still included, but you should avoid
|
The documentation for the older classes is still included, but you should avoid
|
||||||
using any of them in the new programs:
|
using any of them in new programs:
|
||||||
|
|
||||||
\twocolwidtha{6cm}
|
\twocolwidtha{6cm}
|
||||||
\begin{twocollist}\itemsep=0pt
|
\begin{twocollist}\itemsep=0pt
|
||||||
|
@@ -624,7 +624,7 @@ entry is also logged to the defined log file.
|
|||||||
function call that erred required a hdbc or hstmt argument.}
|
function call that erred required a hdbc or hstmt argument.}
|
||||||
|
|
||||||
\docparam{aHstmt}{Handle to the ODBC statement being executed against. Pass
|
\docparam{aHstmt}{Handle to the ODBC statement being executed against. Pass
|
||||||
this in if the ODBC function call that erred out required a hstmt argument.}
|
this in if the ODBC function call that failed required a hstmt argument.}
|
||||||
|
|
||||||
\wxheading{Remarks}
|
\wxheading{Remarks}
|
||||||
|
|
||||||
@@ -981,9 +981,9 @@ in the result set after the current position of the cursor.
|
|||||||
|
|
||||||
\docparam{aHenv}{A handle to the ODBC environment.}
|
\docparam{aHenv}{A handle to the ODBC environment.}
|
||||||
\docparam{aHdbc}{{\it OPTIONAL.} A handle to the ODBC connection. Pass this
|
\docparam{aHdbc}{{\it OPTIONAL.} A handle to the ODBC connection. Pass this
|
||||||
in if the ODBC function call that erred out required a hdbc or hstmt argument.}
|
in if the ODBC function call that failed required a hdbc or hstmt argument.}
|
||||||
\docparam{AHstmt}{{\it OPTIONAL.}A handle to the ODBC statement being executed
|
\docparam{AHstmt}{{\it OPTIONAL.}A handle to the ODBC statement being executed
|
||||||
against. Pass this in if the ODBC function call that erred out requires a
|
against. Pass this in if the ODBC function call that failed requires a
|
||||||
hstmt argument.}
|
hstmt argument.}
|
||||||
|
|
||||||
\wxheading{Example}
|
\wxheading{Example}
|
||||||
@@ -991,8 +991,7 @@ hstmt argument.}
|
|||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
if (SQLExecDirect(hstmt, (UCHAR FAR *) pSqlStmt, SQL_NTS) != SQL_SUCCESS)
|
if (SQLExecDirect(hstmt, (UCHAR FAR *) pSqlStmt, SQL_NTS) != SQL_SUCCESS)
|
||||||
{
|
{
|
||||||
// Display all ODBC errors for this stmt
|
return(db.GetNextError(db.henv, db.hdbc, hstmt));
|
||||||
return(db.DispAllErrors(db.henv, db.hdbc, hstmt));
|
|
||||||
}
|
}
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
@@ -1685,13 +1684,13 @@ name, user ID, password and default directory path (used with dBase). Other
|
|||||||
optional fields held in this class are and file type, both for future
|
optional fields held in this class are and file type, both for future
|
||||||
functions planned to be added for creating/manipulating datasource definitions.
|
functions planned to be added for creating/manipulating datasource definitions.
|
||||||
|
|
||||||
\membersection{wxDbConnectInf::wxDbConnectInfo}
|
\membersection{wxDbConnectInf::wxDbConnectInf}
|
||||||
|
|
||||||
\func{}{wxDbConnectInf}{\void}
|
\func{}{wxDbConnectInf}{\void}
|
||||||
|
|
||||||
Default constructor.
|
Default constructor.
|
||||||
|
|
||||||
\func{}{wxDb}{\param{HENV }{henv}, \param{const wxString \&}{dsn},
|
\func{}{wxDbConnectInf}{\param{HENV }{henv}, \param{const wxString \&}{dsn},
|
||||||
\param{const wxString \&}{userID=""}, \param{const wxString \&}{password},
|
\param{const wxString \&}{userID=""}, \param{const wxString \&}{password},
|
||||||
\param{const wxString \&}{defaultDir=""}, \param{const wxString \&}{description=""},
|
\param{const wxString \&}{defaultDir=""}, \param{const wxString \&}{description=""},
|
||||||
\param{const wxString \&}{fileType=""}}
|
\param{const wxString \&}{fileType=""}}
|
||||||
|
@@ -131,8 +131,8 @@ Returns FALSE if unsuccessful or not implemented.
|
|||||||
If the help viewer is not running, runs it and displays the given section.
|
If the help viewer is not running, runs it and displays the given section.
|
||||||
|
|
||||||
The interpretation of {\it section} differs between help viewers. For most viewers,
|
The interpretation of {\it section} differs between help viewers. For most viewers,
|
||||||
this call is equivalent to KeywordSearch. For MS HTML Help, external HTML help
|
this call is equivalent to KeywordSearch. For MS HTML Help, wxHTML help and external HTML help,
|
||||||
and simple wxHTML help, if {\it section} has a .htm
|
if {\it section} has a .htm
|
||||||
or .html extension, that HTML file will be displayed; otherwise
|
or .html extension, that HTML file will be displayed; otherwise
|
||||||
a keyword search is done.
|
a keyword search is done.
|
||||||
|
|
||||||
@@ -140,9 +140,9 @@ a keyword search is done.
|
|||||||
|
|
||||||
If the help viewer is not running, runs it and displays the given section.
|
If the help viewer is not running, runs it and displays the given section.
|
||||||
|
|
||||||
{\it WinHelp, MS HTML Help:} {\it sectionNo} is a context id.
|
{\it WinHelp, MS HTML Help} {\it sectionNo} is a context id.
|
||||||
|
|
||||||
{\it External HTML help/simple wxHTML help:} wxExtHelpController implements {\it sectionNo} as an id in a map file, which is of the form:
|
{\it External HTML help:} wxExtHelpController implements {\it sectionNo} as an id in a map file, which is of the form:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
0 wx.html ; Index
|
0 wx.html ; Index
|
||||||
|
@@ -30,12 +30,12 @@ and then pressing OK.
|
|||||||
|
|
||||||
Constructor, taking an array of wxString choices and optional client data.
|
Constructor, taking an array of wxString choices and optional client data.
|
||||||
|
|
||||||
\func{}{wxSingleChoiceDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message},\rtfsp
|
%\func{}{wxSingleChoiceDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message},\rtfsp
|
||||||
\param{const wxString\& }{caption}, \param{const wxStringList\& }{choices},\rtfsp
|
%\param{const wxString\& }{caption}, \param{const wxStringList\& }{choices},\rtfsp
|
||||||
\param{void**}{ clientData = NULL}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE},\rtfsp
|
%\param{void**}{ clientData = NULL}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE},\rtfsp
|
||||||
\param{const wxPoint\& }{pos = wxDefaultPosition}}
|
%\param{const wxPoint\& }{pos = wxDefaultPosition}}
|
||||||
|
%
|
||||||
Constructor, taking a string list and optional client data.
|
%Constructor, taking a string list and optional client data.
|
||||||
|
|
||||||
\wxheading{Parameters}
|
\wxheading{Parameters}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user