Search found 1421 matches: based

Return to advanced search

Re: How to include hbCurl?

... Let's break down the correct format and structure for your curl command to add tags to a member. Here's the general format you need to follow based on Mailchimp's documentation: ```bash curl -X POST \ https://${dc}.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/tags \ --user ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2908

Re: Fivewin Wiki

Hi Antonio,
I just want to check code snippets on how to add new sheet in Excel and how to select a sheet based on name or number
by hua
Sun Mar 17, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1799

Re: SWAGGER-UI para documentar nuestras API.

So, This is for building Swagger docu.. I'm trying to connect to MailChimpt-API that is based on Swagger, so maybe you guys can help me cUrl:=  "https://us8.api.mailchimp.com/3.0/campaigns? --user anystring:cCode "MsgRun( cUrl, "READING FORUM PAGE", ...
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1944

Re: Problem with alignment in SAY command

... Joao, I often still think about the joint work on the appointment calendar, which is purely file-based, so completely without a database. Do you also remember? It is my only GitHub project. The design has been adapted by you. Now, I will switch ...
by Otto
Fri Mar 01, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 816

Data exchange between PC and Android device on the same loca

... encapsulated using CORDOVA to run in an ANDROID webview. That is, it is responsible for generating all the HTML for the user interface. For this I based and adapted ideas from JMG. (Robert) CURRENT SITUATION: I have not achieved communication, my first approach is the simplest, I make an $Ajax ...
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: 767

Re: Problem with FiveWin and PDF995 on Windows 11.

I am trying to create a new mak file based on the Buildx.bat, cannot find libharu.lib, anyone know where I can find this?
It is not in my Harbour Lib directory. Does this mean I might not have the right version of Harbour?
Thanks,
by byron.hopp
Thu Feb 15, 2024 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1183

Re: RC to PRG generator

... files from RC files using the rc.prgr. However, I couldn't find a quick solution for how to solve the positioning. In html, I have a row/column-based positioning and with the RC files, it's absolute. It then requires a bit of logic to implement this, and I eventually gave up on the attempt. ...
by Otto
Mon Feb 12, 2024 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1180

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Mr. Rao,

I'm not tdialog. My all child dialogs is twindow and tmdichild based. Sorry.

Best regards,
by ertan
Sun Feb 04, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54090

Re: DateTime calculation

... your actual date variable. The resulting unixTimestampMilliseconds 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: 680

tiny11 core for ARM64

... Windows 11, from https://archive.org/search?query=creator%3A%22NTDEV%22&sort=-addeddate UPDATE NOVEMBER 2023 – tiny11 2311 WINDOWS BASED RELEASED 23H2 The system has been updated to Windows 11 version 23H2. Windows 11 version 23H2 based on tiny11 is finally available for download. ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 7114

Re: Fine tune Phi2 from Microsoft with your own data

loading an extra trained layer to the base model Phi-2, based on: https://medium.com/@nimritakoul01/finetuning-microsoft-phi-2-small-language-model-on-veggo-dataset-using-qlora-8bcf70ab625e !pip install accelerate==0.25.0!pip install bitsandbytes==0.41.1!pip ...
by Antonio Linares
Wed Jan 17, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: nYoffset and nXoffset

nXoffset and nYoffset are only used in the methods: New - Sets nXoffset and nYoffset based on printer settings. Cmtr2Pix - Uses nXoffset and nYoffset to convert centimeters to pixels. Mmtr2Pix - Uses nXoffset and nYoffset to convert millimeters to pixels. Inch2Pix ...
by Silvio.Falconi
Mon Jan 15, 2024 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 820

Re: nYoffset and nXoffset

nXoffset and nYoffset are only used in the methods: New - Sets nXoffset and nYoffset based on printer settings. Cmtr2Pix - Uses nXoffset and nYoffset to convert centimeters to pixels. Mmtr2Pix - Uses nXoffset and nYoffset to convert millimeters to pixels. Inch2Pix ...
by Otto
Sun Jan 14, 2024 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 820

Re: WebView2 Essentials: Guides, Tips & Resources

... WebView2 control by Microsoft Edge allows you to embed web content (HTML, CSS, and JavaScript) in your native applications. It uses the Chromium-based Microsoft Edge as the rendering engine. This control is available for various frameworks and platforms including .NET/C#, WinRT/C#, Win32/C++, ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

file ID in the Windows file system

... volume or disk, the new file will definitely get a new File ID because File IDs are unique within a volume. The new file system will assign an ID based on its own criteria and sequence. **General Considerations:** - **Copying vs. Moving**: Moving a file within the same volume usually retains the ...
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: 616
Next

Return to advanced search