Search found 212 matches: trigger

Return to advanced search

Re: URLLINK + XBROWSE

... o URLLINK para activar con la URL. Si no entendí, lo siento. Silvio, if I understand (I have difficulty following your reasoning), I would simply trigger a function with a DIALOG and use SSAY.PRG or URLLINK to trigger with the URL. If I didn't understand, I'm sorry. Regards, saludos.
by karinha
Tue Feb 27, 2024 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URLLINK + XBROWSE
Replies: 13
Views: 923

Re: Announcing DrXlsx 1.0 by Charles Kwon

If so, how do I trigger Excel to open the: testsayx.xlsx

Code: Select all  Expand view
ShellExectute( 0, "Open", cXlsxFile )
by nageswaragunupudi
Sun Oct 15, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3845

Re: Announcing DrXlsx 1.0 by Charles Kwon

Master Nages, is this correct? If so, how do I trigger Excel to open the: testsayx.xlsx Maestro Nages, ¿es esto correcto? Si es así, ¿cómo hago para que Excel abra: testsayx.xlsx // C:\FWH..\SAMPLES\TESTDRXL.PRG - Master Nages,#include "FiveWin.ch"#include ...
by karinha
Sun Oct 15, 2023 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3845

Re: who use PostgreSQL with Fivewin ?

... GetSerialCol(). PLEASE --- to enhance SavePQQ() i check if PRIMARY KEY is FIELD "__record" -> Xbase++ PdDBE there are also some "Trigger"which i must "update" else Data will be "corrupt" for Xbase++ Apps using PgDBE but the Main work is : how to emulate ...
by Jimmy
Wed Sep 27, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1033

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

...     serial  NOT NULL, " other like "__rowversion" or "__keyversion" are use by Xbase++ ISAM-Emulation with need some TRIGGER      cQuery += " __rowversion integer NOT NULL DEFAULT 0, "      cQuery += " __keyversion integer NOT NULL DEFAULT 0, "  ...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 716

Filling Excel Sheet Via OLE

... entity. This sheet performs many validations and calculations upon entering the data. When I fill out the sheet via OLE it does not seem to trigger the validation or calculations, but if I open it and type an additional line it behaves correctly. When a Cell is associated to a combo box ...
by byron.hopp
Thu Feb 02, 2023 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 247

How to trigger action when xBrowse lost focus?

When I test using oxBrowse:bLostFocus, I found that it got triggered everytime I'm done editing a cell (I was using fastedit clause).

What I wante is a codeblock that will be evaluated only if oxBrowse itself lost focus so I can trigger an auto-save function

Any tip?
TIA
by hua
Thu Jan 19, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to trigger action when xBrowse lost focus?
Replies: 0
Views: 207

Re: Fighting Xbrowse and lozing !!!

... left and right with the cursor, the function is also called 12 times. That supprices me since I could think that moving left and right would only trigger a function after a oBrw:bChange is called. now the bStrImage inside the xbrowse is called also every movement of cursor. There will be a reason ...
by Marc Venken
Fri Dec 30, 2022 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1565

Re: Printing double sided

... it does not work. In other words, in the print selection dialog, FROM USER needs to be selected, and just sending to the default printer does not trigger duplex printing. We have no provision for passing this value in the tPrinter class. We can pass mode ( portrait or landscape ), number of copies, ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1251

Re: Closing Circles

... change in your bootstrap table definition data-side-pagination="server", you will see that every click on the PAGINATION navigation will trigger an AJAX call. Without data-side-pagination="server", PAGINATION is done directly on the client, i.e. in the web browser. https://mybergland.com/fwforum/ajaxtest.zip ...
by Otto
Sat Oct 15, 2022 9:28 am
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1319

Re: Funcion de MySQL nativa en codigo

... el caso de lo que solicita Nicolás, que es también un campo DATE (no DATETIME) que se llene con la fecha de creación, el único camino es crear una trigger que lo haga? You are right in case of all MySQL versions prior to 8.0.13. In later versions, this works: `createdate` DATE NOT NULL DEFAULT ...
by nageswaragunupudi
Mon Oct 03, 2022 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion de MySQL nativa en codigo
Replies: 14
Views: 1043

Re: Funcion de MySQL nativa en codigo

Muchas gracias Mr. Rao por la explicación.
En el caso de lo que solicita Nicolás, que es también un campo DATE (no DATETIME) que se llene con la fecha de creación, el único camino es crear una trigger que lo haga?
by cmsoft
Mon Oct 03, 2022 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funcion de MySQL nativa en codigo
Replies: 14
Views: 1043

Re: Dialog or Form

by Otto
Sun Jun 12, 2022 7:06 pm
 
Forum: mod_harbour
Topic: Dialog or Form
Replies: 23
Views: 4630

How to call Events from OLE/COM objects

I'm trying to make a class for the persona digital reader. I don't know how to trigger or call EVENT type functions. I read the harbor classes documentation and couldn't find anything on the subject. If I create a class in _XAILER_ the EVENT functions appear. Does ...
by Giovany Vecchi
Thu Apr 21, 2022 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 963

Re: Xbrowse Builder having a strange error

Both are str values yes. Here is the sample that will trigger the error. The sample program will build 2 dbf files and cdx files that are used and not inside the FW samples folder this is the line the error refers to :uBarGetVal := uValBlank( :Value ...
by Marc Venken
Fri Jan 07, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1487
Next

Return to advanced search