Search found 10207 matches: one

Return to advanced search

Re: hb_getEnv("PRGPATH")

... window (Command.com) you do this with SET <environment variable>=value e.g. set fwh=c:\fwh - then this environment variable applies to this one DOS session. If it is set under System/Environmental Variables then this applies to every DOS session and can also be accessed with hb_getenv(<environmental ...
by alerchster
Tue May 07, 2024 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 147

Re: how to change the size of an xbrowse in runtime

... if I select "age" I go to activate the age filters but I go to activate box number 3, the topmost one, how can I make it so that if the first box is not activated, the age box takes the coordinates of the first box? that is, to make you understand ...
by Silvio.Falconi
Sun May 05, 2024 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 280

xbrowse (likely a custom table) whose contents change dynam

... back to the client. We are only logging the request that we receive from the client in this code. It is only for demonstration purposes. Here, one would then integrate the harbour query, i.e. plain harbour code. The result would then be assigned to the HASH and sent back to the client. hData['data'] ...
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: 60

Re: Reload data in a combobox

... the nigth the last solution was this https://i.postimg.cc/yYK3VmxP/resolved.gif the first combobox two element the second combobox one element on save I must save the text of categories I think this problem come from dbf because is the same dbf sample : cod1 cod2 name 000001 | | ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 127

Re: xbrowseWeb - Work in Progress

... the word or within the word, and the search string. Records in the DBF file: 34000 Please note that we have been working on xbrowse for decades. One should not assume that when we switch to web, a finished library will meet the requirements we have with xbrowse. I think we should work together ...
by Otto
Tue Apr 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 282

Reload data in a combobox

... 00000000 00D73000 00000001 00000143    77898A99 00F5D850   00F5D870 7788453D 01ADE430 00000000 00000000 00000001 00000000 00000000 If I use one dimension for second combobox then run ok But I need two elements
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 127

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

No, the correct one is this:

bcc32.cfg

Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro
by Enrico Maria Giordano
Thu Apr 25, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 249

New FTDN April 2024 (FWH 24.04)

... record oCustRec:Blank() // load another blank record oCustRec:Edit() // oStatesRec := oCn:Record( "states", "code='WA'" ) // one existing record oStatesRec:Edit() // modify and save the existing record - Methods CreateTable() and ImportFromDBF() used to create DateTime and ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 377

Re: New txbrowse

... created a sub class of xbrowse Is it not a option to set the colums, save the state of xbrowse (selected from users) and the let the users select one of the saved states ? I still like the idea to subclass xbrowse for our own purposes, and will look into it. Yes. Imagine you have many fields for ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 447

Re: New txbrowse

... created a sub class of xbrowse Is it not a option to set the colums, save the state of xbrowse (selected from users) and the let the users select one of the saved states ? I still like the idea to subclass xbrowse for our own purposes, and will look into it.
by Marc Venken
Mon Apr 22, 2024 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 447

Re: xbrowse problem with :bLClicked

... However, it doesn't take into account the overall selection state of the xbrowse. If you have multiple records selected and you deselect one using the spacebar, it will reset the buttonbar to its initial state, even if there are still other records selected. To fix this, you need to modify ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 124

xbrowse problem with :bLClicked

... }          NEXT However, it happens that if I have selected two or more records and deselect only one, the procedure returns the buttonbar buttons to their initial state even if there are actually still two records selected what happens is that if ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 124

Re: Digital signing a document

Dear Michel,

Then I guess your PDFs are encrypted

Could you please email me one of them ? thanks
by Antonio Linares
Mon Apr 15, 2024 5:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 532

SetMultiSelectCol() on line

I have an xbrowse created with an array without the :SetMultiSelectCol() and I have the ability to display a menupopup like this MENU oMenu POPUP if oBrw:IsSelectedRow() MENUITEM "Deselect the current row" action DeSelect_One_array(oBrw) MENUITEM "Deselect everything" action oBrw...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 225

Re: Digital signing a document

Dear Michel, Asking chatgpt: you can utilize a C library that provides PDF parsing capabilities. One such library is Poppler, which is widely used for working with PDF files in C You can download the pre-built Poppler library for Windows from the Poppler website: https://poppler.freedesktop.org/. ...
by Antonio Linares
Sat Apr 13, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 532
Next

Return to advanced search