Search found 544 matches: require

Return to advanced search

Re: Pasando a FWH24.02+Harbour+BCC77

Estimado José, El cambio a la versión bcc77 efectivamente require unos ciertos ajustes. Nosotros, al igual que tu, hemos optado por mantenerlo en la carpeta c:\bcc7 para evitar al máximo el tener que modificar paths, etc Si vas a la carpeta c:\FWH\samples ...
by Antonio Linares
Wed Mar 13, 2024 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 2878

Re: How to show and print a pdf file?

You can easily have a great PDF viewer using Class TWebView (and now using the new Class TWebView2 that does not require DLLs) :-)
by Antonio Linares
Fri Mar 01, 2024 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show and print a pdf file?
Replies: 13
Views: 664

Data exchange between PC and Android device on the same loca

... and easy Front-End and Back-End. NOW THE CHALLENGE IS DIFFERENT. The NEED NOW is: 1.- The Front-End must be separated from the Back-End. I do not require the server-side PRG-CGI module to generate anything from the front-end (HTML), the Client will take care of that. 2.- I do not require SSL or ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

Re: Have the parameters Selecting a printer

... 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 a printer configuration tool or dialog that can ...
by Otto
Mon Jan 15, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 695

Re: Booking xbrowse example

... reservation to another room or period. in this way the example of nages is nice but in Italy it is unusable at least for what I need and what they require both for hotels and for other businesses in the sector
by Silvio.Falconi
Sat Dec 30, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3318

Re: phpBB to LLM

... for problem type SOLVER_RULE_UPDATE failed LibMambaUnsatisfiableError: Encountered problems while solving: - package torchvision-0.11.2-py36_cpu requires python >=3.6,<3.7.0a0, but none of the providers can be installed Could not solve for environment specs The following packages are incompatible ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: copy a row of xbrowse

... used in `oBrw:aArrayData`. ### Notes - Ensure that `oBrw:aSelectedRows` contains the indexes of selected rows in `oBrw:aArrayData`. This might require additional implementation based on how row selection is handled in your application. - When generating new unique IDs for pasted rows, make ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5789

Re: Fivewin controls similar to javascript elements

Otto wrote:I use FiveWin, and it appears to be based on C++.


[x]Harbour and FWH are based on C language, not C++. Only a few contribs modules require C++ language.
by Enrico Maria Giordano
Tue Nov 21, 2023 9:55 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Parameter for Timeout

... to be saved or not. I think we need to design the programs like on the web, where it doesn't matter 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 ...
by Otto
Thu Sep 21, 2023 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Copy & paste with a single mouse clic, how?

... code to copy, to ClipBoard, a value: FW_CopyToClipBoard( oRsOri:Fields("RUT_CVE"):Value)  So far so good, now I require, if possible, that with just one mouse click (Right or Left) on a cell paste the stored value, without having to use RETURN + CTRL+ V+RETURN. ...
by Armando
Tue Sep 12, 2023 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy & paste with a single mouse clic, how?
Replies: 3
Views: 266

Re: not ISOEM(), ISANSI() or IsUTF8()

... come with an interface to DrXlsx lib. Conversion of AnsiToUtf8 is automatic. Using FWH methods/functions like :ToExcel() or DbfToExcel() do not require the user to convert data into utf8. What all the work a programmer needs to do is to set oBrw:lOemAnsi := .t. or oCol:lOemAnsi := .t. for the ...
by nageswaragunupudi
Sat Sep 02, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: Lentitud al abrir una dbf en red

... and ADO .. For local network apps I find MS Access is an excellent database choice but for large enterprise apps I like Sql Server. ADO does NOT require any 3rd party connection libraries ( like odbc ) and all the ADO drivers ( connectivity ) are contained on every Microsoft windows 10 workstation ...
by Rick Lipkin
Sat Jul 08, 2023 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1554

Re: how to open devtoolswindow from application.

Dear Hakan,

https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/context-menus?tabs=cpp#adding-menu-items-to-a-context-menu

thats not simple at all and it would require some hours (if not days) of coding and debugging
by Antonio Linares
Sat Jul 08, 2023 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1142

Re: SSE example

Hello ssbbs, I believe it is important to appreciate the functionality of the server-side program. In my case, since I am using DBF, I require mod Harbour. Currently, without SSE (Server-Sent Events), I utilize `setInterval()`, which is similar to `timer()` in Harbour. Then, I use `fetch` ...
by Otto
Thu May 25, 2023 12:18 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4930

CLASS modification

... general recommendations and the specific implementation would depend on the details of your application and the FiveTech library. It would likely require a good understanding of the library and possibly some trial and error to get it working correctly. It might be best to reach out to the FiveTech ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710
Next

Return to advanced search