AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 26-50 de 79 para HCreation
HCreation (Function)
Creates an empty data file (file extension ".FIC") with index file, full-text index file and memo file if required.
HCreation (Example)
Example of the HCreation function
HCreationIfNotFound (Function)
Performs the following operations:
  • If the data file doesn't exist, create an empty data file (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation.
  • If the data file exists, opens the data file.
HChangeName (Example)
Usage example of the HChangeName function
HInitSubscriber (Función)
Inicializa el rango de identificadores automáticos de un archivo de descripción de una réplica esclavo (extensión ".rpl").
HFileExist (Function)
Determines:
  • whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound).
  • whether a view or a query was defined.
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database.
Conector Nativo MariaDB: Características específicas
El Conector Nativo MariaDB crea tablas de tipo "InnoDB" para soportar bloqueos y transacciones en una base de datos MariaDB...
HAdd (Example)
Usage example of the HAdd function
HDeclare (Example)
Usage example of the HDeclare function
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HPass (Function)
Defines the password used to create or open a data file.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
WDMap: View records in a data file
WDMap is used to view the records found in a data file...
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis...
SQL Server Native Connector: specifics and notes
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector...
HDeleteFile (Función)
Elimina los archivos de datos HFSQL (archivos .fic, .ndx, .ftx, .sdx y .mmo, si los hay) del servidor.
KeyExpression (Example)
Usage example of the KeyExpression property
H.ErrIgnore (Variable)
Specifies the mode for processing the errors:
  • the errors are processed by WINDEV
  • the errors are processed by the program.
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector...
Size (Example)
Usage example of the Size property
SQL Server Native Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis...
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
DB2 Native Connector: Features and notes
The following paragraphs present the main aspects and specific features of the Native DB2 Connector...
TypeDescription (Property)
La propiedad TypeDescription permite:
  • Averiguar el tipo utilizado por un elemento de Enumeración o Combinación. Este elemento se definió en el editor de análisis o mediante programación.
  • Definir el tipo utilizado por un elemento de Enumeración o Combinación (al describir el elemento mediante programación).
MySQL Native Connector: Special features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database...
Using Unicode in HFSQL data files
The analysis proposes two types of Unicode items ...
Oracle Native Connector: Features and notes
Remarks and specific features of the Native Oracle Connector
SQLite Native Connector: Features and notes
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
HOpen (Function)
Opens a data file.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError...
HInfoFileProperty (Function)
Gets the properties of a data file located in an HFSQL server.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor...
KeyExpression (Property)
La propiedad KeyExpression se utiliza para establecer los distintos componentes de una clave compuesta.
HDescribeFile (Función)
Describe un archivo de datos mediante programación.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
WDMap: Reindexing an HFSQL data file
WDMap can be used both to determine whether an HFSQL data file should be reindexed and to reindex an HFSQL data file...
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file.
Reports & Queries software: WLanguage functions not supported
Some WLanguage functions are not available in Reports & Queries...
Universal replication
The purpose of universal replication is to keep several databases synchronized...
Charset (Property)
La propiedad Charset permite:
  • Obtener el conjunto de caracteres utilizado por una variable de tipo Font.
  • Cambiar el conjunto de caracteres utilizado por una variable de tipo Font.
  • Obtener el conjunto de caracteres utilizado por un archivo de datos HFSQL.
HFSQL Client/Server: Setting up data files on the server
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application...
Defining specific character sets in HFSQL data files
When an application displays or saves data in HFSQL data files, this data is typed in the current language...
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application...
HChangeName (Function)
Modifies the physical name of a data file.
Progress Native Connector: Features and notes
Remarks and specific features of Native Progress Connector...
Conector Informix nativo: Requisitos y observaciones
Observaciones y características específicas de Native Informix Connector
Migrar un sitio WEBDEV a PHP
Para migrar un sitio WEBDEV a PHP...
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing...
HModifyDatabaseRights (Function)
Sets the rights granted to a user or group for an HFSQL Client/Server database.
H.LanguageCreationUnicode (Variable)
Permite definir las características de la ordenación para los elementos Unicode que se encuentran en un archivo de datos.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
<Fuente>.Creation (Función)
Crea un archivo de datos vacío (extensión ".FIC") con el archivo de índice y el archivo memo, si es necesario.
HInfoDatabaseRights (Function)
Gets the rights granted to a user or group on a database.
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Carpetas personales en el análisis
Las "Carpetas Personales" permiten agrupar varias descripciones de archivos de datos...
SAP ASE Native Connector (Sybase): Features and notes
The following paragraphs present the main aspects and specific features of the Native SAP ASE Connector (also called Native Sybase Access)...
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file...
Eventos asociados al proyecto
Lista de eventos asociados al proyecto
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)...
HModify (Example)
Usage example of the HModify function
<Source>.DescribeFile (Función)
Describe un archivo de datos mediante programación.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
ChangeCharset (Function)
Retrieves and/or changes the character set used:
  • by all the screen fonts.
  • by all the operations performed on the character strings (functions and/or operators).
Name (Property)
The Name property is used to get:
  • the name of the font associated with a Font variable.
  • the name of a control, report or report block.
  • the name of a control, group of controls or window.
  • the name of a control, group of controls or page.
HCopyRecord (Function)
Copies:
  • the content of the current record (loaded in memory) to the current data file record.
  • the content of the Record variable to the current data file record.
WDModFic: Tool for automatic modification of data files
WDModFic is a tool for automatically modifying data files on development seats and end-user seats...
HFSQL functions
List of functions for HFSQL management
Manipular archivos de datos en PHP
WEBDEV le permite crear un sitio PHP que maneja archivos de datos...
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector...
Gestión de transacciones mediante programación
Este capítulo abarca los siguientes temas...
HFSQL constants
List of constants used by the HFSQL functions.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError...
Mapa del sitio de la documentación de PC SOFT
1
2
3
4
>