ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
<Source>.SavePosition (Function)
Stores the current file context: current record, filter, pointers.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Reports
A report provides a custom view of data......
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
14. Managing the "Back" button in practice
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
1
4
5
6
7
8
209
>