Search found 762 matches: commands

Return to advanced search

Re: Exercism and Harbour

... coding areas that are missing in those examples, like codeblocks, arrays, hashes, classes, extend system use to enhance it using C, user defined commands, preprocessor use, etc. to mention some of them. I encourage you to enhance it and make it a real usefull Harbour coding learning start point! ...
by Antonio Linares
Mon Apr 22, 2024 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 142

Re: Fulltext-Search

Hello freinds, To search in different file types such as *.prg, *.html, and *.docx, you can combine multiple Get-ChildItem commands, each with a different filter, and merge the results with the pipeline operator (|). Best regards, Otto (Get-ChildItem -Path c:\Entwicklung_2012 -Recurse ...
by Otto
Mon Mar 18, 2024 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1245

Different sizes of dialog

... a tablet (10' tab type) with 1280X800 resolution (Win10) because every time I have to recompile my applications, I use to create my dialog these commands #include 'fivewin.ch'#include 'constant.ch'   local  nBottom   := 43  // medie   local  nRight   ...
by Silvio.Falconi
Wed Mar 13, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different sizes of dialog
Replies: 0
Views: 129

Re: XAMPP through PortableApps.com or Server2Go

Hello Charly,

Thank you. I have the Runner RX environment on my PC at home. I will try it in the evening.

RX does not use the same mod commands. If you want to do what you're looking to do, you can try entering this.


Best regards,
Otto
by Otto
Fri Mar 01, 2024 8:38 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9288

Re: COMBOBOX

... exclusively because the alignment on a complex dialog is much easier. I use the following resource to see the latest implementation of RC commands ( syntax ): https://learn.microsoft.com/en-us/windows/win32/menurc/introduction-to-resources Rather than go to the site, I downloaded the pages ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 302

Add a new taskPanel on Explorerbar ( on line)

... the procedure must destroy all panels and recreate all to destroy Panel I tried with destroy(9 and end() method but it seem not Know these commands and I cannot destroy the previous panels before to create all this is the small test #include "FiveWin.ch"//----------------------------------------------------------------------------////function ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 217

Re: Create a Panel width a text

... There is no method in the Texplorerbar class to refresh the panels because the ntop has changed, I tried to create this refresh with the following commands but it doesn't work for n= 1 to Len( oExbar:aPanels )          oExbar:aPanels[n]:nBodyHeight += oExbar:aPanels[n]:nHeight ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: Problem with FiveWin and PDF995 on Windows 11.

Also we advise using the PRINT commands from print.ch rather than directly using the methods.
by nageswaragunupudi
Thu Feb 15, 2024 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Problem with FiveWin and PDF995 on Windows 11.

... it uses FWSavePreviewToPDF(), is this code around because it seems to work better the PDF995. Or is there a way to save to PDF from the printer commands. Thanks,
by byron.hopp
Tue Feb 13, 2024 12:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: link between PRG and RC

... // NACHFASSEN is here again Next is to REDEFINE the controls from the RC file that you want to manage from your PRG. You may find several REDEFINE commands in your PRG code Hope this helps. Please feel free to ask any doubt about it :-)
by Antonio Linares
Tue Jan 30, 2024 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1703

Insert an record on array

... field how can I do ? TO paste an record of oBrw:aArrayData I use an array aCopy where I save the row Copied (oBrw:aselected) and I use these commands oBrw:Lock()              For n=1 to Len(acopy)                aCopy[n][1] := codsep                aCopy[n][32] ...
by Silvio.Falconi
Fri Jan 12, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 826

How to find out the IDs of controls and types?

... the controls of this dialog automatically? Some function that returns controls without them being called by the Redefine SAY, Button, Get, etc. commands.
by Giovany Vecchi
Sat Jan 06, 2024 2:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1848

file ID in the Windows file system

... ID in a hexadecimal format. **Considerations:** - **Permissions**: Make sure you have the necessary permissions to access the file and run these commands, especially if you are in a restricted or multi-user environment. - **File System**: The concept of a File ID is specific to certain file systems ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: phpBB to LLM

... you are using the correct pip command based on your system and whether you want to install the CPU or GPU version of PyTorch. Use one of the commands mentioned in the previous response that corresponds to your system and requirements. Upgrade Pip: Ensure that your pip version is up-to-date. ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693
Next

Return to advanced search

cron