Search found 252 matches: whenever

Return to advanced search

Switching my setup program to webview2

Hello friends, Whenever I start with a new technique, I first change the setup program to incorporate the new technique. This way, our customers operate using the new technique in real-time, allowing us to receive feedback. Not much ...
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

Re: Obtener el nombre del OS o version de Windows

My humble submission. Whenever we want something, first look into our own FWH, next Harbour and then only other outside sources. It is not uncommon for us to encounter runtime errors and see the error.log Every error.log shows Windows ...
by nageswaragunupudi
Wed Dec 13, 2023 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Obtener el nombre del OS o version de Windows
Replies: 7
Views: 885

Re: DBF . Commit

... pArea->fDataFlush )      {         hb_fileCommit( pArea->pDataFile );         pArea->fDataFlush = FALSE;      } Whenever any data is changed pArea->fDataFlush is set to TRUE. But this function is executed when SELF_FLUSH( pArea ) is called and again ...
by nageswaragunupudi
Mon Oct 23, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2342

Re: DBF . Commit

Hello all, Is this statement really true? Whenever you make changes that can impact the program's logic, you should always make a commit, regardless of performance, which can be influenced by various factors. That's all there is to it. If you ...
by Otto
Fri Oct 20, 2023 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2342

Re: App Termination and Relaunch.

... for the window title. Save the batch file after editing. 3. To restart your application, simply double-click the batch file (`restart_my_app.bat`) whenever you want to terminate the current instance and start a new one. Keep in mind that using a batch file in this way will forcibly terminate the ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 397

Re: HOW TO DISPLAYXBROWSE REPORT IN CUSTOMIZED PREVIEW ?

... globally. bPrevious := SetCustomPrintPreview( { |oDevice, oReport| MyPreview( oDevice, oReport ) } ) and keep changing whenever you want. You can try this example to begin with. #include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Tue Sep 26, 2023 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW TO DISPLAYXBROWSE REPORT IN CUSTOMIZED PREVIEW ?
Replies: 3
Views: 309

Re: EDITOR DE TEXTO

... Harbour Go to fwh\samples folder and buildh sciedit Does not work with xHarbour. This program was written to work with Harbout but not xHarbour. Whenever you want to test any fwh samples, do not use your own link scripts. Go to FWH Samples folder and then execute buildh <prg> or buildx ...
by nageswaragunupudi
Sat Aug 26, 2023 5:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EDITOR DE TEXTO
Replies: 4
Views: 289

Re: How to resolve this? lack functions

Add
Code: Select all  Expand view
\fwh2212\lib\libmysql.lib


Whenever in doubt what libs to include, please always refer to buildh.bat
by nageswaragunupudi
Fri Jun 23, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resolve this? lack functions
Replies: 5
Views: 326

Re: hb_out.. exe crashed...

Whenever possible, post the complete example. Mira se ayuda: // C:\FWH..\SAMPLES\GERMANO.PRG#include "FiveWin.ch"STATIC lChangeBtn := .T.function Main()   LOCAL oDlg, oBtn, oBtn2, oFont, cTile := ...
by karinha
Sat May 20, 2023 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 407

Re: Utilizar 2 dbcombo

... then bind a handler to Combo_1's Change event using the COMBO_1:Change := {|| UpdateCombo2()} statement. This handler, UpdateCombo2(), is called whenever Combo_1's selection changes. Inside UpdateCombo2(), we first get the selected option from Combo_1 using Combo_1:Value. We then clear the options ...
by Jimmy
Fri Apr 21, 2023 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Utilizar 2 dbcombo
Replies: 3
Views: 253

Re: RADIO ( TRADMENU() ) have no hWnd ?

Jimmy, whenever possible, post the full example. What do you not like about this model? Jimmy, siempre que sea posible, publica el ejemplo completo. ¿Qué no te gusta de este modelo? // C:\FWH..\SAMPLES\JIMMYRAD.PRG#include "FiveWin.ch"STATIC ...
by karinha
Fri Apr 14, 2023 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO ( TRADMENU() ) have no hWnd ?
Replies: 4
Views: 240

Understanding how autoGPT works...

... To avoid exceeding the 4000 word limit, I will immediately save important information to files. I will also delegate simple tasks to GPT agents whenever possible to increase efficiency.", "reasoning": "To calculate the current planets' positions in zodiac houses, we need ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 528

xBrowse: Auto save edit

... keyed-in is not saved. It will only be saved if I pressed Enter before clicking the the Print button. Is there some setting/flag to allow save whenever the cell loses focus? TIA
by hua
Tue Mar 07, 2023 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Auto save edit
Replies: 2
Views: 360

Re: tdolphin de fivewin

Not correct.
XBrowse does not requery with each movement.
It is dolphin that requeries the entire table whenever a change is made. Not xbrowse.
by nageswaragunupudi
Wed Nov 30, 2022 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin de fivewin
Replies: 7
Views: 748

Re: LISTBOX using ENTER ?

hi Marc,

Ok, understand
so i have to write a Codeblock whenever use of Keyboard is not implement

p.s. what is the Difference of bKeyChar vs. bKeyDown :?:
by Jimmy
Fri Nov 11, 2022 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LISTBOX using ENTER ?
Replies: 4
Views: 300
Next

Return to advanced search

cron