Search found 542 matches: force

Return to advanced search

Re: Silvo .. changes to your xMate environment

... /w0 -wb- /p %2 %3 > comp.log 2> warnings.log This is far from perfect. The recommended switch is /es2, as if it will force you to fix the warnings. /es0 can be a workaround with legacy code, but you should use /es2 with new code.
by Enrico Maria Giordano
Tue Apr 30, 2024 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 353

Re: Centrar texto VERTICALMENTE

... an image and not editable. 2. Using FWH's own PDF generator.(written many years ago) If MSWord is not installed, this is the default. We can also force this by setting TPrinter():lUseFWPDF := .t. cons: (1) Lesser quality (2) Large size and (3) pdf is not editable. 3. Using HaruPDF, by setting ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 501

Re: HarbourWave - leaked information

... also supported by the fwteam, I'm respectful with everyone but I can't be with those who open topics with the same nature as my requests only to force and divert attention towards other topics. dear Antonio when Mr. Otto was worried about creating his application in Windows (hotel management) ...
by Silvio.Falconi
Mon Jan 29, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 913

Re: add a line in the print report

... Is it "I want an html printout" or "I have a problem inserting a line in the report from xbrowse"? Mr. Otto, by doing this you force everyone not to ask on the forum for help because the forum is unusable Do you want to find a solution for fivewin and print html? I didn't ask, ...
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 561

New FTDN October/Octubre 2023 (FWH 23.10)

... variable is utf8, this clause is assumed - Same way, in a Unicode application, i.e., where FW_SetUnicode( .t. ) is set to .T., Ansi Edit can be forced by using the clause: @ r,c GET .... CHRGROUP CHR_ANSI * CREATING XLSX FILES WITHOUT USING EXCEL APPLICATION. Recently two great libraries to ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3917

Re: DBF . Commit

... for sudden write process interrupt bigger. Usually the best effects can be reached when user group some write operation and then commit them to force buffer updates. In harbour COMMIT can be temporally disabled by SET( _SET_HARDCOMMIT, .F. ) and then enabled by SET( _SET_HARDCOMMIT, .T. ) Harbour ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2439

Re: DBF . Commit

... RDD finally writes the data to the disk using fwrite (or similar function). Harbour can write only to the file buffer of Windows OS, but can not force the OS to physically write to the disk. All that is handled by the Windows OS and we can trust the Windows OS to flush its own buffers to the ...
by nageswaragunupudi
Sun Oct 22, 2023 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2439

Re: hb_cdxPageSeekKey how to intercept this error

...  hb_errInternal( 9201, szMsg ? szMsg : "hb_cdxErrInternal: data integrity error.", NULL, NULL );}  You can modify it to force the error. What exactly is what you want to avoid ? Please provide a screenshot
by Antonio Linares
Thu Oct 19, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 851

TFileXLS

Hey guys, This is a query about TFileXLS. How do I force the text to break within a cell. +------------------------------+------------------------------+-------------------------------------+ | XXXXXXXXXXXXXXXXXX | ............................. |.................................... ...
by oliveiros junior
Fri Sep 29, 2023 1:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 456

Re: Parameter for Timeout

Probably none, but it is just a good habbit of closing a program.

I will surely use this code to force the program to close. (give them enough time offcource) Non saved data is the responsability of the user. They need to save and close.


+1

Ramesh Babu
by RAMESHBABU
Fri Sep 22, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 812

Re: Parameter for Timeout

... the program open that we have to respond to? Probably none, but it is just a good habbit of closing a program. I will surely use this code to force the program to close. (give them enough time offcource) Non saved data is the responsability of the user. They need to save and close.
by Marc Venken
Thu Sep 21, 2023 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 812

Re: Parameter for Timeout

... to be closed) It even works if you are working in a other program. Nice and thanks if the screensaver stays active for xxx time, you could even force a close all and close dialog and terminate the program. Interesting idea
by Marc Venken
Thu Sep 21, 2023 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 812

Re: how to "override" Function of FiveH64.lib using MSVC

hi, Try with flags linker: /FORCE:MULTIPLE i have write this into hbmk.hbm DUALGRID.HBC -w1 -es2  -ldflag=-FORCE:MULTIPLE and got FiveH64.lib(ADOFUNCS.obj) : warning LNK4006: HB_FUN_FW_RDBMSNAME ist bereits in "ADO.obj" definiert; ...
by Jimmy
Sun Sep 03, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 347

Re: how to "override" Function of FiveH64.lib using MSVC

... how can i modify *.HBP for MSVC to "override" LIB Function :?: using MinGW i can use --allow-multiple-definition Try with flags linker: /FORCE:MULTIPLE
by cnavarro
Sun Sep 03, 2023 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 347

Re: Set a specific starting function

... asking for. you ask for a Sample using INIT PROCEDURE I have many PRGs and a function MAIN() inside one of those (not the first linked). How can I force the function MAIN() to be executed as the first function? put you file with MAIN as 1st into your *,MAK or *,HBP
by Jimmy
Mon Jul 31, 2023 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 884
Next

Return to advanced search