Search found 623 matches: procedures

Return to advanced search

Re: Respaldo de base de datos mariadb desde fivewin

... nil. That means the entire "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 ...
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: 1343

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 ...
by nageswaragunupudi
Thu Feb 17, 2022 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: STORE PROCEDIRE Return Array Mr. Rao
Replies: 11
Views: 744

a new idea to create a dialog

... would like to create something different I explain you Generally, we at fivewin always start from a Browse and call the insertion and modification procedures I would like to adopt another technique but I don't know how I can do it. When the user loads the management of an archive the procedure ...
by Silvio.Falconi
Mon Feb 14, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new idea to create a dialog
Replies: 0
Views: 218

Error compilando con msvc 64 bits. (SOLUCIONADO)

... -run arrays2 Harbour 3.2.0dev (r2104281802) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'arrays2.prg'... Lines 20, Functions/Procedures 1 Generating C source output to 'C:\Users\JOSVTE~1.CHE\AppData\Local\Temp\hbmk_hzpwkw.dir\arrays2.c'... Done. arrays2.c c:\bcc7\include\windows\sdk\sal.h(1): ...
by jvtecheto
Fri Nov 26, 2021 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con msvc 64 bits. (SOLUCIONADO)
Replies: 13
Views: 1095

Re: Fibonacci

... (c) 1999-2020, https://harbour.github.io/ Compiling 'c_fib3.prg' and generating preprocessed output to 'c_fib3.ppo'... Lines 5038, Functions/Procedures 1 Generating C source output to 'c_fib3.c'... Done. Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30038.1 for x64 Copyright (C) Microsoft ...
by George
Thu Aug 26, 2021 10:57 am
 
Forum: Utilities / Utilidades
Topic: Fibonacci
Replies: 3
Views: 905

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... Copyright (c) 1999-2016, http://harbour-project.org/ Compiling 'erp.prg' and generating preprocessed output to 'erp.ppo'... Lines 5608, Functions/Procedures 8 Generating C source output to 'erp.c'... Done. erp.prg(130) Warning W0001 Method <GetDataBases()> not declared or declaration mismatch ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4472

to simplify the Tdatabase call

... RETURN Self METHOD ToArray(aTmp) CLASS TUtenti if ::use() aTmp:=ARRAYTODBF() endif RETURN aTmp because I have some function I use often on all procedures and I ask I can insert on each class , but for a sample I not Know How save the field to array with arraytodbf until nos I used fw_arratodbf ...
by Silvio.Falconi
Mon May 17, 2021 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to simplify the Tdatabase call
Replies: 3
Views: 559

Re: FW_ExceltoDbf version in FW 2102

... Copyright (c) 1999-2015, http://harbour-project.org/ Compiling 'rao.prg' and generating preprocessed output to 'rao.ppo'... Lines 4997, Functions/Procedures 1 Generating C source output to 'rao.c'... Done. Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. rao.c: ...
by Marc Venken
Mon Mar 29, 2021 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2777

Re: Sistema multi empresa con mysql

... much harder for you. If you keep a separate database for each company, then any change in the structure of the table OR any change in the stored procedures needs to be updated on all the databases. The chances of making mistakes are high and as days go by maintenance becomes a nightmare. If you ...
by joseluisysturiz
Thu Feb 25, 2021 4:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sistema multi empresa con mysql
Replies: 16
Views: 1964

Re: Sistema multi empresa con mysql

... much harder for you. If you keep a separate database for each company, then any change in the structure of the table OR any change in the stored procedures needs to be updated on all the databases. The chances of making mistakes are high and as days go by maintenance becomes a nightmare. If you ...
by anserkk
Thu Feb 25, 2021 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sistema multi empresa con mysql
Replies: 16
Views: 1964

Re: Imágenes en una DBF

... 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 can enter all kinds of files. ...
by Mulyadi
Thu Feb 18, 2021 7:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 2151

how to add libraries to the buildh.bat file

... (c) 1999-2020, https://harbour.github.io/ Compiling 'twitter.prg' and generating preprocessed output to 'twitter.ppo'... Lines 5663, Functions/Procedures 2 Generating C source output to 'twitter.c'... Done. Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. ...
by FWExplorer
Sun Feb 07, 2021 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 713

Re: Are there any Treeview samples with associated edit boxes?

... Copyright (c) 1999-2020, https://harbour.github.io/ Compiling 'pim.prg' and generating preprocessed output to 'pim.ppo'... Lines 5928, Functions/Procedures 14 Generating C source output to 'pim.c'... Done. Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. pim.c: ...
by FWExplorer
Sun Nov 29, 2020 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 5003

Errors with test.mak, FW 32 bit, bcc582

... Harbour 3.2.0dev (r2008190002) Copyright (c) 1999-2020, https://harbour.github.io/ Compiling '.\alert.PRG'... Lines 4966, Functions/Procedures 2 Generating C source output to 'obj\alert.c'... Done. c:\bcc582\bin\bcc32 -c -tWM -Ic:\harbour\include -oobj\alert obj\alert.c Borland C++ ...
by FWExplorer
Fri Nov 27, 2020 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 597

Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec

... (c) 1999-2020, https://harbour.github.io/ Compiling 'TUTOR01.prg' and generating preprocessed output to 'TUTOR01.ppo'... Lines 4952, Functions/Procedures 1 Generating C source output to 'TUTOR01.c'... Done. Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc. ...
by jnavas
Thu Sep 03, 2020 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: 'C:\HB32_BC7\LIB\HBHPDF.LIB' contains invalid OMF rec
Replies: 2
Views: 402
PreviousNext

Return to advanced search