West Wind Web Connection
wwipstuff::cftpserver
Home
West Wind Web Connection
What's new in Web Connection
Licensing
Shareware version limitations and issues
Updating Web Connection
Updating from previous Versions or the Shareware Version
Web Connection to 7.0
Upgrading to the new Project Structure from older Versions
VCX Class to PRG Class Migrations
Bootstrap 3 to Bootstrap 4
FontAwesome 4 to FontAwesome 5
wwIPStuff Updates to wwHttp, wwSmtp, wwFtp and wwSocket PRG
Offline Documentation
Configuring the Message Board Sample
Requirements and Recommended downloads
System, software and hosting requirements
Running under Visual FoxPro Advanced (VFP 10)
Visual FoxPro Environment Requirements
Web Connection WebLog
Support and Reporting bugs
Pricing, Purchasing, Reselling and Warranty
Latest News at West Wind Technologies
User Guide
What is Web Connection
Roadmap to starting out with Web Connection
Choosing the right Development Model
Setting Up Web Connection
Web Connection Installation
Update Web Connection from a previous or Shareware Version
Web Server Support and Configuration
IIS Configuration for Web Connection
Automated Project Configuration for IIS with the ServerConfig Program
IIS Express Configuration for Web Connection
Web Connection Web Server and IIS Host Middleware (.NET Core)
Apache for Windows Manual Configuration
The Setup program
Step 1 - Picking the Web server
Step 2 - Web Virtual Path Sample Configuration
Step 3 - Finish and test the Server
Step 4 - Checking out the code
Setup troubleshooting
Is the Web Server Working?
Troubleshooting a Filebased Server Install
Save As.. or Download dialog instead of request result
404 Resource Not Found Errors
Automate IIS Setup and Features with Powershell
Using Launch.prg to Launch your Application
Live Reloading Content during Development
Running Web Connection on 64 Bit Windows
.NET Managed Handler vs ISAPI Module
Using Extensionless Urls
Using the Web Connection Managed Handler
IIS and the Web Connection Managed Handler
Web Connection Managed Handler Configuration
webConnectionConfiguration Settings
AppConfiguration.AdminAccount
AppConfiguration.AdminPage
AppConfiguration.AutoStartServers
AppConfiguration.ComServerLoadingMode
AppConfiguration.ComServerProgId
AppConfiguration.ExeFile
AppConfiguration.LogDetail
AppConfiguration.MessageDisplayFooter
AppConfiguration.MessagingMechanism
AppConfiguration.PostBufferLimit
AppConfiguration.ServerCount
AppConfiguration.TempFilePrefix
AppConfiguration.TempPath
AppConfiguration.Timeout
AppConfiguration.UpdateFile
Class AppErrorMessagePages
AppErrorMessagePages.Busy
AppErrorMessagePages.Exception
AppErrorMessagePages.InvalidRequestId
AppErrorMessagePages.Maintenance
AppErrorMessagePages.NoOutput
AppErrorMessagePages.OleError
AppErrorMessagePages.PostBufferSize
AppErrorMessagePages.Timeout
AppErrorMessagePages.TransmitFileFailure
.NET Handler Administration Links
Development Environments
Visual Studio Configuration and Operation
Mapping Web Connection Script Maps to the HTML Editor
Creating custom Page Templates
The Web Connection Visual Studio Add-in
Visual Studio Web Connection Code Snippets
Reinstalling the Visual Studio 2015 and Later Add-in
Visual Studio Code Configuration and Operation
Open your Web Project in VsCode
Map Script Maps to HTML Syntax
Visual Studio Code Intellisense Code Snippets
Deploying Files from Visual Studio Code
Web Connection Configuration and Deployment
Deploying your Web Connection Application
FoxPro Server Configuration for Production
Compiling your Server
Manual Deployment on a live Web server
Automated Server Configuration
COM Server Configuration
When to use COM Mode: Production Sites
COM Server Security and Identity
DCOM Configuration (optional)
Copying COM Server Projects
Manual File Server Configuration
Updating and Hotswapping Web Connection Servers
Deploying to Low Cost ASP.NET Hosts
Creating a Registrationless COM Deployment
Creating a self contained File Based Server
Server Configuration Wizard
Step 1 - Create virtual directory
Step 2 - Sync Web Connection Server Settings
Step 3 - Create Scriptmaps
Step 4 - Configure COM settings
Programmatic Server Configuration
Securing your Web application
The Server User Interface
The main server process form
The Server Status Form
Logging and the Request Log Viewer
Configuration Files
The wc.ini configuration file
Web Connection web.config Settings
The Application ini file and the wwServerConfig class
YourApp.ini File Configuration Values
The wconnect.h file
Customizing wconnect.h settings with wconnect_override.h
The Web Connection HTML Administration Page
Web Connection Handler Administration Page
Web Connection ISAPI Error log (wcErrors.txt)
Error Handling
Debugging Requests
Request Error Handling
Logging and Tracking Requests
Fox Server Application Logging
Web Server Module Logging
The RequestId ServerVariable and the ISAPI Extension
Configuring Web Connection for use with SQL Server
Dealing with COM Server Load Errors
Startup Error Tracing
Scaling Web Connection Servers across the network
Tuning Web Connection for high volume operations
Multi-tenant Web Connection Applications
How Web Connection works
The Server Architecture
Messaging Modes - File Based, COM and ASP
The Visual FoxPro Framework
Implementing the Server
Setting up a Process Class
Templates and Scripts - MVC for Web Connection
Templates vs. Scripts
Using Scripts
Using Templates
Layout Pages, Content Pages, Partials and Sections
Markdown Island Support in Scripts and Templates
Markdown Pages - Rendering HTML from Markdown Files
Mechanisms for generating HTML
Web Sockets in Web Connection
How Web Sockets work
Setting up Web Sockets in the Web Browser
Handling Web Socket requests in Web Connection (Receive and Send)
Class wwWebSocket
wwWebSocket::AddRecipient
wwWebSocket::BroadcastMessage
wwWebSocket::CreateMessageObject
wwWebSocket::cBaseUrl
wwWebSocket::oMessage
Creating ASP Components from a Web Connection Application
The Web Connection Management Console
Management Console Command Line Interface
New Project Wizard
Step 1 - Create the project and process names
Step 2 - Configure a virtual directory
Step 3 - Finish and create the project
New Process Wizard
Step 1 - Pick the project and process
Step 2 - Configure optional Virtual and Scriptmap
Create SQL Server Tables
Step 1 - Select Database
Step 2 - Set Connection String
Step 3 - Finish and configure Web Connection for SQL tables
Security
Securing your Web Connection Installation
Windows Directory & File Security
HTTPS/SSL Encryption
Application Level Authentication
Windows Authentication
UserSecurity Authentication
Custom Authentication with UserSecurity (Example)
Windows Authentication and Scriptmaps
Knowledge Base Topics
Setting IIS and ASP.NET POST Request Size Limits
Configuring Execution Timeout for Server Requests
How Many Server Instances should I run?
Implementing HTTP Cookies
Run the server without User Interface
Running long requests in Single COM mode
Running multiple Web Connection Apps on a single server
Access Denied Errors when loading COM servers
Why you should use Scriptmaps instead of wc.dll for links
IntelliSense and Web Connection Objects
Removing multiple DCOMCNFG references for your COM server
How to run JSON Requests from a Process Class
Mappnig Network Drives for unattended use
Windows Authentication Errors on local Servers (Loopback Protection)
503 Service Unavailable: IIS Error
Forcing all requests to HTTPS using UrlRewrite
Extended Logging of Full Request and Response
Out of Memory Errors for High Load FoxPro COM Servers
Walk Through Tutorials
Not using Visual Studio? No Problem
Additional online Samples available
Step By Step: Getting Started Creating a new Project
Step 1 - Creating a new project
Step 2 - Testing the installation
Step 3 - Adding our own Request Method
Step 4 - Adding simple User Input with QueryStrings
Step 5 - Drilling down into the customer list
Step 6 - Scripts and Templates and Setting up an HTML Editor
Step 7 - Capturing Form Data Using Scripts and Templates
Step 8 - Capturing Data and Validation Errors
Step 9 - Bonus: Use Live Reload and an External Editor to speed up HTML and Code Editing
Step By Step: MVC Development with Business Objects
Step 1 - Setting up a business object
Step 2 - Create a new Process class
Step 3 - Querying customers with the business object
Step 4 - Model View Controller (MVC) - separating code from HTML
Step 5 - Selecting and displaying a single customer
Step 6 - Adding, editing and deleting customers from the customer list
Step 7 - Displaying a Customer edit form
Step 8 - Saving customer data and error handling
Step 9 - Adding a new customer
Step 10 - Adding security
Step by Step: Creating a JSON REST Service
Step 1 - Create a new REST Service
Step 2 - Check out the REST Service
Step 3 - Returning a JSON Customer List from the REST Service
Step 4 - Accepting JSON parameters
Step 5 - Show and Update a Customer
Step 6 - Using FoxPro to access the JSON HTTP API
Step 7 - Adding CORS support
Step 8 - Accessing the REST API with jQuery
Step by Step: Serving Markdown Pages as HTML
Step By Step: Simple Ajax Callbacks using jQuery
Using jQuery.get() for very simple Data Requests
Framework Classes
Class wwServer
wwServer::OnInit
wwServer::OnInitCompleted
wwServer::OnLoad
wwServer::Dispose
wwServer::GetProcessId
wwServer::AddResource
wwServer::ErrorMsg
wwServer::Process
wwServer::ProcessHit
wwServer::ProcessHitBinary
wwServer::ShowServerForm
wwServer::ShutDown
wwServer::LogRequest
wwServer::LogError
wwServer::SendAdminEmail
wwServer::Trace
wwServer::cAppIniFile
wwServer::cAppName
wwServer::cAppStartPath
wwServer::cCOMReleaseURL
wwServer::cErrorMsg
wwServer::cLogFile
wwServer::cOutput
wwServer::cRequestClass
wwServer::lASPObject
wwServer::lShowRequestData
wwServer::lShowServerForm
wwServer::lShowDesktopForm
wwServer::lShowStatus
wwServer::lUseRegistryForStartupPath
wwServer::lUseErrorMethodErrorHandling
wwServer::lComObject
wwServer::lDebugMode
wwServer::lError
wwServer::nLogFormat
wwServer::lUnattendedComMode
wwServer::nScriptMode
wwServer::nPageParseMode
wwServer::nWebControlFrameworkCompileMode
wwServer::oConfig
wwServer::cTempFilePath
wwServer::cTemplate
wwServer::lDebugMode
wwServer::nLogFormat
wwServer::lShowStatus
wwServer::lShowServerForm
wwServer::nScriptMode
wwServer::nPageParseMode
wwServer::nTimerInterval
wwServer::cComReleaseUrl
wwServer::lUnattendedMode
wwServer::lSaveRequestFiles
wwServer::cSystemFilesDataPath
wwServer::cSqlConnectString
wwServer::oCache
wwServer::oResources
Server Support members of wwServer
wwServer::GetAppStartPath
wwServer::LogRequest
wwServer::ReadConfiguration
wwServer::ReloadComServers
wwServer::SaveConfiguration
wwServer::SetLocale
wwServer::SetLogging
wwServer::SetTimerInterval
wwServer::cDefaultLocale
wwServer::cDLLFileName
wwServer::cTempFilePath
wwServer::lShowServerForm
wwServer::lShowStatus
wwServer::lUseMTS
wwServer::lUseRegistryForStartupPath
Class wwProcess
wwProcess::OnAuthenticateUser
wwProcess::OnAuthenticated
wwProcess::OnCheckForAuthentication
wwProcess::OnLogout
wwProcess::OnShowAuthenticationForm
wwProcess::OnError
wwProcess::OnProcessInit
wwProcess::OnProcessComplete
wwProcess::OnRouting
wwProcess::OnUrlRewrite
wwProcess::OnWebSocket
wwProcess::Authenticate
wwProcess::AddAntiForgeryToken
wwProcess::CaptchaImage
wwProcess::CheckAntiForgeryToken
wwProcess::WebResource
wwProcess::GetWebResourceUrl
wwProcess::ErrorMsg
wwProcess::GetAppSetting
wwProcess::GetUrlBasePath
wwProcess::GetWCIniSetting
wwProcess::InitSession
wwProcess::PageHeaderTemplate
wwProcess::PageTemplate
wwProcess::PageFooterTemplate
wwProcess::ReleaseSession
wwProcess::LogError
wwProcess::Process
wwProcess::ResolveUrl
wwProcess::ResolveServerUrl
wwProcess::ResolvePath
wwProcess::SendErrorEmail
wwProcess::SendAdminEmail
wwProcess::StandardPage
wwProcess::cAuthenticationMode
wwProcess::cAuthenticatedName
wwProcess::cAuthenticatedUser
wwProcess::cAuthenticationUserSecurityClass
wwProcess::cAuthenticationUserSecurityKey
wwProcess::cAuthenticationUserMessage
wwProcess::lIsAuthenticated
wwProcess::cSessionKey
wwProcess::cUrlBasePath
wwProcess::cErrorTemplate
wwProcess::cMethodExecutionExclusions
wwProcess::lEnableSessionState
wwProcess::lShowRequestData
wwProcess::nPageScriptMode
wwProcess::nAuthenticationTimeoutSeconds
wwProcess::oConfig
wwProcess::oRequest
wwProcess::oResponse
wwProcess::oServer
wwProcess::oSession
wwProcess::oUserSecurity
wwProcess::oUser
Class wwRestProcess
What is a REST API Service?
How wwRestService works
Using the wwRestProcess Class
Setting an Access-Control-Allow-Origin Header for CORS
Sending raw, non-JSON Response results with a REST method
Bearer Token Authentication with wwRestProcess
wwRestProcess.InitTokenSession
wwRestProcess.Authenticate
wwRestProcess::lRawResponse
wwRestProcess::oJsonService
wwRestProcess::OnAfterCallMethod
wwRestProcess::CreateJsonService
wwRestProcess::OnBeforeCallMethod
wwRestProcess::ErrorResponse
Class wwRequest
How wwRequest works
*** Core Methods required for subclassing
wwRequest::Form
wwrequest::FormOrValue
wwrequest::FormChecked
wwrequest::FormDate
wwrequest::FormDateOrValue
wwrequest::FormSelected
wwRequest::GetFormVarCollection
wwRequest::GetFormMultipleCollection
wwrequest::GetUrlEncodedKeyCollection
wwrequest::GetRawFormData
wwRequest::InitializeRequest
wwrequest.IsChecked
wwrequest::IsFormVar
wwrequest::IsPostback
wwRequest::Querystring
wwRequest::GetQuerystringMultipleCollection
wwrequest::Params
wwRequest::ServerVariables
wwRequest::SetKey
*** General purpose retrieval methods
wwRequest::FormVarsToObject
wwrequest::GetApplicationPath
wwRequest::GetAuthenticatedUser
wwRequest::GetBrowser
wwRequest::GetCookie
wwRequest::GetCurrenturl
wwrequest::GetExecutablePath
wwRequest::GetExtraHeader
wwRequest::GetFormMultiple
wwrequest::GetHttpVerb
wwRequest::GetIpAddress
wwRequest::GetLogicalpath
wwRequest::GetLocale
wwRequest::GetMultipartFile
wwRequest::GetMultipartFiles
wwRequest::GetMultipartFormVar
wwRequest::GetRequestId
wwRequest::GetPhysicalPath
wwRequest::GetReferrer
wwRequest::GetRelativeSecureLink
wwrequest::GetRoutingInfo
wwRequest::GetServerName
wwRequest::GetServerSoftware
wwRequest::GetVirtualPath
wwRequest::GetWCIniValue
wwRequest::IsLinkSecure
wwRequest::GetClientCertificate
wwRequest::UnbindFormVars
wwrequest::lUtf8Encoding
wwrequest::nPostMode
wwRequest::cFormVars
wwRequest::cPathOverride
wwRequest::cServerVars
wwRequest::lUseXMLFormvars
wwRequest::oApi
wwRequest::oXML
Class wwASPRequest
Class wwPageResponse
wwPageResponse::Authentication
wwPageResponse::AddCacheHeader
wwPageResponse::AddCookie
Class wwCookie
wwCookie::Init
wwCookie::CookieName
wwCookie::Value
wwCookie::Domain
wwCookie::Path
wwCookie::Expires
wwCookie::SameSite
wwCookie::HttpOnly
wwCookie::Secure
wwCookie::ExtraContent
wwPageResponse::DocHeader
wwPageResponse::DocFooter
wwPageResponse::AddForceReload
wwPageResponse::AppendHeader
wwPageResponse::BinaryWrite
wwPageResponse::Clear
wwPageResponse::DownloadFile
wwPageResponse::End
wwPageResponse::ExpandPage
wwPageResponse::ExpandScript
wwPageResponse::ExpandTemplate
wwPageResponse::FastWrite
wwPageResponse::Redirect
wwPageResponse::Render
wwPageResponse::TransmitFile
wwPageResponse::Write
wwPageResponse::WriteFullResponse
wwPageResponse::ContentType
wwPageResponse::Encoding
wwPageResponse::Cookies
wwPageResponse::Expires
wwPageResponse::GZipCompression
wwPageResponse::Headers
wwPageResponse::RawHeaders
wwPageResponse::ResponseEnded
wwPageResponse::Status
Framework Support classes
Library wwHtmlHelpers
wwHtmlHelpers.HtmlCloseElement
HtmlDataGrid
Code Example for creating a fully custom Data Grid
HtmlDataGrid and Paging
Custom Row and Column Rendering
Using Checkboxes as a Grid column
Class HtmlDataGridConfig
HtmlDataGridConfig::OnAfterRowRender
HtmlDataGridConfig.OnAfterRowsRendered
HtmlDataGridConfig::OnBeforeRowRender
HtmlDataGridConfig::AddColumn
HtmlDataGridConfig::AddCursorColumns
HtmlDataGridConfig::ActiveColumn
HtmlDataGridConfig::ActiveColumnAttributeString
HtmlDataGridConfig::AlternateItems
HtmlDataGridConfig::AlternatingItemCssClass
HtmlDataGridConfig::CssClass
HtmlDataGridConfig::CurrentPageIndex
HtmlDataGridConfig::DataKeyField
HtmlDataGridConfig::HeaderCssClass
HtmlDataGridConfig::HeaderStyle
HtmlDataGridConfig::ItemCssClass
HtmlDataGridConfig::ItemStyle
HtmlDataGridConfig::NextText
HtmlDataGridConfig::PageBaseLink
HtmlDataGridConfig::PageCount
HtmlDataGridConfig::PagerColumnAttributes
HtmlDataGridConfig::PagerButtonCount
HtmlDataGridConfig::PagerCssClass
HtmlDataGridConfig::PagerQueryStringName
HtmlDataGridConfig::PagerText
HtmlDataGridConfig::PageSize
HtmlDataGridConfig::PreviousText
HtmlDataGridConfig::RowAttributeString
HtmlDataGridConfig::RowContent
HtmlDataGridConfig::TableAttributes
HtmlDataGridConfig::TableStyle
HtmlDataGridConfig::Width
Class HtmlDataGridColumn
HtmlDataGridColumn::Style
HtmlDataGridColumn::Sortable
HtmlDataGridColumn::SortExpression
HtmlDataGridColumn::ItemAttributeString
HtmlDataGridColumn::HeaderText
HtmlDataGridColumn::HeaderAttributeString
HtmlDataGridColumn::Format
HtmlDataGridColumn::FieldWidth
HtmlDataGridColumn::FieldType
HtmlDataGridColumn::Expression
HtmlDataGridColumn::Init
HtmlFormClose
wwHtmlHelpers.HtmlFormOpen
wwHtmlHelpers.HtmlImage
wwHtmlHelpers.HtmlLabel
wwHtmlHelpers.HtmlLink
wwHtmlHelpers.HtmlOpenElement
wwHtmlHelpers.HtmlRadioButton
wwHtmlHelpers.HtmlRecord
Code Examples for create Record display from a cursor
Class HtmlRecordColumn
HtmlRecordColumn::Init
HtmlRecordColumn::CSSClass
HtmlRecordColumn::Expression
HtmlRecordColumn::FieldType
HtmlRecordColumn::FieldWidth
HtmlRecordColumn::Format
HtmlRecordColumn::HeaderAttributeString
HtmlRecordColumn::HeaderText
HtmlRecordColumn::ItemAttributeString
HtmlRecordColumn::RowAttributeString
HtmlRecordColumn::RowCssClass
HtmlRecordColumn::Style
Class HtmlRecordConfig
HtmlRecordConfig::AddColumn
HtmlRecordConfig::Columns
HtmlRecordConfig::CssClass
HtmlRecordConfig::DataMode
HtmlRecordConfig::DisplayMode
HtmlRecordConfig::HeaderCssClass
HtmlRecordConfig::HeaderStyle
HtmlRecordConfig::ID
HtmlRecordConfig::ItemAttributeString
HtmlRecordConfig::ItemCssClass
HtmlRecordConfig::RowAttributeString
HtmlRecordConfig::RowCssClass
HtmlRecordConfig::Style
HtmlRecordConfig::TableAttributes
HtmlRecordConfig::TableStyle
HtmlRecordConfig::Width
wwHtmlHelpers.HtmlTextArea
wwHtmlHelpers.HtmlTextBox
wwHtmlHelpers::HtmlBindingError
wwHtmlHelpers::HtmlButton
wwHtmlHelpers::HtmlCheckBox
wwHtmlHelpers::HtmlDateTextBox
wwHtmlHelpers::HtmlListBox
wwHtmlHelpers::HtmlDropDown
wwHtmlHelpers::HtmlElement
wwHtmlHelpers::HtmlErrorDisplay
Class HtmlErrorDisplayConfig
wwHtmlHelpers::Message
wwHtmlHelpers::Header
wwHtmlHelpers::Icon
wwHtmlHelpers::Attributes
wwHtmlErrorDisplayConfig::Errors
wwHtmlHelpers::HtmlPager
wwHtmlHelpers::HtmlPassword
wwHtmlHelpers::HtmlRssFeed
Class HtmlRssFeedConfig
HtmlRssFeedConfig::FeedUrl
HtmlRssFeedConfig::ItemsToShow
HtmlRssFeedConfig::ConnectionTimeout
HtmlRssFeedConfig::DetailPreHtml
HtmlRssFeedConfig::DetailPostHtml
HtmlRssFeedConfig::ShowBlogTitle
HtmlRssFeedConfig::ShowDetail
HtmlRssFeedConfig::CssClass
HtmlRssFeedConfig::TitleCssClass
HtmlRssFeedConfig::CacheDuration
wwHtmlHelpers::HtmlSubmitButton
Class wwSession
How it works
Using SQL Server for Sessions with the wwSessionSQL Class
wwSession::CreateTable
wwSession::DeleteSession
wwSession::EndSession
wwSession::GetField
wwSession::GetSessionId
wwSession::GetSessionVar
wwSession::GetUserId
wwSession::IsValidSession
wwSession::LocateSession
wwSession::NewSession
wwSession::OpenTable
wwSession::Reindex
wwSession::SetField
wwSession::SetSessionID
wwSession::SetSessionVar
wwSession::SetUserId
wwSession::TimeoutSessions
wwSession::cDataPath
wwSession::cSessionID
wwSession::cTableName
wwSession::lDontSaveSession
wwSession::lNoFileCheck
wwSession::nSessionTimeout
wwSession::oRequest
Class wwUserSecurity
wwUserSecurity::Authenticate
wwUserSecurity::AuthenticateNt
wwUserSecurity::Close
wwUserSecurity::CreateTable
wwUserSecurity::DeleteUser
wwUserSecurity::FixupTable
wwUserSecurity::GetPasswordHash
wwUserSecurity::GetUser
wwUserSecurity::GetUserByUsername
wwUserSecurity::GetUserByValidationKey
wwUserSecurity::IsEmpty
wwUserSecurity::NewUser
wwUserSecurity::Open
wwUserSecurity::Reindex
wwUserSecurity::SaveUser
wwUserSecurity.cPasswordEncryptionKey
wwUserSecurity::calias
wwUserSecurity::cdomain
wwUserSecurity::cerrormsg
wwUserSecurity::cfilename
wwUserSecurity::lcasesensitive
wwUserSecurity::lerror
wwUserSecurity::lRequireValidation
wwUserSecurity::ndefaultaccounttimeout
wwUserSecurity::nminpasswordlength
wwUserSecurity::oUser
Class wwCache
How wwCache works
When and How to use Caching
wwCache::AddItem
wwCache::Clear
wwCache::Expire
wwCache::GetItem
wwCache::GetOrAddItem
wwCache::IsCached
wwCache::Open
wwCache::Reindex
wwCache::Remove
wwCache::cCacheCursor
wwCache::cFixedFileName
wwCache::nDefaultCacheTimeout
Class wwServerConfig
wwServerConfig::nTimerInterval
wwServerConfig::nScriptMode
wwServerConfig::nMemUsage
wwServerConfig::lShowStatus
wwServerConfig::lShowServerForm
wwServerConfig::lShowRequestData
wwServerConfig::lSaveRequestFiles
wwServerConfig::nLogFormat
wwServerConfig::cTemplate
wwServerConfig::cVersion
wwServerConfig::cTempFilePath
wwServerConfig::cSQLConnectString
wwServerConfig::cComReleaseUrl
wwServerConfig::cHomeUrl
wwServerConfig::cAdminMailServer
wwServerConfig::cAdminEmail
wwServerConfig::lAdminSendErrorEmail
wwServerConfig::lAdminMailUseSsl
Class plUploadHandler
How plUploadHandler works
Using the basic plUploadHandler API for Single File Uploads
plUploadHandler::OnUploadChunk
plUploadHandler::OnUploadComplete
plUploadHandler::OnUploadStarted
plUploadHandler::ProcessRequest
plUploadHandler::WriteCompletionResponse
plUploadHandler::WriteErrorResponse
plUploadHandler::WriteSuccessResponse
plUploadHandler::cUploadPath
plUploadHandler::nMaxUploadSize
Old Components
Class wwResponse
wwResponse::Write
wwResponse::FastWrite
wwResponse::GetOutput
wwResponse::Clear
*** General purpose methods
wwResponse::Authenticate
wwResponse::ContentTypeHeader
wwResponse::ContentType
wwResponse::TransmitFile
wwResponse::DownloadFile
wwResponse::ExpandTemplate
wwResponse::ExpandTemplateToString
wwResponse::ExpandScript
wwResponse::ExpandScriptToString
wwResponse::HRef
wwResponse::HTMLFooter
wwResponse::cStyleSheet
wwResponse::HTMLHeader
wwResponse::HTMLHeaderEx
wwResponse::NoOutput
wwResponse::Redirect
wwResponse::ShowCursor
wwResponse::StandardPage
wwResponse::WriteMemo
wwResponse::WriteLn
wwResponse::WriteFullResponse
*** Form Field Generation
wwResponse::FormHeader
wwResponse::FormButton
wwResponse::FormCheckbox
wwResponse::FormHidden
wwResponse::FormRadio
wwResponse::FormTextArea
wwResponse::FormTextBox
JavaScript and CSS Libraries Shipped
Twitter BootStrap
FontAwesome Icon Fonts
toastr
lodash
moment
Utility Classes
West Wind Internet Protocols
Quick Start Examples
Access Http content over the Web
Uploading a file via HTTP
Sending SMTP Email
Sending Messages with Html and Text body
Sending SSL Email with wwSmtp (GMail, Live, etc.)
Download and Uploading FTP Files
Uploading an FTP File
Domain name lookups
Class wwHTTP
Security and Authentication
Cookie Handling with wwHttp
wwHttp and TLS 1.2 Support
wwHTTP::OnHttpBufferUpdate
wwHTTP::OnHttpPostConnect
wwHTTP::AddPostKey
wwHTTP::AddPostFile
wwHTTP::Get
wwHTTP::Post
wwHTTP::Put
wwHTTP::Delete
wwHTTP::Send
wwHTTP::AddHeader
wwHTTP::AddBasicAuthenticationHeader
wwHTTP.GetHttpHeader
wwHTTP::HTTPCanceldownload
wwHTTP::HTTPClose
wwHTTP::HTTPConnect
wwHTTP::HTTPGetEx
wwHTTP::HTTPGetHeader
wwHTTP::HttpPing
wwHTTP::InternetCrackUrl
wwHTTP::WinInetSetTimeout
wwHTTP::getsystemerrormsg
wwHTTP::GetMessageFromResultCode
wwHTTP::SetOption
wwHTTP::GetCertificates
wwHTTP::cErrorMsg
wwHTTP::cContentType
wwHTTP::cExtraHeaders
wwHTTP::cHTTPHeaders
wwHTTP::cHttpVerb
wwHTTP::cHTTPProxyByPass
wwHTTP::cHTTPProxyName
wwHTTP::cHttpProxyUserName
wwHTTP::cHttpProxyPassword
wwHTTP::cLink
wwHTTP::cResultCode
wwHTTP::cResultCodeMessage
wwHTTP::cpassword
wwHTTP::cserver
wwHTTP::cUserAgent
wwHTTP::cusername
wwHTTP::nServiceFlags
wwHTTP::nconnecttimeout
wwHTTP::nerror
wwHTTP::lCacheRequest
wwHTTP::lAllowGZip
wwHTTP::lDecodeUtf8
wwHTTP::lHttpCancelDownload
wwHTTP::lIgnoreCertificateWarnings
wwHTTP::lUseLargePostBuffer
wwHTTP::nClientCertificateIndex
wwHTTP::nHttpConnectType
wwHTTP::nHttpServiceFlags
wwHTTP::nHttpPostMode
wwHTTP::nhttpworkbuffersize
wwHTTP::oPostStream
Class wwSmtp
Updating from wwIPStuff to wwSmtp
Logging wwSmtp Sessions
wwSMTP::AddAlternateView
wwSmtp::AddAttachment
wwSMTP::AddHeader
wwSmtp::ClearAttachments
wwSMTP::Close
wwSMTP::Connect
wwSMTP::Dispose
wwSMTP::SendMail
wwSMTP::SendMailAsync
wwSMTP::SendMessage
wwSMTP::cAlternateContentType
wwSMTP::cAlternateText
wwSMTP::cAttachment
wwSMTP::cBccList
wwSMTP::cCCList
wwSMTP::cContentType
wwSMTP::cErrorMsg
wwSMTP::cMailServer
wwSMTP::cMessage
wwSMTP::cPassword
wwSMTP::cPriority
wwSMTP::cRecipient
wwSMTP::cReplyTo
wwSMTP::cSenderEmail
wwSMTP::cSenderName
wwSMTP::cSubject
wwSMTP::cUserAgent
wwSMTP::cUsername
wwSMTP::lError
wwSMTP::lReturnReceipt
wwSMTP::lUseSsl
wwSMTP::nMailMode
wwSMTP::nServerPort
wwSMTP::nTimeout
wwSMTP::oSmtp
Class wwFtpClient
wwFtpClient::OnFtpBufferUpdate
wwFtpClient.Close
wwFtpClient.DeleteDirectory
wwFtpClient.DeleteFile
wwFtpClient.UploadFile
wwFtpClient::ChangeDirectory
wwFtpClient::Connect
wwFtpClient::CreateDirectory
wwFtpClient::DowloadFile
wwFtpClient::ExecuteCommand
wwFtpClient::ExecuteDownloadCommand
wwFtpClient::Exists
wwFtpClient::ListFiles
wwFtpClient::cserver
wwFtpClient::nPort
wwFtpClient::lUseTls
wwFtpClient::cPassword
wwFtpClient::cUsername
wwFtpClient::cErrorMsg
wwFtpClient::cHttpProxyByPass
wwFtpClient::cHttpProxyName
wwFtpClient::cHttpProxyPassword
wwFtpClient::cHttpProxyPort
wwFtpClient::cHttpProxyUsername
wwFtpClient::cLogFile
wwFtpClient::lIgnoreCertificateErrors
wwFtpClient::lpassiveftp
wwFtpClient::nTimeout
wwFtpClient::oBridge
wwFtpClient::oFtpClient
Class wwSftpClient
wwSFtpClient::ChangeDirectory
wwSFtpClient::Close
wwSFtpClient::Connect
wwSFtpClient::CreateDirectory
wwSFtpClient::DeleteDirectory
wwSFtpClient::DeleteFile
wwSFtpClient::DownloadFile
wwSFtpClient::ExecuteCommand
wwSFtpClient::ExecuteDownloadCommand
wwSFtpClient::Exists
wwSFtpClient::ListFiles
wwSFtpClient::RenameFile
wwSFtpClient::UploadFile
wwSFtpClient::OnFtpBufferUpdate
wwSFtpClient::cErrorMsg
wwSFtpClient::cftpserver
wwSFtpClient::cftpsource
wwSFtpClient::cftptarget
wwSFtpClient::cHttpProxyByPass
wwSFtpClient::cHttpProxyName
wwSFtpClient::cHttpProxyPassword
wwSFtpClient::cHttpProxyPort
wwSFtpClient::cHttpProxyUsername
wwSFtpClient::cLogFile
wwSFtpClient::cPassword
wwSFtpClient::cPrivateKeyFile
wwSFtpClient::cPrivateKeyFilePassword
wwSFtpClient::cUsername
wwSFtpClient::lcanceldownload
wwSFtpClient::lEnableProgressEvents
wwSFtpClient::lIgnoreCertificateErrors
wwSFtpClient::lpassiveftp
wwSFtpClient::lUseTls
wwSFtpClient::nftpworkbuffersize
wwSFtpClient::nPort
wwSFtpClient::nTimeout
wwSFtpClient::oBridge
wwSFtpClient::oFtpClient
wwSFtpClient::oProgressEventObject
Deploying
Registering the Shareware version
Web Connection Updates with standalone wwIPStuff
Class wwDotnetBridge
What is wwDotnetBridge?
Requirements
wwDotnetBridge Features
Accessing Arrays, Lists and Dictionaries with ComArray
Parameter Fixups for InvokeMethod(), GetProperty() and SetProperty()
Unable to load CLR Instance Error
wwDotNetBridge Examples
Main Functionality Example
Using ComArray Instances for Arrays an Collections
Accessing Collections
Accessing IEnumerable Lists
Using FromEnumerable() to access Generic Collections
Generic Type Limitations in .NET
Retrieving Exception Information
Subscribing to Events
Frequently Asked Questions
Explict .NET Runtime Version Specification
Viewing .NET Type and Assembly Info with Reflector
Loading Assemblies from Network Locations
Method Not Found Errors
Type is not loaded. Please make sure you call LoadAssembly First Errors
Creating and using .NET Value Types in FoxPro
Referencing Embedded/Nested Types
Passing Values by Reference
Creating a Struct Type
Using .NET .config Files for Configuration
Type not Loaded Errors
Controlling the JSON.NET Version used
Calling Async or Task returning Methods
.NET Wrapper Types and Value Fixups
Class ComArray
ComArray Constructor
ComArray Constructor
ComArray.Add
ComArray.AddDictionaryItem
ComArray.AddItem
ComArray.AssignFrom
ComArray.AssignTo
ComArray.Clear
ComArray.CreateArray
ComArray.CreateDictionary
ComArray.CreateItem
ComArray.CreateList
ComArray.FromEnumerable
ComArray.GetInstanceTypename
ComArray.GetItemTypename
ComArray.Item
ComArray.ItemRaw
ComArray.Remove
ComArray.RemoveItem
ComArray.SetItem
ComArray.Count
ComArray.Instance
Class ComValue
ComValue Constructor
ComValue.NewGuid
ComValue.GetGuid
ComValue.GetValue
ComValue.GetTypeName
ComValue.SetByte
ComValue.SetChar
ComValue.SetDbNull
ComValue.SetDecimal
ComValue.SetEnum
ComValue.SetFloat
ComValue.SetGuid
ComValue.SetInt16
ComValue.SetInt64
ComValue.SetLong
ComValue.SetSingle
ComValue.SetUInt32
ComValue.SetUInt64
ComValue.SetValueFromCreateInstance
ComValue.SetValueFromCreateGenericInstance
ComValue.SetValueFromEnum
ComValue.SetValueFromInvokeMethod
ComValue.SetValueFromInvokeStaticMethod
ComValue.SetValueFromProperty
ComValue.SetValueFromStaticProperty
ComValue.SetValueFromSystemConvert
ComValue.ToString
ComValue.Value
Class wwDotnetCoreBridge
GetwwDotNetBridge
GetwwDotNetCoreBridge
InitializeDotnetCoreVersion
InitializeDotnetVersion
wwDotNetBridge.Init
wwDotNetBridge::ConvertToDotNetValue
wwDotNetBridge::CreateArray
wwDotNetBridge::CreateComValue
wwDotNetBridge::CreateInstance
wwDotNetBridge.CreateInstanceOnType
wwDotNetBridge::DisposeInstance
wwDotNetBridge::GetEnumString
wwDotNetBridge::GetEnumValue
wwDotNetBridge::GetProperty
wwDotNetBridge.GetField
wwDotNetBridge.GetPropertyRaw
wwDotNetBridge::GetIndexedProperty
wwDotNetBridge.GetDictionaryItem
wwDotNetBridge::GetStaticProperty
wwDotNetBridge::InvokeMethod
wwDotNetBridge::InvokeMethodAsync
Class AsyncCallbackEvents
AsyncCallbackEvents::OnCompleted
AsyncCallbackEvents::OnError
wwDotNetBridge::InvokeMethod_ParameterArray
wwDotNetBridge::InvokeStaticMethod
wwDotNetBridge::InvokeStaticMethodAsync
wwDotNetBridge.InvokeTaskMethodAsync
wwDotNetBridge::LoadAssembly
wwDotNetBridge::SetProperty
wwDotNetBridge.SetField
wwDotNetBridge::SetStaticProperty
wwDotNetBridge::SubscribeToEvents
wwDotNetBridge::Unload
wwDotNetBridge::ToString
wwDotNetBridge::ToJson
wwDotNetBridge::cErrorMsg
wwDotNetBridge::lError
wwDotNetBridge::oLastException
Class wwDotnetBridge (Support Functions)
wwDotNetBridge.CreateInstanceFromFile
wwDotNetBridge::ComArrayToCollection
wwDotNetBridge::CursorToDataSet
wwDotNetBridge::DataSetToCursors
wwDotNetBridge::DataSetToXmlAdapter
wwDotNetBridge::FromJson
wwDotNetBridge::FromXml
wwDotNetBridge::GetLoadedAssemblies
wwDotNetBridge::GetType
wwDotNetBridge::GetTypeFromName
wwDotNetBridge::Load
wwDotNetBridge::RunThread
wwDotNetBridge::ToXml
wwDotNetBridge::XmlAdapterGetCursor
wwDotNetBridge::XmlAdapterToCursors
wwDotNetBridge::XmlStringToDataSet
Custom Type Conversions
Using ConvertToDotNetValue() for unsupported Types
DataSets Results are converted in XmlAdapters
Guid Results are returned as ComGuid Instance
Type Casting Numbers to match .NET Types
Passing Binary Values to .NET
Class wwSQL
How Connections are managed by wwSQL
Calling Stored Procedures
wwsql::AddParameter
wwsql::AddSql
wwsql::Begintransaction
wwsql::Close
wwsql::Commit
wwsql::Connect
wwsql::EnableUnicodeToAnsiMapping
wwsql::Execute
wwsql::ExecuteNonQuery
wwsql::ExecuteStoredProcedure
wwsql::InsertBinaryField
wwsql::InsertDataFromCursor
wwsql::ReadBinaryField
wwsql::Rollback
wwsql::SetAsynchmode
wwsql::SQLBuildInsertStatementFromObject
wwsql::SqlBuildUpdateStatementFromObject
wwsql::SqlCancel
wwsql::aerrors
wwsql::cconnectstring
wwsql::cerrormsg
wwsql::cerrormsg2
wwsql::cSkipFieldsForUpdates
wwsql::csql
wwsql::csqlcursor
wwsql::lerror
wwsql::lNamedParameters
wwsql::lParameterReset
wwsql::luseconnection
wwsql.nAffectedRecords
wwsql::nerrorno
wwsql::nodbcerrorno
wwsql::nsqlhandle
wwsql::nsqlresult
wwsql::nTimeout
Class wwBusinessObject
wwBusinessObject requirements and assumptions
wwBusinessObject Examples
Using the wwBusiness Object Wizard
Building nested business objects to handle relationships
Using wwBusiness with SQL Server data
How Primary Keys are created
Class wwBusinessChildCollection
wwBusinessChildCollection::Add
wwBusinessChildCollection::Remove
wwBusinessChildCollection::Clear
wwBusinessChildCollection::LoadFromCursor
wwCollectionList::SaveToCursor
wwBusinessChildCollection::Item
wwBusinessChildCollection::oRows
wwBusinessChildCollection::nCount
wwBusinessObject::Load
wwBusinessObject::LoadBase
wwBusinessObject::Save
wwBusinessObject::New
wwBusinessObject::getblankrecord
wwBusinessObject::delete
wwBusinessObject::AddValidationError
wwBusinessObject::Backup
wwBusinessObject::Validate
wwBusinessObject::Close
wwBusinessObject::createchildobject
wwBusinessObject::convertdata
wwBusinessObject::CreateNewId
wwBusinessObject::createtable
wwBusinessObject::Execute
wwBusinessObject::ExecuteNonQuery
wwBusinessObject::Find
wwBusinessObject::GetProperty
wwBusinessObject::importdata
wwBusinessObject::open
wwBusinessObject::query
wwBusinessObject::reindex
wwBusinessObject::seterror
wwBusinessObject::setproperty
wwBusinessObject::setsqlobject
wwBusinessObject::statusmessage
wwBusinessObject::updatestructure
wwBusinessObject::lCompareUpdates
wwBusinessObject::calias
wwBusinessObject::cServerUrl
wwBusinessObject::cconnectstring
wwBusinessObject::cdatapath
wwBusinessObject::cerrormsg
wwBusinessObject::cfilename
wwBusinessObject::cidtable
wwBusinessObject::cpkfield
wwBusinessObject::cresultxml
wwBusinessObject::cSkipFieldsForUpdates
wwBusinessObject::csql
wwBusinessObject::csqlcursor
wwBusinessObject::lerror
wwBusinessObject::lThrowOnError
wwBusinessObject::lValidateOnSave
wwBusinessObject::ndatamode
wwBusinessObject::nresultmode
wwBusinessObject::nupdatemode
wwBusinessObject::oHTTPSQL
wwBusinessObject::oData
wwBusinessObject::osql
wwBusinessObject::oValidationErrors
wwBusinessObject::vresult
Library wwUtils
wwUtils::AParseString
wwUtils::AppendToFile
wwUtils::ArrayToCollection
wwUtils::CacheFile
wwUtils::CharToBin
wwUtils::CollectionToArray
wwUtils::CollectionToCursor
wwUtils::ContentTypeFromExtension
wwUtils::CopyObject
wwUtils::CopyObjectProperties
wwUtils::CopyTree
wwUtils::CursorToCollection
wwUtils::CursorToObjectArray
wwUtils::DCOMCnfgServer
wwUtils::DCOMLaunchPermissions
wwUtils::DecodeHtml
wwUtils::DeleteFiles
wwUtils.DeleteTree
wwUtils::DetokenizeString
wwUtils::DisplayMemo
wwUtils::EncodeHtml
wwUtils::EndsWith
wwUtils::ExecuteCommandLine
wwUtils::Extract
wwUtils::File2Var
wwUtils::FileAttributes
wwUtils::FileSize
wwUtils::FileTime
wwUtils::FixComErrorMessage
wwUtils::FixPreTags
wwUtils::FlattenSql
wwUtils::ForceTableRefresh
wwUtils::FormatValue
wwUtils::FormatString
wwUtils::FromIsoDateString
wwUtils::GetAppStartPath
wwUtils::GetAttribute
wwUtils::GetDirectoryName
wwUtils::GetFilename
wwUtils.GetFullPath
wwUtils::GetPassword
wwUtils::GetRegExObject
wwUtils::GetRelativePath
wwUtils::GetUniqueId
wwUtils::GetURLEncodedKey
wwUtils::GetUrlEncodedValues
wwUtils::GetWords
wwUtils::GoUrl
wwUtils::GravatarLink
wwUtils::Href
wwUtils::HTMLColor
wwUtils::HumanizedDate
wwUtils::InputForm
wwUtils.IsAdmin
wwUtils::IsCOMObject
wwUtils::IsDir
wwUtils::IsDotNet
wwUtils::IsDotnetCore
wwUtils::IsNullOrEmpty
wwUtils::IsNumber
wwUtils::IsWinnt
wwUtils.JoinString
wwUtils::JsonDate
wwUtils::JsonString
wwUtils::JsonBool
wwUtils::LaunchVsWebServer
wwUtils::LogString
wwUtils::LongPath
wwUtils::MailLink
wwUtils::MergeText
wwUtils::MergeTextFromFile
wwUtils::MimeDateTime
wwUtils::NoEmptyDate
wwUtils::OpenFileDialog
wwUtils::OpenExclusive
wwUtils::Path
wwUtils::PropertyDump
wwUtils::RegisterDotNetComponent
wwUtils::RegisterOleServer
wwUtils::RemoveUrlEncodedKey
wwUtils::RenderAspScript
wwUtils::ReplaceText
wwUtils::ReplaceTextAndDelimiters
wwUtils::SafeCommand
wwUtils::SafeEval
wwUtils.SanitizeHtml
wwUtils::SaveFileDialog
wwUtils::SetAcl
wwUtils::SetUrlEncodedKey
wwUtils::ShellExecute
wwUtils::ShortDate
wwUtils::ShortPath
wwUtils::ShortTime
wwUtils::ShowHTML
wwUtils::ShowText
wwUtils::ShowXML
wwUtils::SplitString
wwUtils.SplitStringBySize
wwUtils::StartsWith
wwUtils::StringFormat
wwUtils::StripHTML
wwUtils::StripUtf8Bom
wwUtils::TimeToCStrict
wwUtils::ToIsoDateString
wwUtils::TokenizeString
wwUtils::TrimWhiteSpace
wwUtils::URLDecode
wwUtils::URLEncode
wwUtils::WrCursor
Class wwAPI
ActivateWindow
CharToBin
CopyImage
CreateProcess
CreateProcessEx
CreateThumbnail
wwAPI::CreateShortcut
GetCaptchaImage
GetImageInfo
GetSpecialFolder
GetTimeZone
GZipCompressString
GZipUncompressString
HashMD5
InstallPrinterDriver
wwAPI::MapNetworkDrive
ReadImage
ResizeImage
RotateImage
wwAPI::WinApi_GetStartupModuleFilename
WinApi_NullString
wwAPI.Win32_SendMessage
wwAPI::WinApi_Sleep
wwAPI::WinApi_GetEnvironmentVariable
WinApi_GetSystemErrorMsg
WriteImage
wwAPI.Is64Bit
wwAPI.Ping
wwAPI::aProfileSections
wwAPI::CopyFile
wwAPI::CreateGUID
wwApi::DecodeDbf
wwAPI::EncodeDbf
wwAPI::EnumKey
wwAPI::FromUtcTime
wwAPI::GetClipboardText
wwAPI::GetComputerName
wwAPI::GetDomainFromIp
wwAPI::GetIpFromDomain
wwAPI::GetLastError
wwAPI::GetMonitorStatistics
wwAPI::GetProfileString
wwAPI::GetSystemDir
wwAPI::GetSystemErrorMsg
wwAPI::GetTempPath
wwAPI::GetUserName
wwAPI::GetUtcTime
wwAPI::ImpersonateUser
wwAPI::InstallPrinter
wwAPI::LogonUser
wwAPI::MessageBeep
wwAPI::PlayWave
wwAPI::ReadRegistryString
wwAPI::RevertToSelf
wwAPI::WriteProfileString
wwAPI::WriteRegistryString
Class wwJsonSerializer
JSON Serialization Formats
Creating Dynamic Objects for Serialization with wwDynamic
JsonSerialize() and JsonDeserialize() wrappers
wwJsonSerializer::Serialize
wwJsonSerializer::Deserialize
wwJsonSerializer::DeserializeCursor
wwJsonSerializer::FormatJson
wwJsonSerializer::MapPropertyName
wwJsonSerializer::Property
wwJsonSerializer::PropertyExclusionList
wwJsonSerializer::FormattedOutput
wwJsonSerializer::PropertyNameOverrides
wwJsonSerializer::TrimStringValues
wwJsonSerializer::AssumeUtcDates
wwJsonSerializer.DefaultEmptyDate
wwJsonSerializer::PropertyNameCharacterFilter
wwJsonSerializer.IgnoreDollarVars
Class wwJsonService
Hooking up wwJSONService
Special Variables available inside of JsonService Methods
wwJsonService::CallMethod
wwJsonService::ReturnExceptionObject
wwJsonService::OnError
wwJsonService.ErrorOccured
wwJsonService::IsRawResponse
wwJsonService.AllowedMethods
wwJsonService::IsDebugMode
wwJsonService::LastException
wwJsonService::ErrorMessage
Class wwJsonServiceClient
wwJsonServiceClient::oSerializer
wwJsonServiceClient::oHttp
wwJsonServiceClient::cServiceUrl
wwJsonServiceClient::cErrorMsg
wwWebRssFeed::lNoUtf8Decoding
wwJsonServiceClient::lError
wwJsonServiceClient::lSaveRequestData
wwJsonServiceClient::cRequestData
wwJsonServiceClient::cResponseData
wwJsonServiceClient::CreatewwHttp
wwJsonSerializer::CreateSerializer
wwJsonSerializer::AddHeader
wwJsonServiceClient::CallService
West Wind XML Converter
XML structures
Required Files
wwXML Object Import/Export Rules
Multiple cursors in a single XML document
XML Formatting Issues
Class wwXML (High Level Methods)
wwXML::AddDomAttribute
wwXML::AddComLineBreak
wwXML::AddDomNode
wwxml::AddElement
wwxml::ADOtoXML
wwXML::ADOXMLToCursor
wwXML::CreateErrorXML
wwXML::CursorToADOXML
wwXML::CursorToRS
wwxml::CursorToXML
wwxml::DataSetXMLToCursor
wwxml::EncodeXML
wwxml::FoxValueToXmlValue
Frequently Asked Questions
wwXML::GetObjVar
wwXML::Load
wwXML::LoadUrl
wwXML::LoadXML
wwXML::ObjectToXML
wwXML::SQLCursorToXML
wwXML::XMLToCursor
wwxml::XMLToObject
wwxml::XmlTypeToFoxType
wwxml::XMLValueToFoxValue
wwxml::XPathXmlValueToFoxValue
wwxml::cBody
wwxml::cDocRootName
wwxml::cErrorMsg
wwxml::cPropertyExclusionList
VFP Class Property Exclusion Filters
wwxml::cSchemaName
wwxml::cSchemaUrl
wwxml::cXMLHeader
wwxml::lRecurseObjects
wwxml::lSkipEmptyElements
wwxml::lStripTypePrefix
wwxml::lUseFoxTypes
wwxml::nCreateDataStructure
wwxml::nEncoding
Class wwXML (Low Level Methods)
wwxml::CreateDataStructureDTD
wwXML::CreateDataStructureSchema
wwXML::CreateCursorFromSchema
wwXML::CreateCursorXML
wwXML::CreateADOXML
wwxml::BuildCursorFromXML
wwxml::ParseXMLToCursor
wwxml::CreateObjectStructureSchema
wwxml::CreateObjectStructureXML
wwXML::CreateObjectXML
wwxml::BuildObjectFromXML
wwxml::ParseXMLToObject
wwXML::ParseADOXMLToCursor
wwXML::ParseXmlToArray
wwXML::CreateArrayXML
wwXML::CreateCollectionXml
wwXML::CreateObjectStructureDTD
wwXML::ParseXMLToCollection
Class MarkdownParser
Markdown (global function)
MarkdownParser::Parse
MarkdownParser::CreateParser
MarkdownParser::lEncodeScriptBlocks
MarkdownParser::lSanitizeHtml
MarkdownParser::lNoHtmlAllowed
Class MarkdownParserExtended
MarkdownParserExtended::Parse
Class wwEncryption
wwEncryption::ComputeHash
wwEncryption::EncryptString
TripleDES Encryption Example
AES Encyrption Example
Working Encryption Sample
wwEncryption::DecryptString
wwEncryption::GetChecksumFromBytes
wwEncryption::GetChecksumFromFile
wwEncryption::GetBinHexMode
wwEncryption::SetBinHexMode
wwEncryption::SetComputeHashSaltBytes
wwEncryption::SetEncryptionKey
wwEncryption::SetEncryptionProvider
Class wwPDF
PDF Drivers and Configuration
Generic PDF Printer Drivers and wwPdfPrinterDriver
GhostScript and wwGhostScript
XFRX and wwXFRX
Adobe Distiller wwDistiller
AmyUni and wwAmyUni
ActivePdf and wwActivePdf
wwPDF Examples
PDF Browser display issues
wwPDF::PrintReport
wwPDF::PrintReportToString
wwPDF::cErrorMsg
wwPDF::cPrinterDriver
wwCollection Classes
Class wwCollection
wwCollection::Add
wwCollection::Clear
wwCollection::Find
wwCollection::FindIndex
wwCollection::InsertAt
wwCollection::Item
wwCollection::Remove
wwCollection::Set
wwCollection::UpdateItem
wwCollection::aItems[]
wwCollection::Count
wwCollection::RequireUniqueItems
Class wwNameValueCollection
wwNameValueCollection::Add
wwNameValueCollection::Clear
wwNameValueCollection::FastAdd
wwNameValueCollection::Get
wwNameValueCollection::GetIndex
wwNameValueCollection::GetKey
wwNameValueCollection::InsertAt
wwNameValueCollection::Item
wwNameValueCollection::Remove
wwNameValueCollection::ToAttributeString
wwNameValueCollection::UpdateItem
wwNameValueCollection::aItems[]
wwNameValueCollection::Count
Class wwStack
wwStack::Peek
wwStack::Pop
wwStack::Push
wwStack::aItems[]
wwStack::Count
Class wwValidationError
wwValidationError::cMessage
wwValidationError::cObjectName
Class wwValidationErrors
wwValidationErrors::AddError
wwValidationErrors::AddErrors
wwValidationErrors::ToHtml
wwValidationErrors::ToString
Class wwFileStream
wwFileStream::WriteFile
wwFileStream::Clear
wwFileStream::Dispose
wwFileStream::ToString
wwFileStream::ToBlob
wwFileStream.Write
wwFileStream::WriteLine
wwFileStream::nLength
Class wwHTTPSQL
How wwHTTPSQL works
XML Request Format
XML Response Format
wwHTTPSQL and Visual FoxPro data
Class wwHTTPSQLServer
How wwHTTPSQLServer works
wwHTTPSQLServer and security
Using wwHTTPSQLServer with ASP
wwHTTPSQLServer::S_Execute
wwHTTPSQLServer::CreateXML
wwHTTPSQLServer::ExecuteSQL
wwHTTPSQLServer::ParseXML
wwHTTPSQLServer::cAllowedCommands
wwHTTPSQLServer::cErrorMsg
wwHTTPSQLServer::cFullSQL
wwHTTPSQLServer::cSQLCommand
wwHTTPSQLServer::cRequestXML
wwHTTPSQLServer::cResponseXML
wwHTTPSQLServer::cConnectString
wwHTTPSQLServer::lError
wwHTTPSQLServer::oSQL
wwHTTPSQL::AddSQLParameter
wwHTTPSQL::Execute
wwHTTPSQL::GetSQLReturnValue
wwHTTPSQL::CreateRequestXml
wwHTTPSQL::ParseResponseXml
wwHTTPSQL::cConnectString
wwHTTPSQL::cRequestXML
wwHTTPSQL::cResponseXML
wwHTTPSQL::cServerUrl
wwHTTPSQL::lUTF8
wwHTTPSQL::nMaxBufferSize
wwHTTPSQL::nResultMode
wwHTTPSQL::vReturnValue
wwHTTPSQL::nTransportMode
Class wwConfig
wwConfig::Load
wwConfig::Save
wwConfig::cFileName
wwConfig::cMode
wwConfig::cRegNode
wwConfig::cRegPath
wwConfig::cSubName
wwConfig::lStripTypePrefix
Class wwScripting
Example of using wwScripting
Sections: Line is too long Errors
Class wwScriptingResponse
wwScriptingResponse::Clear
wwScriptingResponse::End
wwScriptingResponse::GetOutput
wwScriptingResponse::Write
wwScriptingResponse::lResponseEnded
Class wwScriptingHttpResponse
wwScriptingHttpResponse::AddCacheHeader
wwScriptingHttpResponse::AddCookie
wwScriptingHttpResponse::AddForceReload
wwScriptingHttpResponse::AppendHeader
wwScriptingHttpResponse::BasicAuthentication
wwScriptingHttpResponse::Redirect
wwScriptingHttpResponse::RenderHttpHeader
wwScriptingHttpResponse::Expires
wwScriptingHttpResponse::HttpVersion
wwScriptingHttpResponse::Status
wwScripting::MergeText
wwScripting :: RenderASPScript
wwScripting::CompileAspScript
wwScripting::ExecScript
wwScripting::cCompiledPath
wwScripting::cErrorMsg
wwScripting.cErrorHeader
wwScripting::lEditErrors
wwScripting::lError
wwScripting::cBasePath
wwScripting::lSaveVfpSourceCode
wwScripting::oException
wwScripting::cScriptCode
wwScripting::cScriptResponseClass
wwScripting::cVFPCode
wwScripting::lNoVersionCheck
wwScripting::lShowFullErrorInfo
wwScripting::lStopOnError
wwScripting::lThrowException
Class wwEval
wwEval::Evaluate
wwEval::EvaluateClassMethod
wwEval::Execute
wwEval::ExecuteCommand
wwEval::MergeText
wwEval.EvalTimer
wwEval::cErrorMessage
wwEval::cResultType
wwEval::lAllowEvalRecursion
wwEval::lError
wwEval::nError
wwEval::nErrorLine
wwEval::Result
wwEval::vErrorResult
Class wwXMLState
wwXMLState::GetProperty
wwXMLState::GetXML
wwXMLState::LoadXML
wwXMLState::SaveXML
wwXMLState::SetProperty
wwXMLState::cRootNode
Class wwXMLAdapter
wwXMLAdapter :: GetCursor
wwXMLAdapter :: GetDiffGram
wwXMLAdapter :: GetTable
Class wwLocaleInfo
wwLocaleInfo::GetLocaleInfo
wwLocaleInfo::GetLocalesFromSystem
wwLocaleInfo::LocaleLookup
wwLocaleInfo::LocaleLookupTable
wwLocaleInfo::SetLocaleInfo
wwLocaleInfo::cCountry
wwLocaleInfo::cCurrencyLocation
wwLocaleInfo::cCurrencySymbol
wwLocaleInfo::cDateFormat
wwLocaleInfo::cDateSeparator
wwLocaleInfo::cDecimalPoint
wwLocaleInfo::cEnglishCountry
wwLocaleInfo::cLocaleName
wwLocaleInfo::cThousandsSeparator
wwLocaleInfo::cTimeSeparator
wwLocaleInfo::l24HourTime
wwLocaleInfo::nLocaleId
wwLocaleInfo::nLocaleId
Class wwZipArchive
wwZipArchive::ZipFiles
wwZipArchive::AppendFiles
wwZipArchive::UnzipFolder
wwZipArchive::UnzipFile
wwZipArchive::GetZipEntries
Class wwCodeUpdate
Requirements
How wwCodeUpdate works
Quick Update Checklist
wwCodeUpdate::CreateHTTPClient
wwCodeUpdate::DownloadUpdate
wwCodeUpdate::GetVersionInfo
wwCodeUpdate::RunUpdateExe
wwCodeUpdate::SwapExes
wwCodeUpdate::cApplicationName
wwCodeUpdate::cDownloadPath
wwCodeUpdate::cErrorMsg
wwCodeUpdate::cExeFile
wwCodeUpdate::cOnlineFileUrl
wwCodeUpdate::cUserMessage
wwCodeUpdate::cVersionType
wwCodeUpdate::cVersionUrl
wwCodeUpdate::cXML
wwCodeUpdate::lError
wwCodeUpdate::lShowDialog
wwCodeUpdate::nConnectTimeout
wwCodeUpdate::nFileSize
wwCodeUpdate::oHTTP
wwCodeUpdate::vOnlineMinVersion
wwCodeUpdate::vOnlineVersion
Class wwDynamic
wwDynamic::__PropertyNameOverrides
wwDynamic::__Reference
wwDynamic and FoxPro Reserved Properties
wwDynamic::Init
wwDynamic::AddProp
wwDynamic::GetProp
Class wwRegEx
wwRegEx::MultiLine
wwRegEx::Matches
wwRegEx::IgnoreCase
wwRegEx::Global
wwRegEx::Test
wwRegEx::Replace
wwRegEx::Match
wwRegEx::aStripExpressions
wwRegEx::aRestoreExpressions
GetwwRegEx Function
Class wwHeap
wwHeap.Allocate
wwHeap.GetBytes
wwHeap.Release
wwHeap.SetData
wwHeap.nBaseAddress
Class wwAsyncWebRequest
How wwAsyncWebRequest works
Using SQL Server Tables
wwAsyncWebRequest::oEvent
wwAsyncWebRequest::SubmitEvent
wwAsyncWebRequest::CheckForCompletion
wwAsyncWebRequest::CompleteEvent
wwAsyncWebRequest::LoadEvent
wwAsyncWebRequest::SaveEvent
wwAsyncWebRequest::CancelEvent
wwAsyncWebRequest::DeleteEvent
wwAsyncWebRequest::GetNextEvent
wwAsyncWebRequest::GetProperty
wwAsyncWebRequest::SetProperty
wwAsyncWebRequest::Close
wwAsyncWebRequest::Open
wwAsyncWebRequest::Reindex
wwAsyncWebRequest::cAlias
wwAsyncWebRequest::cDataPath
wwAsyncWebRequest::cErrorMsg
wwAsyncWebRequest::cFileName
wwAsyncWebRequest::lError
wwAsyncWebRequest::nDefaultExpire
wwAsyncWebRequest::nSQLMode
Class wwSoap (deprecated)
Calling Web Services
Using High Level methods to call a SOAP Web Service
Working with Complex Objects in a Web Service
Web Service Client Example Calls against .Net DataSets
How to customize HTTP Settings in the SOAP client
Using Low Level Methods to call a SOAP Web Service
Using the SOAP Method Tester Form
Creating Server Side Web Services
Creating a Web Connection Web Service
Handling server side SOAP requests manually
Using wwSOAP on the server
Creating WSDL and a Proxy Client from a Web Service
How to handle errors in SOAP methods
wwSoap::AddParameter
wwSoap::AddReturnValue
wwSoap::CallMethod
wwSoap::CallSoapServer
wwSoap::CallWSDLMethod
wwSoap::CreateSoapRequestXML
wwSoap::CreateObjectXmlFromSchema
wwSoap::CreateObjectFromSchema
wwSoap::CreateSoapResponseXML
wwSoap::GetNamedParameter
wwSoap::ParseSOAPParameters
wwSoap::ParseObject
wwSoap::ParseObjectArray
wwSoap::ParseSoapResponse
wwSoap::ParseObject
wwSoap::ParseServiceWSDL
wwSoap::SoapErrorResponse
wwSoap::aReturnValues
wwSoap::cExtraEnvelopeAttributes
wwSoap::cErrorMsg
wwSoap::cMethod
wwSoap::cPassword
wwSoap::cRequestXML
wwSoap::cResponseXML
wwSoap::cResultName
wwSoap::cMethodNameSpace
wwSoap::cMethodNamespaceURI
wwSoap::cSOAPNameSpace
wwSoap::cServerUrl
wwSoap::cUserName
wwSoap::lError
wwSoap::lIncludeDataTypes
wwSoap::lRecurseObjects
wwSoap::oHTTP
wwSoap::cHttpProxy
wwSoap::nHTTPConnectTimeout
wwSoap::nHTTPConnectType
wwSoap::nReturnMode
wwSoap::cSDL
wwSoap::oSDL
wwSoap::vResult
Class wwSOAPProxy
wwSOAPProxy::LoadWSDL
wwSOAPProxy::cErrorMsg
wwSOAPProxy::cPassword
wwSOAPProxy::cProxy
wwSOAPProxy::cUserName
wwSOAPProxy::cWSDLURl
wwSOAPProxy::lError
wwSOAPProxy::nClientMode
wwSOAPProxy::nTimeout
JavaScript Client Classes
Global Functions and Objects
$$
ajaxCallMethod
getBodyFromHtmlDocument(html)
ajaxJson
debounce
getUrlEncodedKey
onPageError
registerNamespace
setUrlEncodedKey
showStatus
ww.parseTemplate
jQuery Plugins
centerInClient jQuery Plugin
closable jQuery Plugin
contentEditable jQuery Plugin
draggable jQuery Plugin
editable jQuery Plugin
listAddData jQuery Plugin
listGetSelections jQuery Plugin
listSelectItem jQuery Plugin
listSetData jQuery Plugin
makeAbsolute jQuery Plugin
maxZIndex jQuery Plugin
modalDialog jQuery Plugin
moveToMousePosition jQuery Plugin
postJSON
resizable jQuery Plugin
serializeNoViewState jQuery Plugin
serializeObject jQuery Plugin
slideDownTransition jQuery plugin
slideUpTransition jQuery plugin
stretchToBottom jQuery Plugin
tooltip jQuery Plugin
watch jQuery Plugin
jQuery Filters
:containsNoCase
:startsWith
Components
Client Class AjaxMethodCallback
Proxy Callbacks
Low Level Callbacks
AjaxMethodCallback.callMethod
AjaxMethodCallback.formName
AjaxMethodCallback.postbackMode
AjaxMethodCallback.serverUrl
AjaxMethodCallback.targetControlId
AjaxMethodCallback.resultMode
AjaxMethodCallback.timeout
Client Class HoverPanel
HoverPanel.assignContent
HoverPanel.hide
HoverPanel.movePanelToPosition
HoverPanel.show
HoverPanel.showIFrame
HoverPanel.startCallback
HoverPanel.adjustWindowPosition
HoverPanel.completed
HoverPanel.errorHandler
HoverPanel.eventHandlerMode
HoverPanel.formName
HoverPanel.hoverOffsetBottom
HoverPanel.hoverOffsetRight
HoverPanel.htmlTargetClientId
HoverPanel.navigateDelay
HoverPanel.panelOpacity
HoverPanel.postbackMode
HoverPanel.serverUrl
HoverPanel.shadowOffset
HoverPanel.shadowOpacity
Client Class CallbackException
CallbackException.isCallbackError
CallbackException.message
Client Class HttpClient
HttpClient.appendHeader
HttpClient.send
wwHttp.accepts
HttpClient.completed
HttpClient.contentType
HttpClient.errorHandler
HttpClient.evalResult
HttpClient.isMsAjaxJson
HttpClient.method
HttpClient.serverUrl
HttpClient.timeout
Client Class JSON
JSON.stringify
JSON.useDateParser
JSON.parse
JSON.parseWithDate
JSON.dateStringToDate
JSON.parseMsAjaxDate
Client Class ServiceProxy
JsonService.invoke
JsonService.isWcf
JsonService.serviceUrl
JsonService.timeout
String Class Extensions
String.htmlEncode
String.extract
String.padL
String.padR
String.format
String.repeat
String.startsWith
String.trimEnd
String.trimStart
Date Class Extensions
Date.formatDate
Number Class Extensions
Number.formatNumber
Tools, Add-Ons and Resources
Class wwwebserver
wwwebserver::cApplicationPool
wwwebserver::cservertype
wwwebserver::cIISVirtualPath
wwwebserver::setservertype
wwwebserver::getwebrootpath
wwwebserver::gettemppath
wwwebserver::createvirtual
wwwebserver::createscriptmap
wwwebserver::IsWebServerInstalled
wwwebserver::IsIISInstalled
wwwebserver::IsIISExpressInstalled
wwwebserver::IsWebConnectionWebServerInstalled
Table and Index Structure Exporter
TextWrapper Utility
Deprecated Components
Class wwFtp (deprecated)
FTP Connection Troubleshooting
FTP Event Programming
wwftp::onftpbufferupdate
wwFTP::FtpGetFileEx
wwftp::FtpSetDirectory
wwftp::FtpClose
wwftp::FtpCommand
wwftp::FtpConnect
wwftp::FtpCreateDirectory
wwftp::FtpDeleteFile
wwftp::FtpGetFile
wwftp::FtpRemoveDirectory
wwftp::FtpRenameFile
wwftp::FtpSendFile
wwftp::FTPSendFileEx
wwftp::FTPSendFileEx2
wwftp::aFTPDir
wwftp::hftpsession
wwftp::lcanceldownload
wwftp::nCurrentFileSize
wwftp::lPassiveFTP
wwftp::nFtpPort
wwftp::nftpworkbuffersize
wwipstuff::cftpserver
wwipstuff::cftpsource
wwipstuff::cftptarget
wwipstuff::nftpbinary
wwftp::cErrorMsg
wwftp::cftpserver
wwftp::cftpsource
wwftp::cftptarget
wwftp::cHttpProxyByPass
wwftp::cHttpProxyName
wwftp::cHttpProxyPassword
wwftp::cHttpProxyUsername
wwftp::cPassword
wwftp::cserver
wwftp::cUserAgent
wwftp::cUsername
wwftp::hIPSession
wwftp::nConnectTimeout
wwftp::nError
wwftp::nftpbinary
wwftp::nHttpConnectType
wwftp::nServiceFlags
wwApi::UnzipFiles (deprecated)
wwApi::UnzipFolder (deprecated)
wwApi::ZipFolder (deprecated)
wwApi::ZipFiles (deprecated)
Class wwSFTP (deprecated)
wwSFTP::FtpClose
wwSFTP::FtpConnect
wwSFTP::FtpCreateDirectory
wwSFTP::FtpDeleteFile
wwSFTP::FtpGetFile
wwSFTP::FtpGetFileEx
wwSFTP::FtpListFiles
wwSFTP::FtpRemoveDirectory
wwSFTP::FtpRenameFile
wwSFTP::FtpSendFile
wwSFTP::FtpSendFileEx
wwSFTP::FtpSetDirectory
wwSFTP::Init
wwSFTP::Load
wwSFTP::OnFtpBufferUpdate
wwSFTP::cFtpServer
wwSFTP::cPassword
wwSFTP::cPrivateKeyFile
wwSFTP::cPrivateKeyFilePassword
wwSFTP::cUsername
wwSFTP::nFtpPort
wwSFTP::oSFTP
wwSFTP::oSFTPClient
Class wwPop3 (deprecated)
Retrieving all messages in a mail box
Message and Attachment object properties
wwPOP3::Connect
wwPOP3::DeleteMessage
wwPOP3::GetMessage
wwPOP3::GetMessageHeader
wwPOP3::GetMessages
wwPOP3::ParseMultiPartMessage
wwPOP3::Quit
wwPOP3::aMessages
wwPOP3::cErrorMsg
wwPOP3::cMailServer
wwPOP3::cPassword
wwPOP3::cUsername
wwPOP3::lError
wwPOP3::lLogSession
wwPOP3::nError
wwPOP3::nMessageCount
wwPOP3::nPort
wwPOP3::oIP
Class wwSocket
Using wwSocket Code
wwsocket::Connect
wwsocket::Disconnect
wwsocket::Receive
wwsocket::WaitFor
wwsocket::WaitForSize
wwsocket::Send
wwsocket::GetLog
wwsocket::Listen
wwsocket::SendReceive
wwsocket::SocketSend
wwsocket::cErrormsg
wwsocket::nBufferSize
wwsocket::nLastReadSize
wwsocket::lLogSession
wwsocket::lStripNulls
wwsocket::nError
wwsocket::nTimeout
Web Control Framework (deprecated)
How the Web Control Framework works
Control Architecture
Page Event Sequence
Script Page Support
ASP Style Scripting Support (<%= %> and <% %>)
Script Page Rules
From Script To Code
How DataBinding works
DataBinding Methods and Properties
Control Source DataBinding
How Controls are parsed
Page Generation, Compilation and Deployment of Web Control Pages
Understanding Code Generation and Compilation
Deploying Web Control Framework Pages
How Scripts get fired from wwProcess
Web Control Pages and Page Compilation
Creating Custom Web Controls
Getting Intellisense to work in the Web Control Framework
Web Control Framework Walk Through
Creating a new project
Opening the project in Visual Studio
Setting up your first WebControl page
Adding controls to the page
Hello World with Web Controls
Creating a developer list page with a wwWebDataGrid
Displaying Developer Data
Editing Developer Data
Adding a new Developer
A few additions and the full EditDeveloper code
Web Control Reference
Class wwWebControl
Web Control Basics
Web Control Events
Web Control Inheritance and Containership
wwWebControl.AddAttribute
wwWebControl.AddScriptAttribute
wwWebControl::AddControl
wwWebControl::AddStyleTag
wwWebControl::BindControlSource
wwWebControl::DataBind
wwWebControl::Dispose
wwWebControl::FindControl
wwWebControl::FireEvents
wwWebControl::GetCachedOutput
wwWebControl::HookupEvent
wwWebControl::LoadViewState
wwWebControl::OnInit
wwWebControl::OnLoad
wwWebControl::OnLoadControlState
wwWebControl::OnLoadViewState
wwWebControl::OnPreRender
wwWebControl::OnSaveViewState
wwWebControl::PreserveProperty
wwWebControl::Process
wwWebControl::Render
wwWebControl::RenderControlError
wwWebControl::ResolveUrl
wwWebControl::SaveViewState
wwWebControl::UnbindControlSource
wwWebControl::UnbindData
wwWebControl::ValueOrExpression
wwWebControl::WriteBaseTags
wwWebControl::WriteCachedOutput
wwWebControl::WriteEnabledTags
wwWebControl::WriteEncodedAttributeString
wwWebControl::WriteIdTags
wwWebControl::WriteStyleAndClassTags
wwWebControl::WriteUnitValue
wwWebControl::Attributes
wwWebControl::AllowedMarkupChildren
wwWebControl::AutoPostBack
wwWebControl::BackColor
wwWebControl::BindingErrorMessage
wwWebControl::CacheDuration
wwWebControl::CacheKey
wwWebControl::CanContainLiterals
wwWebControl::ChildControls
wwWebControl::Context
wwWebControl::ControlIndex
wwWebControl::ControlSource
wwWebControl::ControlSourceFormat
wwWebControl::ControlSourceMode
wwWebControl::ControlSourceProperty
wwWebControl::ControlSourceType
wwWebControl::ControlSourceUnbindExpression
wwWebControl::CssClass
wwWebControl::DefaultEvent
wwWebControl::DefaultProperty
wwWebControl::Enabled
wwWebControl::EnableViewState
wwWebControl::ErrorMessageLocation
wwWebControl::ForeColor
wwWebControl::Height
wwWebControl::ID
wwWebControl::IsContainerControl
wwWebControl::IsInputControl
wwWebControl::IsPostBack
wwWebControl::lDisposeCalled
wwWebControl::lEndResponse
wwWebControl::Page
wwWebControl::ParentControl
wwWebControl::OverrideNamingContainer
wwWebControl::PostHtml
wwWebControl::PreHtml
wwWebControl::PreservedProperties
wwWebControl::ReadOnly
wwWebControl::RequiresFormRef
wwWebControl::Style
wwWebControl::Text
wwWebControl::Tag
wwWebControl::ToolTip
wwWebControl::UniqueID
wwWebControl::UserFieldName
wwWebControl::ValidationExpression
wwWebControl::ViewState
wwWebControl::Visible
wwWebControl::Width
Class wwWebPage
The
Directive
wwWebPage::AddBindingError
wwWebPage::RegisterCursor
wwWebPage::AddValidationErrorsToBindingErrors
wwWebPage::Authenticate
wwWebPage::OnError
wwWebPage.SetFocus
wwWebPage::RegisterPostbackScriptCode
wwWebPage.RegisterClientScriptInclude
wwWebPage::RegisterCssInclude
wwWebPage.RegisterClientScriptBlock
wwWebPage.RegisterStartupScript
wwWebPage::GetPostbackEventReference
wwWebPage::GetPostbackEventParameter
wwWebPage::Render
wwWebPage::Run
wwWebPage::BindingErrors
wwWebPage::ClientScript
wwWebPage::EnableSessionState
wwWebPage::ErrorIconUrl
wwWebPage::FormName
wwWebPage::Header
wwWebPage::HiddenFormVars
wwWebPage::IsWebPage
wwWebPage.jQueryConfig
wwWebPage::StopEventProcessing
wwWebPage::StartupScript
wwWebPage::SurpressHttpHeader
Class wwWebUserControl
Using a User Control
Creating a User Control
Base Controls
Class wwWebTextBox
wwWebTextBox::Change
wwWebTextBox::ControlSource
wwWebTextBox::ControlSourceFormat
wwWebTextBox::IsRequired
wwWebTextBox::LabelText
wwWebTextBox::MaxLength
wwWebTextBox::Text
wwWebTextBox::TextMode
Class wwWebPanel
wwWebPanel::BackImageUrl
wwWebPanel::BorderWidth
wwWebPanel::BorderWidth
wwWebPanel::HorizontalAlign
wwWebPanel::RenderAsDivTag
wwWebPanel::Scrollbars
wwWebPanel::Visible
wwWebPanel::VisibleExpression
wwWebPanel::Wrap
Class wwWebLiteralControl
Text
Class wwWebLabel
wwWebLabel::Text
wwWebLabel::ControlSourceFormat
wwWebLabel::ControlSource
wwWebLabel::For
BindingErrors
OnBindingErrorLink Client Function
Class BindingError
BindingError::Message
BindingError::ObjectName
Class BindingErrorCollection
BindingError::ToHtml
BindingError::ToString
Class wwWebImage
wwWebImage::ImageUrl
wwWebImage::BorderWidth
wwWebImage::ImageAlign
wwWebImage::AlternateText
Class wwWebHiddenField
wwWebHiddenField.Text
Class wwWebErrorDisplay
wwWebErrorDisplay::ShowError
wwWebErrorDisplay::ShowMessage
wwWebErrorDisplay::Center
wwWebErrorDisplay::CssClass
wwWebErrorDisplay::DisplayTimeout
wwWebErrorDisplay::jQueryScriptLocation
wwWebErrorDisplay::MessageType
wwWebErrorDisplay::RenderMode
wwWebErrorDisplay::Text
wwWebErrorDisplay::Width
Class wwWebCheckBox
wwWebCheckBox::Click
wwWebCheckBox::Checked
wwWebCheckBox::Width
Button Controls
Class wwWebButton
wwWebButton::Click
wwWebButton::OnClientClick
wwWebButton::Text
wwWebButton::UseSubmitBehavior
Class wwWebHyperLink
wwWebHyperLink::ControlSource
wwWebHyperLink::ImageUrl
wwWebHyperLink::NavigateUrl
wwWebHyperLink::Target
wwWebTextBox::Text
wwWebHyperLink::UrlControlSource
Class wwWebImageButton
wwWebImageButton::Click
wwWebImageButton::BorderWidth
wwWebImageButton::DisabledImageUrl
wwWebImageButton::ImageUrl
wwWebImageButton::NavigateUrl
wwWebImageButton::OnClientClick
wwWebImageButton::Target
wwWebImageButton::Text
wwWebImageButton::UrlControlSource
wwWebImageButton.ControlSource
Class wwWebLinkButton
wwWebLinkButton::Click
wwWebLinkButton::OnClientClick
wwWebLinkButton::Text
Class wwWebMailLink
wwWebMailLink::EmailControlSource
wwWebMailLink::ImageUrl
wwWebMailLink::Message
wwWebMailLink::Subject
List Controls
Class wwWebDataGrid
wwWebDataGrid How To's
Adding Columns to a DataGrid
How to create column and cell specific formatting
Custom Actions in Grid Columns
wwWebDataGrid::PageIndexChanged
wwWebDataGrid::SortOrderChanged
wwWebDataGrid::RowRender
Class wwWebDataGridColumn
wwWebDataGridColumn::CssClass
wwWebDataGridColumn::Expression
wwWebDataGridColumn::FieldType
wwWebDataGridColumn::Format
wwWebDataGridColumn::HeaderAttributeString
wwWebDataGridColumn::HeaderText
wwWebDataGridColumn::ItemAttributeString
wwWebDataGridColumn::Sortable
wwWebDataGridColumn::SortExpression
wwWebDataGridColumn::Style
Client Event Properties
wwWebDataGrid::AddControl
wwWebDataGrid::RemoveColumn
wwWebDataGrid::DataBind
wwWebDataGrid::AlternatingItemCssClass
wwWebDataGrid::ActiveColumn
wwWebDataGrid::ActiveColumnAttributeString
wwWebDataGrid::AutoGenerateColumns
wwWebDataGrid::CellPadding
wwWebDataGrid::Columns
wwWebDataGrid::CurrentPageIndex
wwWebDataGrid::DataSource
wwWebDataGrid::DataKeyField
wwWebDataGrid::HeaderCssClass
wwWebDataGrid::ItemCssClass
wwWebDataGrid::PageCount
wwWebDataGrid::PagerColumnAttributes
wwWebDataGrid::PagerCssClass
wwWebDataGrid::PagerText
wwWebDataGrid::PageSize
wwWebDataGrid::RowContent
wwWebDataGrid::RowAttributeString
wwWebDataGrid::SortColumn
wwWebDataGrid::SortOrder
Class wwWebDropDownList
Class wwWebListBox
Class wwWebListControl
Using List Binding with Code
Understanding List Selected Values
Using Control Source binding for the List
Class wwWebListItem
wwWebListItem::Selected
wwWebListItem::Text
wwWebListItem::Value
wwWebListControl::Change
wwWebListControl::AddControl
wwWebListControl::AddItem
wwWebListControl::ClearItems
wwWebListControl::DataBind
wwWebListControl::DataSource
wwWebListControl::DataTextField
wwWebListControl::DataValueField
wwWebListControl::FirstItemText
wwWebListControl::FirstItemValue
wwWebListControl::Items
wwWebListControl::LastItemText
wwWebListControl::LastItemValue
wwWebListControl::ListMode
wwWebListControl::SelectedValue
wwWebListControl::SelectedValues
wwWebListControl::SelectionMode
Class wwWebRadioButtonList
How the wwWebRadioButtonList works
wwWebRadioButtonList::SelectedValue
wwWebRadioButtonList::RepeatDirection
Class wwWebRepeater
How the wwWebRepeater works
wwWebRepeater Templates
wwWebRepeater::DataSource
wwWebRepeater::DataSourceType
wwWebRepeater::IsAlternatingItem
wwWebRepeater::DataBindItemTemplate
wwWebRepeater::MaxItems
wwWebRepeater::NoDataHtml
wwWebRepeater::ItemChanged
wwWebRepeater::ItemDataBind
wwWebRepeater.ItemPreRender
wwWebRepeater::ActiveItemTemplate
Extended Controls
Class wwWebCaptcha
Using the control in thet Web Control Framework
Using the control in plain wwProcess Methods
wwWebCaptcha.SubmitCaptcha
wwWebCaptcha.ValidateCaptcha
wwWebCaptcha.CapthaChars
wwWebCaptcha::CaptchaLength
wwWebCaptcha::FontName
wwWebCaptcha::FontSize
wwWebCaptcha::IsValidated
wwWebCaptcha::Text
Class wwWebFckEditor
Installing and Deploying FCK Editor
Configuring FCK Editor
Using the wwWebFckEditor Control
wwWebFckEditor::ClientOnLoad
wwWebFckEditor::CustomConfigurationPath
wwWebFckEditor::EditorAreaCss
EditorBasePath
wwWebFckEditor::FontFormats
wwWebFckEditor::FontNames
wwWebFckEditor::FontSizes
wwWebFckEditor::StylesXmlPath
wwWebFckEditor::Text
wwWebFckEditor::Theme
wwWebFckEditor::ToolbarSet
Class wwWebFileUpload
wwWebFileUpload::Accept
wwWebFileUpload::GetUploadedFile
Class wwWebHtmlEditor
wwWebHtmlEditor::ImagePath
Class wwWebLogin
How the wwWebLogin Control works
wwWebLogin::AfterLogIn
wwWebLogin::AfterLogOut
wwWebLogin::Login
wwWebLogin::LogOut
wwWebLogin::CellPadding
wwWebLogin::Center
wwWebLogin::CssClass
wwWebLogin::ErrorMessage
wwWebLogin::IsAdmin
wwWebLogin::LoggedIn
wwWebLogin::LoginButtonText
wwWebLogin::LoginSessionVar
wwWebLogin::Password
wwWebLogin::PasswordLabel
wwWebLogin::RenderMode
wwWebLogin::TextBoxWidth
wwWebLogin::TitleClass
wwWebLogin::TitleText
wwWebLogin::UserMessage
wwWebLogin::UserNameLabel
wwWebLogin::UserSecurityClass
Class wwWebProgressBar
How the wwProgressBar Control works
JavaScript Functions
JavaScript.UpdateProgressBar
Class ProgressEventArgs
ProgressEventArgs::Cancelled
ProgressEventArgs::Completed
ProgressEventArgs::Id
ProgressEventArgs::Message
ProgressEventArgs::Percent
wwWebProgressBar::ShowProgress
wwWebProgressBar::Ajax
wwWebProgressBar::AllowedPageMethods
wwWebProgressBar::BarCssClass
wwWebProgressBar::BarFontSize
wwWebProgressBar::BarHeight
wwWebProgressBar::Center
wwWebProgressBar::CenterText
wwWebProgressBar::CssClass
wwWebProgressBar::DisplayText
wwWebProgressBar::Percent
wwWebProgressBar::Text
wwWebProgressBar::TextCssClass
Class wwWebMathCaptcha
Class wwWebRssFeed
wwWebRssFeed::RssFeedToHtml
wwWebRssFeed::ConnectionTimeout
wwWebRssFeed::CssClass
wwWebRssFeed::DetailPostHtml
wwWebRssFeed::DetailPreHtml
wwWebRssFeed::FeedUrl
wwWebRssFeed::ItemsToShow
wwWebRssFeed::ShowBlogTitle
wwWebRssFeed::ShowDetail
wwWebRssFeed::TitleCssClass
Class wwWebShowCode
wwWebShowCode::Click
wwWebShowCode::CodeFile
wwWebShowCode::DisplayMode
Class wwWebTabControl
How the wwWebTabControl works
Dynamically creating Tabs and Tab Pages
Databinding Errors and the wwWebTabControl
Class wwWebTabPage
wwWebTabPage::ActionLink
wwWebTabPage::Style
wwWebTabPage::TabImage
wwWebTabPage::TabPageClientId
wwWebTabPage::Text
wwWebTabPage.Enabled
wwWebTabControl::AddTab
wwWebTabControl::GetTabPage
wwWebTabControl::SelectedTab
wwWebTabControl::OnClientActivate
wwWebTabControl::SelectedTabCssClass
wwWebTabControl.OnClientActivate
wwWebTabControl::TabCssClass
wwWebTabControl::TabPages
AJAX Controls
AJAX Control Use and Operation
jQuery and jQueryUi Script Loading
HoverPanel Windows
Remote AJAX Method Calls using JSON Serialization
Using DragPanels
Modal Dialogs
Class wwHoverPanel
wwHoverPanel::OnCompleteClientHandler
wwWebHoverPanel::NavigateDelay
wwWebHoverPanel::IsCallback
wwWebHoverPanel::IFrameHeight
wwWebHoverPanel::HtmlTargetClientID
wwWebHoverPanel::HoverOffsetRight
wwWebHoverPanel::HoverOffsetBottom
wwWebHoverPanel::EventHandlerMode
wwWebHoverPanel::AutoCloseHoverWindow
wwWebHoverPanel::AdjustWindowPosition
Class wwAjaxMethodCallback
wwAjaxMethodCallback::OnError
wwAjaxMethodCallback::TargetObject
wwAjaxMethodCallback::ServerUrl
wwAjaxMethodCallback::ScriptLocation
wwAjaxMethodCallback::PostBackMode
wwAjaxMethodCallback::PostBackFormName
wwAjaxMethodCallback::AllowedPageMethods
Class wwDragPanel
wwWebDragPanel::Closable
wwWebDragPanel::CloseBoxImage
wwWebDragPanel::Draggable
wwWebDragPanel::DragHandleId
wwWebDragPanel::OnClientCloseHandler
wwWebDragPanel::ScriptLocation
wwWebDragPanel::ShadowOffset
wwWebDragPanel::ShadowOpacity
Class wwModalDialog
wwWebModalDialog::Show
wwWebModalDialog::BackgroundOpacity
wwWebModalDialog::CancelButtonId
wwWebModalDialog::ContentId
wwWebModalDialog::HeaderId
wwWebModalDialog::OnClientDialogClick
wwWebModalDialog::OverlayId
wwWebModalDialog::ScriptLocation
wwWebModalDialog::zIndex
Ajax Utility Functions
IncludewwjQuery
IncludejQuery
Class wwDatePicker
wwWebDatePicker::ButtonImage
wwWebDatePicker::CloseAtTop
wwWebDatePicker::CssBasePath
wwWebDatePicker::DateFormat
wwWebDatePicker::MaxDate
wwWebDatePicker::MinDate
wwWebDatePicker::OnClientBeforeShow
wwWebDatePicker::OnClientSelect
wwWebDatePicker::SelectedDate
wwWebDatePicker::Theme
Class jQueryConfig
How jQueryConfig works
jQueryConfig::IncludejQuery
jQueryConfig::IncludejQueryUI
jQueryConfig::IncludewwjQuery
jQueryConfig::jQueryLoadMode
jQueryConfig::jQueryCDNUrl
jQueryConfig::jQueryFallbackUrl
jQueryConfig::jQueryUiCDNUrl
jQueryConfig::jQueryUiCssBasePath
jQueryConfig::jQueryUIFallbackUrl
jQueryConfig::jQueryUiTheme
jQueryConfig::wwjQueryUrl
Class wwAutoComplete
Implementing Server Side AutoComplete Functionality
wwAutoComplete::AutoFocus
wwAutoComplete::CallbackHandler
wwAutoComplete::CssBasePath
wwAutoComplete::Delay
wwAutoComplete::MinLength
wwAutoComplete::OnClientSelection
wwAutoComplete::ServerUrl
wwAutoComplete::TargetObject
wwAutoComplete::Theme
Common Tasks and Questions
Security in Web Control Framework applications
Firing Custom Server Events from the Client
Capturing Checkbox or Text data in a wwWebRepeater
Using custom wwProcess classes and ScriptMaps
FAQ Posts from the Web Connection WebLog
Firing Server Events from Client Code in Web Connection 5.0
Mixing Client and Server Events in Web Connection 5.0
Business Object vs. Direct DataBase Access
Creating custom Web Connection Web Controls
Creating custom Page Templates for Visual Studio
Web Connection and Visual Studio FAQ
On this page:
wwipstuff::cftpserver
See also
wwipstuff::cftpserver
Name of the FTP server to connect to
See also
Class wwipstuff
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic
{{language}}