Search found 1454 matches: simply

Return to advanced search

hb_cdxPageSeekKey how to intercept this error

... can I create a little prg that during execution go into this error in order to study the way to intercept it and for instance perform a reindex or simply try write a personlized error.log? it's painful when it happens marco
by MarcoBoschi
Wed Oct 18, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 770

Re: xBrowser click

Mr Rao,

I need to treat each xBrowser cell as if it were a button. Simply click on it and it will perform an action.

The bLClicked command, it seems, treats the entire line.

Att.,

Oliveiros Junior
by oliveiros junior
Tue Oct 17, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 935

Re: App Termination and Relaunch.

... executable. The `""` is used as a placeholder 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 ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 398

Re: App Termination and Relaunch.

... existing application. Here's a general outline of how you can do it: 1. Terminate the Current Instance: You can use the `ExitProcess` function or simply return from the `main` function (if you are using C/C++), or use the appropriate method in your programming language to gracefully terminate ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 398

Re: Parameter for Timeout

... if it remains open (stateless). But it does require extra effort and a change in thinking. I believe that in the future you won't be able to simply use a record lock or even a file lock. It would be beneficial, especially considering mod harbour, to have a standardized function: buffer and ...
by Otto
Thu Sep 21, 2023 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 788

Re: Choise : Windows server standard 2022 versus essential 2022

... them. We only experience advantages with it - including the screen, easy handling, space-saving. Compared to the 'real' servers, these devices are simply more lightweight. I can't recall any hardware failures in over 10 years. We back up using Windows Server Backup on three hard drives and to our ...
by Iris Gesser
Sat Sep 02, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1446

Re: Error p/generar EXE usando UHTTPD2 en Windows

... wanted to wrap html code with Fivewin syntax four years ago, redundant. You tell ChatGPT how your form should look and it gets created for you simply. Best regards, Otto With this prompt you get the a ready to go program. Please create a responsive form for me in a grid with two input fields, ...
by Otto
Sun Aug 06, 2023 7:34 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1937

Sunday question in IT

... if you had to start a new project today? I am interested in why, when someone from the Clipper/Harbour community starts with web programming, they simply don't use HTML/JS and mod harbour from FIVETECH. With the availability of ChatGPT or Bart for everyone, the way of programming changes radically. ...
by Otto
Sun Aug 06, 2023 6:49 am
 
Forum: mod_harbour
Topic: Sunday question in IT
Replies: 0
Views: 276

Re: Request For TDataRow Example for MariDB

... oRowSet, or any other datasource. You can: oRs := oCn:RowSet( cTable )oRec := TDataRow():New( oRs )oRec:Edit() OR simply oRs:Record():Edit() OR even much simpler oRs := oCn:RowSet( cTable )oRs:Edit() All three alternative codes above ...
by nageswaragunupudi
Tue Aug 01, 2023 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request For TDataRow Example for MariDB
Replies: 4
Views: 271

New FTDN July/Julio (FWH 23.07)

... "tutor03.prg" } ) XBROWSER FW_GetClipBoardData() return nil * New: Class TWebView Method Center(). You can center a webview object simply doing oWebView:Center() * New: vs2022_make.zip added in FWH\makes to build using Visual Studio Community 2022 * New: hbmk2_bcc64.zip in FWH\makes ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1067

Re: password manager with mod harbour

I have decided to create an administrator mode for the LockBox as well. It simply adds more convenience.

Image
by Otto
Wed Jul 26, 2023 6:45 am
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 628

Re: Small Question about Word and FWH

Dear Michel,

> would it be difficult to create a same function for other applications or files (Word- or Excel-documents)?

You simply apply the same logic:

if there is only one FWH app running then you can quit it, if not, you don't
by Antonio Linares
Mon Jul 17, 2023 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1182

Re: GET and bLostFocus

If we enter a name in the get and not use any key, but simply point the mouse to a row on xbrowse, the input from the get is not validated or even known, so the change is doing it with the original data in the get. Aslong we don't enter the get the ...
by Marc Venken
Thu Jul 13, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET and bLostFocus
Replies: 10
Views: 527

Re: Create help system with F1

... the fly (in devellop mode) not live program if exist show at a location near the item OR at a fixed position (ex. top right screen) I prefer dbf simply because I know how to handle them best. Never used ini files.. Just my idea. BTW : On 4.50 PM (No timeframe yet) and on 6.49 PM (We have an initial ...
by Marc Venken
Tue Jul 11, 2023 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 872

Re: Create help system with F1

Dear Mark,

We have an initial version working! :-)

Simply add this function call from the start of your app:

SetAutoHelp( .T. )

Screenshots coming soon...
by Antonio Linares
Tue Jul 11, 2023 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 872
PreviousNext

Return to advanced search