Search found 1428 matches: based

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... contents change dynamically Checkboxes that control the appearance of radio menus and changes to the xbrowse's size. Here's a possible scenario based on your description: Initial State: The xbrowse table is visible. Checkboxes are located beneath it. First Checkbox Clicked: The xbrowse's size ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 73

Dynamic Table Filter Control

... that I see in the general forum and that interest me. They are small tests. This program contains a table with dynamically adjustable height based on selected filters and buttons to increase or decrease the height. https://mybergland.com/fwforum/tabelhigh.gif Best regards, Otto ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 273

Re: Reload data in a combobox

... that we are trying to convert into the new fwh the two category comboboxes (master and sub) were not connected to each other. the source was based on an example of Arteaga's Cawinrc program that Alfredo published in the prehistoric era https://i.postimg.cc/qMGPYTWL/alfedo.png ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133

Re: IA y Harbour Conceptos básicos

Sip,

Ahora lo he visto...

Inference Endpoints pricing is based on your hourly compute, and billed monthly. This can be as low as $0.032 per CPU core/hr and $0.5 per GPU/hr depending on your needs.



Baratito... :lol:


C.
by Carles
Mon Apr 29, 2024 11:53 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 334

Re: combobox color

hi Otto,
Otto wrote:In TComboMetro, the combobox is done with an xbrowse.

::bClrStd := { || If( ::nArrayAt == ::nHoverAt .and. ::nArrayAt > ::nBlankRows, ;
{ CLR_WHITE, CLR_BLUE }, { CLR_BLACK, CLR_WHITE } ) }
i did not know that, so it should be easy when is based on xbrowse
by Jimmy
Sun Apr 28, 2024 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 630

Re: funcion C a xBase

... := 0      ENDIF      IF SubStr( sRif, 9, 1 ) == Str( resto )         bResultado :=.T.      ENDIF   ENDIF   RETURN bResultado Based on the function logic, I'll calculate some valid RIFs and check if they are correct. Here are a few examples: 1. `V123456780` * `suma` = 142 * ...
by Antonio Linares
Mon Apr 22, 2024 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion C a xBase
Replies: 6
Views: 181

Re: xbrowse problem with :bLClicked

...  )}  In this modified block, when you press the spacebar, it toggles the selection of the current row and updates the buttonbar based on the overall selection state of the xbrowse. As for the double-click issue, it's because the `:bLDClickData` block is being executed immediately ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

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: 3021

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: 1863

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: 2027

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: 865

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: 828

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: 1264

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: 1245

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: 55049
Next

Return to advanced search