Search found 52 matches: attempted

Return to advanced search

hbmk2 problem

... of years, there has been encouragement to use Harbor's hbmk2 to build applications. My application is large, and with Antonio's guidance, I have attempted to build it using hbmk2 PLEASE NOTE: The program builds without error using a .mak file, and also building with Visual Studio Community 2023 ...
by TimStone
Mon Jul 10, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 753

Re: OLE with Excel.

... many problems with using OLE with Excel. I believe it is because Excel is running in the background when I attempt to launch a new instance. I attempted to use IsExeRunning("Excel",".",.f.) including many versions with case "EXCEL", and "excel" and it ...
by nageswaragunupudi
Tue Oct 18, 2022 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 399

OLE with Excel.

... many problems with using OLE with Excel. I believe it is because Excel is running in the background when I attempt to launch a new instance. I attempted to use IsExeRunning("Excel",".",.f.) including many versions with case "EXCEL", and "excel" and it ...
by byron.hopp
Tue Oct 18, 2022 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 399

New FTDN June/Junio (FWH 21.06)

... uncpath or can use aleady mapped drive. cPath can be a unicode path. If cDrive is already mapped, the existing map is deleted and new mapping is attempted. * TDatePick class: Method Change() is executed when the dialog is started and also when the user selects the same date without any change ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2099

New FTDN June/Jnio (FWH 21.06)

... uncpath or can use aleady mapped drive. cPath can be a unicode path. If cDrive is already mapped, the existing map is deleted and new mapping is attempted. * TDatePick class: Method Change() is executed when the dialog is started and also when the user selects the same date without any change ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 466

Re: Strange MariaDB save problem.

... starting your loop: oCn:SetAutoCommit( .f. )  After end of loop oCn:SetAutoCommit( .t. )  4) Such large export of data should be attempted on local server. 5) Increase max_allowed_packetsize suitably and concatenate more than one update statement with ";" so that the ...
by nageswaragunupudi
Mon Jun 22, 2020 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange MariaDB save problem.
Replies: 17
Views: 1784

How to get the source file name

I attempted to use ProcFile() 0,1,2,3,4 but never get the actual filename of my source file. Is there a way to do this?
by byron.hopp
Fri May 01, 2020 5:32 am
 
Forum: mod_harbour
Topic: How to get the source file name
Replies: 4
Views: 577

New FTDN December 2019 (FWH 19.12)

... the record is locked while reading and on failure to read, the codeblock is evaluated with the rowset as parameter. Till FWH1909, read is attempted with clause "LOCK IN SHARE MODE". This approach was not giving the expected results as other users also are able to read the record ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3027

Re: FWH 18.11: MARIAROWSET Table Replication Features

... main table. Then any changes made to the main table will be replicated to the same table on the replication server. This is the functionality we attempted to create. Please test and share your observations.
by nageswaragunupudi
Tue Oct 01, 2019 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.11: MARIAROWSET Table Replication Features
Replies: 11
Views: 2660

New FTDN January/Enero 2019 (FWH 19.01)

... not available, no attempt is made to recycle deleted records and acts like a normal DBAPPEND() b)If the parameter is set to .F., recycling is not attempted at all even if a "FOR DELETED()" tag exists. c)If the parameter is set to .T., recycling is compulsorily attempted. For pursposes ...
by Antonio Linares
Mon Feb 11, 2019 1:08 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2019 (FWH 19.01)
Replies: 4
Views: 2696

Re: dbfs on Network : wich performance method?

... not like. However, these allow me to easily create, and enhance, very complex data screens that provide for what my clients want. I recently have attempted to change to a @ x,y format, and so far I find it very difficult to get what I want. I've looked at samples, what little we have for reference ...
by TimStone
Tue Oct 30, 2018 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfs on Network : wich performance method?
Replies: 26
Views: 5444

Re: Building Harbour 3.4 for BCC outside MSYS

Andi I have downloaded xHarbour MSVC 2015 from Mel's site ... I have attempted to modify BuildxM and when I try to compile Tutor01.prg I get the errors below. I would appreciate any help. Thanks Rick Lipkin @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ...
by andijahja
Sat Dec 09, 2017 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

Re: Building Harbour 3.4 for BCC outside MSYS

Andi I have downloaded xHarbour MSVC 2015 from Mel's site ... I have attempted to modify BuildxM and when I try to compile Tutor01.prg I get the errors below. I would appreciate any help. Thanks Rick Lipkin @ECHO OFFCLSECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ECHO ...
by Rick Lipkin
Fri Dec 08, 2017 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17188

LME288

... Inc." Does this have anything to do with my spaghetti code? I'm really stuck, I cannot compile my app anymore. Rebooted several times, attempted several virtual memory settings. Thanks, Byron ...
by byron.hopp
Sun Oct 22, 2017 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LME288
Replies: 4
Views: 809

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... is set to a very short period. When any sql is executed for access or writing data, if disconnection is encountered, automatically reconnection is attempted. In case of connections lost due to time out, the recovery is 100% successful. In case of physical loss of connections, the program can continue ...
by vilian
Wed Jun 07, 2017 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28353
Next

Return to advanced search