Search found 2658 matches: let

Return to advanced search

Re: passing a value through a for..next loop

Creating controls in a loop from array is very tricky. It does not work as expected. Let me show why: Wrong code: for n := 1 to 20 @ n * 20, 50 GET aVar[ n ] OF oWnd <clauses> next n After this loop the present value of " n " is 21. When the dialog ...
by Antonio Linares
Fri May 10, 2024 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 4
Views: 83

Dynamic Table Filter Control

... - increment; if (newHeight >= increment) { $('#table-container').height(newHeight); } }); function adjustTableHeight() { let filtersHeight = 0; if ($('#age-div').is(':visible')) filtersHeight += $('#age-div').outerHeight(true); if ($('#married-div').is(':visible')) filtersHeight ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 150

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

:D IS ON FORUM I solved all the problems with uuid and hbpcre the problem was just the bad configuration of bcc7's cfg files Let me start by saying that I have a folder in c:\ called "Work" and in this I have all the other folders as you can see in this image https://i.postimg.cc/R0pWVqKy/work.png ...
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 347

Re: New txbrowse

... by Francisco and 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 ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 448

Re: New txbrowse

... by Francisco and 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: 448

Exercism and Harbour

(If there's a better place for this announcement please let me know) "Solve coding exercises and get mentored to develop fluency in your chosen programming languages. Exercism is open-source and not-for-profit." Currently there is no xbase ...
by axtens
Mon Apr 22, 2024 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 204

Re: xbrowse problem with :bLClicked

Dear Silvio, Lets see if this can help you. Consulting Llama3-70B Harbour's code specialized https://hf.co/chat/assistant/66229318ae991ee8ad79a177 I see what's going on here. You're experiencing some issues with the selection ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 124

Re: error to show pdf on dialog

... 0 )   QUITRETURN NIL// FIN / END - kapiabafwh@gmail.com  Regards, Saludos. Dear Karinha, Thanks a lot. Your sample look good. let's think inside of resource dialog back.
by richard-service
Sat Apr 20, 2024 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 731

Re: ADS with 64bit FWH Apps

Ok, let's wait for other opinions.
by Enrico Maria Giordano
Tue Apr 16, 2024 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2349

Re: Problem with valid email refresh btnbmp

... I requested Mr. Anser KK also to help testing. He tested with FWH2307 and informed that the program is NOT working with FWH2307 So, Mr. Silvio Let me test with FWH2307 and get back to you. Also let me know the FWH version you are using. Thanks Dear Rao, I'using the last fwh release "FWH ...
by Silvio.Falconi
Fri Apr 12, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2566

Re: Problem with valid email refresh btnbmp

nageswaragunupudi wrote:Can any other friends also test this program and let us know if it is working for them.


Dear Rao,

Test code from Antonio.
working fine for 32bit.
    Win11 home/pro
    FWH2402
    Harbour 3.2
    Bcc77
by richard-service
Fri Apr 12, 2024 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2566

Re: Problem with valid email refresh btnbmp

Just now, I requested Mr. Anser KK also to help testing.
He tested with FWH2307 and informed that the program is NOT working with FWH2307

So, Mr. Silvio
Let me test with FWH2307 and get back to you.
Also let me know the FWH version you are using.
Thanks
by nageswaragunupudi
Fri Apr 12, 2024 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2566

Re: Problem with valid email refresh btnbmp

Can any other friends also test this program and let us know if it is working for them.
by nageswaragunupudi
Fri Apr 12, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2566

Re: FWHMySql - Failing to restore large files

Please test with the revised libs sent to you and let us have your feedback.
by nageswaragunupudi
Thu Apr 11, 2024 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 133

Re: compile errors

... '_HB_FUN_HB_TSTOUTC' referenced from C:\FWH1611\LIB\FIVEH.LIB|VALTOSTRError: Unable to perform link* Linking errors *  Try to link xhb.lib and let us know the result.
by Enrico Maria Giordano
Thu Apr 11, 2024 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 378
Next

Return to advanced search