Search found 481 matches: depending

Return to advanced search

Re: How to convert a Date to an Unix TimeStamp?

... Please keep in mind that the FWH functions deal with Unix time in MilliSeconds. Not seconds. Depending on the requirement, you need to provide the conversion ( *1000 or /1000 )
by nageswaragunupudi
Mon Jan 29, 2024 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575

Re: DateTime calculation

... will be in the format you can use in your URL. Make sure to adjust the code based on your actual Harbour date handling methods, as it may vary depending on the context of your project.
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 690

Re: Resolution of monitor

... on Miix320 Lenovo ( tab10) 1920 x 1200 Pixel I have the dialog smaller and the button bar on too hight and it happens that in Win10 as in Win7, depending on the monitor, I have the buttonbar too high for a sample : if th emonitor resolution have 1280x 1024 run ok if I have the same resolution ...
by Silvio.Falconi
Tue Jan 09, 2024 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2549

Create a Panel width a text

I would like to create a Panel in a dialog with a large border and insert some text the text is given by a memo field variable and depending on the length of the memo the panel must be uniform, i.e. high for how many lines make up the memo type this https://i.postimg.cc/gcyvW3Lt/Immagine.png ...
by Silvio.Falconi
Fri Dec 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: Using Microsoft AI Phi-2 from FWH

hi, cmake is part of VS! After step 4 at the latest, depending on the VS version, "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 should be executed, otherwise "cmake .." would not ...
by Jimmy
Thu Dec 21, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8326

Re: Using Microsoft AI Phi-2 from FWH

Hi Jimmy,

cmake is part of VS!

After step 4 at the latest, depending on the VS version, "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 should be executed, otherwise "cmake .." would not work.
by alerchster
Thu Dec 21, 2023 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8326

Re: Using Microsoft AI Phi-2 from FWH

... the downloaded DLL. Then I created llama64.dll myself according to the information above and it worked immediately. After step 4 at the latest, depending on the VS version, "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 should be executed, ...
by alerchster
Wed Dec 20, 2023 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8326

Re: Interesting discussion with ChtGPT

... that I may need again. I then ask at the end: Could you help me create a FAQ by reviewing and potentially revising the questions I provide?" Depending on the question, I take the point into the PROMPT_Editor question catalog or into my manual. My tool - preproPatcher - AKA Harbourino - is ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Xbrowse -> Tree -> Xbrowse

... for a sample (married, age >50) making the user select the desired group and then go back to normal xbrowse obviously with search on the fields depending on the indexes thanks for a solution a small test #include "fivewin.ch"REQUEST DBFCDXstatic lTipo1:=.f.,ltipo2:=.f.//----------------------------------------------------------------------------////----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Wed Oct 25, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse -> Tree -> Xbrowse
Replies: 0
Views: 357

Moving the dialog

... with the mouse, part of this dialog turned out to be a screen, then returning the dialog to the screen will be associated with significant delays (depending on the number of controls on the dialog). I understand that this is due to the constant call of the Refresh() method. How do I make the Refresh() ...
by Natter
Sat Oct 21, 2023 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 497

Re: App Termination and Relaunch.

... CloseHandle(pi.hThread); } return 0; } ``` Again, replace `"your_app.exe"` with the path to your application's executable. Depending on your specific requirements, you may need to pass command-line arguments or adjust other parameters when relaunching your application. Remember ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 396

Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

... invoice items, update en save. These function are used, but i'm not that sure yet. These functions are based on a recno() that is added and depending on the delete status of a invoice item. Deleted items are NOT taken by the function and so only GOOD items will come into the invoice. When ...
by Marc Venken
Wed Aug 30, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 170

Re: need Help with oBro:bSeek

... and stores the right information in oCol:cSortOrder. On header click, xbrowse uses this information to switch the sort order and it also knows depending on the datasource, how to change the sort order. Better we leave all this to XBrowse. can i use it on Recordset of Excel ? Yes, you can. Clicking ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Web programming with Mod Harbour

... in Mod Harbour to handle web requests. FastCGI - You can use FastCGI to improve the performance of your web applications. Handling HTTP Requests: Depending on the chosen web framework, you'll define routes and endpoints to handle different HTTP requests (GET, POST, PUT, DELETE, etc.). These routes ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 327

Re: Small Question about Word and FWH

... a document is open in jWord, skip calling cWord:Quit() to avoid closing the shared document. Note that the exact implementation details may vary depending on the programming languages and frameworks you're using for both applications. Make sure to consult the documentation and resources specific ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150
Next

Return to advanced search