Search found 165 matches: restart

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... Apache configuration files to specify the paths to these libraries if not automatically detected. Test: After installation and configuration, restart Apache and check the error logs to ensure there are no issues loading these libraries. By ensuring these libraries are correctly installed and ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 142

Re: XAMPP through PortableApps.com or Server2Go

... xbrowse :-) ). If you want to work directly against html it is very easy. You go to RX Menu->Config->enable path \html, save changes and restart server Case A. In the \html folder create the otto.prg file function main()    local cHtml := ''        USE .\data\test SHARED NEW   ...
by Carles
Thu Feb 29, 2024 3:06 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9290

Re: Problem with FiveWin and PDF995 on Windows 11.

... this the second time I get: Error description: Error BASE/1005 Message not found: FWPDF:_LUSEHARUPDF Args: [ 1] = O FWPDF If I quit my program and restart I can print it once again. Am I not resetting something that may cause this problem. Thanks,
by byron.hopp
Tue Feb 13, 2024 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: phpBB to LLM

========================== RESTART: C:\fwh\AI\train.py =========================
Traceback (most recent call last):
File "C:\fwh\AI\train.py", line 1, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
by alerchster
Mon Dec 25, 2023 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

MEMO problem?

... press some key( forgot ) and appear this below Memo field 2 green box The text description and direction are reversed. QUIT my application and restart my application Back to normal This is old FWH version. https://i.postimg.cc/FsvmMR3t/S-11665411.jpg
by richard-service
Thu Oct 26, 2023 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO problem?
Replies: 3
Views: 293

Re: hb_cdxPageSeekKey how to intercept this error

Antonio,
next time it happens I provide screenshot.
1) I create a screenshot
1) I save dbf+fpt+cdx
2) reindex
4) restart app
5) post in this forum the screenshot

Many thanks to all
by MarcoBoschi
Thu Oct 19, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 769

Re: App Termination and Relaunch.

... file in Windows. Here's a simple example of how you can create a batch file to do this: 1. Create a text file with a `.bat` extension, such as `restart_my_app.bat`. 2. Edit the batch file using a text editor like Notepad, and add the following commands: ```batch @echo off taskkill /F /IM your_app.exe ...
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: Detect any activity of a window?

... modify it so that it "drops" the window or dialog. Instead of using QUIT, use a RETURN NIL, or "kill" the whole system and restart it with a .BAT. Your imagination is the limit. Test and see with your own eyes please. Si no sabe cómo reiniciar el sistema con un .BAT, hágamelo ...
by karinha
Wed Dec 14, 2022 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detect any activity of a window?
Replies: 4
Views: 357

Re: mod_harbour + ADS on linux server

Ok, I got it... I had to restart apache... :oops:

Now I get this error (both in my application and in mod_harbour examples):

mod_harbour version Dec 1 2022, 10:10:00
/tmp/libharbour.-846395648.-210844650: undefined symbol: HB_FUN_ADS
failed to load hb_apache()

Am I doing something wrong?
by berpa
Thu Dec 01, 2022 9:38 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: Creation an array Multiple on Horizontal on Xbrowse

... for the first line the first column remains unchanged (name of the wheel) at the end of odbf: Ba5 the procedure must select the new record and restart from oDbf: ba1 aRuote[1], oDbf:ba1,oDbf:ba2,oDbf:ba3,oDbf:ba4,oDbf:ba5 SKIP RECORD Dbf:ba1,oDbf:ba2,oDbf:ba3,oDbf:ba4,oDbf:ba5 SKIP RECORD Dbf:ba1,oDbf:ba2,oDbf:ba3,oDbf:ba4,oDbf:ba5
by Silvio.Falconi
Tue Sep 27, 2022 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation an array Multiple on Horizontal on Xbrowse - RESOLV
Replies: 7
Views: 770

Re: How install Harbour on web server

Dear Antonio, I have thought again about your concerns with the restart. If you have your notebook with you on holiday, then you can simply install a mirrored web server there and, in an emergency, change the CNAME record at your provider to the new IP. ...
by Otto
Sun Sep 11, 2022 8:41 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Reports with webview2

Hello friends, Now i restart with evolving https://mybergland.com/fwforum/easypeasyklein.jpg Report. With webview2 you have full javascript power. Here is my code for the print button. You see that the button is deleted ...
by Otto
Sat Aug 20, 2022 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reports with webview2
Replies: 1
Views: 259

turn on/off hyperv from powershell as admin

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

bcdedit /set hypervisorlaunchtype auto

you must restart Windows
by Antonio Linares
Sat Feb 12, 2022 8:07 am
 
Forum: Utilities / Utilidades
Topic: turn on/off hyperv from powershell as admin
Replies: 0
Views: 285

Re: Enhance errorsys.prg

... ? : return Eval( bOldErrHandler, e ) Should I close all files, end object, fonts,.... etc and then stop the program with a screen like : Please Restart te program ! //   Set this at the start of the main module   ErrorBlock( { |e| MyErrorHandler( e, bOldErr ) ...
by Marc Venken
Mon Nov 29, 2021 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhance errorsys.prg
Replies: 8
Views: 821

Re: Introducing FiveTech's fivedit

Baxajaun wrote:Richard,

please, could you try with this https://aka.ms/vs/16/release/vc_redist.x64.exe ?

TIA!

Regards,


Thank you. I can install it and restart OS.
But same as problem.

Image
by richard-service
Thu Nov 04, 2021 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107377
Next

Return to advanced search