Search found 707 matches: three

Return to advanced search

Re: chatGPT writes and executes Harbour code !!!

... 4 posibilidades? Can you show me the code of a program written in Harbor language which combines 90 numbers, without repetition, in an array of three numbers, which respect 4 possibilities i.e. the cyclometric sum, the cyclometric distance, the mathematical sum and the mathematical distance ...
by Silvio.Falconi
Tue Dec 13, 2022 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2829

Re: cyclometric circle

... not dealing with superenalotto (6 numbers + 1 bonus), I'm dealing with the Italian lotto consists of 11 wheels and 5 numbers drawn for each wheel, three times each week. Is not the same thing
by Silvio.Falconi
Fri Dec 09, 2022 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3086

Re: StyleBrowse( oBrw ) ???

In older versions, there were three functions: IMPORT - allowed the user to import data from another file of the same structure EXPORT - allowed the user to export data to a new file. This is especially useful since it supports the use of ...
by TimStone
Tue Dec 06, 2022 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: StyleBrowse( oBrw ) ???
Replies: 8
Views: 579

Re: Combinaciones de letras

... inteligencia artificial de chatGPT https://chat.openai.com/chat lo siguiente: write a C program that given a word will provide all the three letters or more combinations y ha respondido esto :-) #include <stdio.h>#include <string.h>// Function to print all possible combinations ...
by Antonio Linares
Tue Dec 06, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1005

Re: Newbie Question : XBROWSE

... obviously, you did not try the single line sample we recommended in our last post: XBROWSER cFileDBF which would not have taken more than two or three minutes. Had you tried, you would have already observed that the dialog that xbrowser command creates a DIALOG which can be minimized, zoomed ...
by nageswaragunupudi
Sun Nov 27, 2022 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1490

Re: xbrowse report & Preview style

... 1. the multiheader non have the line 2. there are blank pages every page created in all 7 pages of which three are blank 3.on Pdf there are not blank page, there are only 4 pages but the number of page are 1,3,5,7 I sent you the pdf
by Silvio.Falconi
Sat Nov 19, 2022 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report & Preview style
Replies: 5
Views: 461

Re: set spinner on combobox

... sequences 1-2 adds up to 3 this when it comes to sequences with two numbers 1-2-3 the minimum sum is 6 this when it concerns the sequences with three numbers if the user changes and puts 1 the procedure will never be able to create an array in which the summed sequences make 1 and therefore ...
by Silvio.Falconi
Tue Nov 01, 2022 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set spinner on combobox
Replies: 7
Views: 445

Re: set spinner on combobox

... the max here is a little test, obviously it changes the value of the get but if the user presses the spinner he could put the value 1 instead of three or six I wanted to block the minimum value #include "fivewin.ch"#include "constant.ch"Function test()local oDlg, oBrw, ...
by Silvio.Falconi
Mon Oct 31, 2022 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set spinner on combobox
Replies: 7
Views: 445

delete identical records

By creating an array with three for next loops I have to delete the records where I find equal numbers in the three columns for h=1 to Len(atmp)        If  atmp[h][1] == atmp[h][2]  .or. ;        ...
by Silvio.Falconi
Mon Oct 31, 2022 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: delete identical records
Replies: 6
Views: 368

Re: intercept repeated values in an array

... n2>n1             nTemp:= n2-n1          else             nTemp:= n1-n2          Endif     Endcase     nNum := ntemp     return nNum  for the three-dimensional array I find it difficult to find the numbers to associate I explain you 1) I speak of two numbers because in the Italian lottery ...
by Silvio.Falconi
Wed Oct 26, 2022 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 303

Re: FolderEx + TTitle + RTF: TTitle and RTF not working

The following works! Thanks Antonio.
Antonio Linares wrote:In your first three RichEdit controls in the RC you missed to use ES_WANTRETURN


How to code so each RichEdit control has its own TBar as shown in this mock up?
Image
by hua
Tue Oct 11, 2022 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx + TTitle + RTF: TTitle and RTF not working
Replies: 8
Views: 697

Re: btnbmp gradient

... on choice of colors and percent values. I not think it is angular gradient the number 1 much lighter and the number 10 much darker, I have these three colors Back color Gradient color Text color I thought that I could make a gradient to the btnbmp with the "back color" and the "gradient ...
by Silvio.Falconi
Tue Oct 11, 2022 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp gradient
Replies: 6
Views: 496

Re: FolderEx + TTitle + RTF: TTitle and RTF not working

Dear Hua,

In your first three RichEdit controls in the RC you missed to use ES_WANTRETURN
by Antonio Linares
Thu Oct 06, 2022 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx + TTitle + RTF: TTitle and RTF not working
Replies: 8
Views: 697

Re: Xbrowse to Html

... I have only been back to work at school for three days, I can go down the stairs but I cannot go up them, to go up I use the elevator I tested Function testHtml(oDbf) HB_MEMOWRIT( "cust.html", ...
by Silvio.Falconi
Thu Oct 06, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 966

Re: Harbour CGI

... screens from the PRGs instead of reading them from external files, that you could also save that time and speed it up the web app :-) Along these three years using mod_harbour we have been learning and improving... The same applies to your PRGs. If you place them inside the modharbour.exe, then ...
by Antonio Linares
Sun Oct 02, 2022 8:21 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6204
PreviousNext

Return to advanced search