Search found 2976 matches: done

Return to advanced search

Re: Have the parameters Selecting a printer

... capabilities and print job configuration. This array represents the DevMode structure for the printer. Access the DevMode Structure: This can be done by either using Windows API calls (which would require a programming language like C# or C++ and cannot be directly done in PowerShell) or by using ...
by Otto
Mon Jan 15, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 723

accordion and webview2

Hello friends, I have done some tests with accordion and webview2. I need some help. With which function do we encode the URI from Fivewin into HTML? Calling the html works. oWebView:Navigate( "C:\fwh2023\samples\Untitled-1.html" ...
by Otto
Mon Jan 08, 2024 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accordion and webview2
Replies: 2
Views: 451

Conectarse con mariaDB

... referenced from: _symbols_table in testdlg.o clang: error: linker command failed with exit code 1 (use -v to see invocation) done! The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 10841

Re: phpBB to LLM

... torchvision==0.11.2 torchaudio==0.10.0 -c pytorch Channels: - pytorch - defaults Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE failed LibMambaUnsatisfiableError: Encountered ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4873

Re: phpBB to LLM

... is stopped ? C:\fwh\AI>pip install pytorch Collecting pytorch Using cached pytorch-1.0.2.tar.gz (689 bytes) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: pytorch Building ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4873

Re: Using Microsoft AI Phi-2 from FWH

... 3 Datei(en), 32.806 Bytes 0 Verzeichnis(se), 1.310.322.356.224 Bytes frei f:\llama.cpp> have change to cMake . and now got -- Generating done -- Build files have been written to: F:/llama.cpp thx for help
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8512

Back after 10 years due to illness [ Javier Lloris ]

... samples: (for many years I decided to create minimalist applications, use the minimum possible bitmaps, as much image as almost all of us have done at the beginning, it only serves to waste a lot of time to find the appropriate bitmap and then the user does not find it. appreciate, at least ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 410

Re: copy a row of xbrowse

For this, define your browse and
Code: Select all  Expand view
oBrw:nEditTypes := EDIT_GET
oBrw:lCanPaste := .t.
oBrw:nMarqStyle := MARQSTYLE_HIGHLROWRC // or higher


Then go to the row you want to copy
Press ^C

Go to the row you want to paste
Go to the first column of the row // this is important
and then
Press ^V

Done.
by nageswaragunupudi
Sat Dec 02, 2023 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5872

Re: check on get

... ( If( lSave, MsgInfo( "Save" ), ), oDlg:End() ) to not use the lsave variable and not to change all the dialogs that I have already done for many years it is possible to use ( oDlg:end( IDOK ) ) and ( oDlg:end( IDCANCEL ) ) ? and use IF oDlg:nresult == IDOK orec:save() ENDIF if I ...
by Silvio.Falconi
Sat Dec 02, 2023 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4024

Compilacion Ejemplo de FWH Error

... and generating preprocessed output to 'testtrev.ppo'... Lines 5046, Functions/Procedures 4 Generating C source output to 'testtrev.c'... Done. Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. testtrev.c: Borland Resource Compiler Version 5.40 Copyright ...
by ruben Dario
Sat Dec 02, 2023 12:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilacion Ejemplo de FWH Error
Replies: 1
Views: 227

Re: Convert a print to Rtf or doc

I don't want to cause controversy but as is always done in this forum... we start from a topic for example "..how do I save a print preview in Word docx..." and then there are people who don't want to impose everything 'other such as the ...
by Silvio.Falconi
Fri Dec 01, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3544

Re: Convert a print to Rtf or doc

Marco, What kind of reports are these? Don't you have a sample report?

If you need a WORD document, you have to create the document.xml.
Look at the logic in xbrowse, see how the XCEL export is done there. You have to do something similar with WORD.

Best regards,
Otto
by Otto
Thu Nov 30, 2023 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3544

Re: Xlsxlibhb_ver2

... to move BCC to another folder. That's why I prefet to put the lib paths in the compile batch so it manages them automatically. Enrico, I've always done it this way. I prefer it this way, because I know it works perfectly. Enrico, siempre lo he hecho así. Lo prefiero así porque sé que funciona perfectamente. ...
by karinha
Sat Nov 25, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9224

Re: Calculate total pages

... print it. We can modify an emf file in two ways: 1. Open the emf file into hDC and directly overprint the new text and save. But this has to be done by the programmer. 2. For very minor changes, like over-writing the number of total pages, we can simply read the emf file as text, modify the ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5960
PreviousNext

Return to advanced search