... descriptions.
Ideal for documenting workflows, algorithms, or decision processes.
Server-Side Storage with PHP
Created documents and diagrams are stored server-side and can be reloaded at any time.
Versioning or export functions could be added as extensions.
Helpful for the Transition from XBase ...
Search found 702 matches: stored
Searched query: stored
- Tue Feb 04, 2025 8:38 am
- Forum: mod_harbour
- Topic: tool for documentation
- Replies: 0
- Views: 390
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4833
Re: Using new Class TDeepSeek for documenting
... data related to the browse.
Parameters:
uKey: - The key (identifier) for the variable within the hCargo hash table.
uVal: - The value to be stored for the variable.
Return Value: None
Usage Example:
oBrw:AddVar( "UserPreference", "Dark Mode" ) // Stores a user preference setting in hCargo ...
Parameters:
uKey: - The key (identifier) for the variable within the hCargo hash table.
uVal: - The value to be stored for the variable.
Return Value: None
Usage Example:
oBrw:AddVar( "UserPreference", "Dark Mode" ) // Stores a user preference setting in hCargo ...
- Wed Jan 22, 2025 3:51 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: No se puede acceder a las paginas del forum
- Replies: 2
- Views: 588
No se puede acceder a las paginas del forum
... php?f=3&t=32737
FWH Parent Child RowSets (MySql/MariaDB)
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=32736
FWH MYSQL/MARIADB Stored Procedures and Functions
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=33280
Using FWMARIADB for Embedded Server
https://forums ...
FWH Parent Child RowSets (MySql/MariaDB)
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=32736
FWH MYSQL/MARIADB Stored Procedures and Functions
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=33280
Using FWMARIADB for Embedded Server
https://forums ...
- Fri Jan 17, 2025 10:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4833
Re: Using new Class TDeepSeek for documenting
... value).
2. **`Eval( uPar1, uPar2, uPar3, uPar4, uPar5 )`**
- **Type:** Inline Method
- **Description:** This method evaluates the code block stored in `::bBlock` with up to five optional parameters. If `::bBlock` is not `nil`, it executes the code block using the `Eval` function and passes the ...
2. **`Eval( uPar1, uPar2, uPar3, uPar4, uPar5 )`**
- **Type:** Inline Method
- **Description:** This method evaluates the code block stored in `::bBlock` with up to five optional parameters. If `::bBlock` is not `nil`, it executes the code block using the `Eval` function and passes the ...
- Fri Jan 03, 2025 12:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Stored Procs + Tdolphin
- Replies: 2
- Views: 663
Re: Stored Procs + Tdolphin
Muchas Gracias Antonio
Saludos
Saludos
- Thu Jan 02, 2025 3:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Stored Procs + Tdolphin
- Replies: 2
- Views: 663
Re: Stored Procs + Tdolphin
https://tdolphin.blogspot.com/
Procedimientos Almacenados / stored Procedures
Creamos el procedimiento almacenado desde el cliente mysql de nuestra preferencia
DELIMITER $
DROP PROCEDURE IF EXISTS born_in_year;
CREATE PROCEDURE born_in_year( year_of_birth INT )
BEGIN
SELECT first_name, last ...
Procedimientos Almacenados / stored Procedures
Creamos el procedimiento almacenado desde el cliente mysql de nuestra preferencia
DELIMITER $
DROP PROCEDURE IF EXISTS born_in_year;
CREATE PROCEDURE born_in_year( year_of_birth INT )
BEGIN
SELECT first_name, last ...
- Thu Jan 02, 2025 1:43 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Stored Procs + Tdolphin
- Replies: 2
- Views: 663
Stored Procs + Tdolphin
Buenos dias,, necesito un ejemplo del manejo stored procs con tdolphin.
saludos
saludos
- Mon Dec 16, 2024 11:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse icon and filter
- Replies: 7
- Views: 764
Re: xbrowse icon and filter
I use 2 sort of filters.
1. Filters created by me and let the user select them from a pulldown menu. (Filters are stored in dbf file and used corresponding a specific XBrwowse
These filters are not for change by user
2. Use the build-in filter system from xbrowse using aBarGet system. (every column ...
1. Filters created by me and let the user select them from a pulldown menu. (Filters are stored in dbf file and used corresponding a specific XBrwowse
These filters are not for change by user
2. Use the build-in filter system from xbrowse using aBarGet system. (every column ...
- Sun Nov 03, 2024 3:23 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Funciones MySql desde codigo FiveWin (SOLUCIONADO)
- Replies: 1
- Views: 598
Funciones MySql desde codigo FiveWin (SOLUCIONADO)
... fivewin no funciona, arroja error de sintaxis.
Me imagino que debe ser alguna incompatibilidad de tDholpin con MySql.
Alguien ha logrado crear stored procedures MySql desde código fivewin?
Acá dejo imagen del código y el enlace a StackOweflow donde lo encontré
https://stackoverflow.com ...
Me imagino que debe ser alguna incompatibilidad de tDholpin con MySql.
Alguien ha logrado crear stored procedures MySql desde código fivewin?
Acá dejo imagen del código y el enlace a StackOweflow donde lo encontré
https://stackoverflow.com ...
- Mon Oct 28, 2024 9:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preview of the invoice in advance
- Replies: 14
- Views: 2955
Re: Preview of the invoice in advance
... To transmit this hash’s data to the endpoint in JavaScript, the hash is first converted into a JSON string with hb_jsonEncode(hAddress) and stored as cJSONAddress.
This encoded string is then added to the JavaScript object containing the billing data:
javascript
function sendData() {
const ...
This encoded string is then added to the JavaScript object containing the billing data:
javascript
function sendData() {
const ...
- Wed Oct 16, 2024 12:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MySql and Encryption
- Replies: 6
- Views: 1174
Re: MySql and Encryption
... encrypted search term in the DBF files.
It’s important to note that this method only works if you apply the exact same transformation to both the stored data and the search terms.
Additionally, complex search operations (like substring searches) may be difficult since you can only look for exact ...
It’s important to note that this method only works if you apply the exact same transformation to both the stored data and the search terms.
Additionally, complex search operations (like substring searches) may be difficult since you can only look for exact ...
- Wed Oct 09, 2024 9:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: pixel on print
- Replies: 5
- Views: 619
pixel on print
I need a procedure that prints pixels above a model
at certain coordinates, the coordinates are expressed in millimeters and are stored in an archive,
the procedure must also calculate the left margin and the top margin
which is also used by the image
I can't center the pixels in the right position ...
at certain coordinates, the coordinates are expressed in millimeters and are stored in an archive,
the procedure must also calculate the left margin and the top margin
which is also used by the image
I can't center the pixels in the right position ...
- Tue Sep 03, 2024 12:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
- Replies: 9
- Views: 2807
Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way
... Otto,
here is a brief description:
the CMS module is a standard fw desktop application, it is the place where all informations about the sites are stored: sites, pages, contents, menus, documents, html templates, css files and so on.
It is multi-site so a single customer can have multiple sites ...
here is a brief description:
the CMS module is a standard fw desktop application, it is the place where all informations about the sites are stored: sites, pages, contents, menus, documents, html templates, css files and so on.
It is multi-site so a single customer can have multiple sites ...
- Mon Jul 29, 2024 4:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Europen Elektronic Bill
- Replies: 12
- Views: 3698
Re: Europen Elektronic Bill
... has existed for years, they have practically inserted the invoice in all its forms in an xlm file but this needs another file where the style is stored, generally two types of style are associated, one such as a small page with all the data and an invoice type in graphic format. I started making a ...
- Mon Jul 29, 2024 10:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching from memo fields to files -
- Replies: 8
- Views: 1935
Switching from memo fields to files -
Hello friends,
I want to get rid of memo fields in my programs.
I am convinced that data is better stored in files and the storage can be better structured.
I am now starting and will first export the memo fields into separate files.
I will create a folder for each database that has a memo field ...
I want to get rid of memo fields in my programs.
I am convinced that data is better stored in files and the storage can be better structured.
I am now starting and will first export the memo fields into separate files.
I will create a folder for each database that has a memo field ...