Search found 146 matches: triggers

Return to advanced search

Re: Fwh 23.10 TGet another problem

... is different. I tried both versions in FW_Unicode(.T.) condition. In both cases, the nKey variable is 286. conclusion : METHOD Which function triggers the KeyChar function?
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52350

Re: Virtual strings in DBF

Then u could use triggers with rdd. Every time update a field then it will update a dbf tmp with the same struct.

C.
by Carles
Thu Sep 28, 2023 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 683

EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

Hi, all I often get this error but not always. I can't figure out what triggers it, maybe the copy process that loses synchronism with the range of cells involved in the copy? Could the situation be improved with the 64-bit fwh version? Thank you Application ...
by mauri.menabue
Mon Jul 31, 2023 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 224

Re: Can I get object from handle?

... whatever code to handle the message. I know this is not exactly what you are asking but it might be a possible solution. I do this a lot using triggers on tables to display status, sums, and other information in realtime without having to query the database. Just an idea, Reinaldo.
by reinaldocrespo
Sun Apr 16, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1259

Re: actualizar base en la nube

Jorge,
How large is the data volume?
Is the data captured in the web browser?
Who triggers the upload once the Internet is available?

Best regards,
Otto
by Otto
Tue Nov 15, 2022 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: actualizar base en la nube
Replies: 5
Views: 450

empty date in xBrowse column

... there a way to put an empty date into a xBrowse column with nEditType := EDIT_DATE? I have the case of columns with empty date contents. If a user triggers the datepicker control by accident or curiousity, there is no way to escape by leaving the column value empty. Thanks for each hint. Detlef
by Detlef
Sat Sep 24, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: empty date in xBrowse column
Replies: 2
Views: 243

Very strange problem - ideas needed

... files to a stronger computer, and ran the operation on that same machine. It still did not work 3). I looked carefully at the code and can find no triggers for this. 4). There is no "apparent" security software. Direct editing on the file works, so it's not a read only file. 5). I ran ...
by TimStone
Tue Aug 23, 2022 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1593

Fivewin CDO.Message Gmail App Password

I have many applications running at many customers. If my error system triggers it automatically sends an email with the error log to my email. This worked great for many years. Then a couple of years ago Goggle (with their infinite wisdom) decided to not allow ...
by byron.hopp
Tue Aug 16, 2022 12:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin CDO.Message Gmail App Password
Replies: 3
Views: 335

Re: Respaldo de base de datos mariadb desde fivewin

... "database" currenly selected is backedup. This back up includes all tables, views and all objects like stored procedures, functions, triggers, etc. Second parameter "g:\vp_act\mybackup\" is a folder name. Not a file name. In this case, the backup file "<databasename>.sql" ...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1167

Re: Respaldo de base de datos mariadb desde fivewin

... "database" currenly selected is backedup. This back up includes all tables, views and all objects like stored procedures, functions, triggers, etc. Second parameter "g:\vp_act\mybackup\" is a folder name. Not a file name. In this case, the backup file "<databasename>.sql" ...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1167

Re: STORE PROCEDIRE Return Array Mr. Rao

That means the procedure could not be created on the cloud server. Please check if your cloud server permits you to create procedures,triggers,etc on the server. Some cloud servers do not permit. Please also check this. You are creating procedures with databasename included. Please check ...
by nageswaragunupudi
Thu Feb 17, 2022 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: STORE PROCEDIRE Return Array Mr. Rao
Replies: 11
Views: 650

Re: Xbrowse Builder having a strange error (RESOLVED)

... STYLEBROWSE( 751 ) Do you still get the same error ? You are sending a message to a nil Yes... I know that it is strange even weird that this triggers the error. I only change the // in front of the 2 lines with alltrim and recompile. //aadd(aVelden,alltrim(tempXb->veld)) //aadd(aHeads,alltrim(tempXb->brnaam)) ...
by Marc Venken
Fri Jan 07, 2022 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1456

Re: Xbrowse Builder having a strange error (RESOLVED)

Absolut strange and no idea at all why this is the solution, or even why it triggers a error... I spend hours of debugging. I changed the array for the fields/headers to a alltrim, so that the headers would be centered nicely into the browse. Centering works, ...
by Marc Venken
Tue Jan 04, 2022 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1456

Re: Imágenes en una DBF

... in the event of a failure or accident that is not desired, the application will recover automatically. the way I write all the table structures, triggers, functions, and procedures into a table with data types clob and blob. well, for these two types of data there are no more restrictions, we ...
by Mulyadi
Thu Feb 18, 2021 7:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1743

Re: Detectar cambios en base de datos MYSQL

Muchas gracias, me salvaste!! Lo resolví usando triggers. Saludos!
by santidedos
Sat Feb 13, 2021 12:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar cambios en base de datos MYSQL
Replies: 2
Views: 297
Next

Return to advanced search