Search found 10182 matches: one

Return to advanced search

Re: Another for Btnbmp

Silvio

FLAT NOROUND GDIP

When these attributes are used, it doesn't work.
I have done tests without them, then it works.
There are so many ifs in the class that it would seem better to me to make a new one without all this legacy.
Best regards,
Otto

I used: C:\fwh2023\source\classes\btnbmp.prg
by Otto
Sun Mar 24, 2024 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 602

Re: Problema super raro

Do you want to copy all records from one table to another table and display them in XBrowse?
by nageswaragunupudi
Sat Mar 23, 2024 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 223

Re: Problema super raro

...        oRsWrk:MoveFirst()      ENDIF  If I remove the oRsWrk:ReQuery() code xBrowse is not shown, please see the images below In the first one, only 2 of 5 records are shown, I'm sure there are 5 records, I've checked it with NaviCat https://i.postimg.cc/7L3tQxSv/Clip90.jpg ...
by Armando
Sat Mar 23, 2024 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 223

Re: Compiling with new harbour_bcc770_32_20240309

... but also want uuid.lib But I saw on bcc7.30 there are two uuid.lib one on C:\Work_old\bcc7\lib of 2k one on C:\Work_old\bcc7\lib\psdk of 1 k but it is rename UUID and not uuid Me di por vencido y hasta tuve migrañas.
by Silvio.Falconi
Thu Mar 21, 2024 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 378

Re: Question about performance RowSet

As you indicated above, if we want to edit just one record in a table, we can aRow := oCn:QueryResult( "select * from states where code='WA'" )//We get a single dim array { "WA", "Washington" }// Edit the array ...
by Eroni
Wed Mar 20, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: How to include hbCurl?

... CHR(34) + ' > clogrooms.txt'  Your request doesn't appear to be valid JSON: Parse error on line 1: tags: { name: tag1, ^ Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
by Marc Venken
Wed Mar 20, 2024 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: Compiling with new harbour_bcc770_32_20240309

Dear Silvio, Please delete all uuid.lib entries and just use this one: %C_LIB_INSTALL%\PSDK\uuid.lib=32,.T.,0,0, same error Progetto: yunus, Ambiente: bcc7Harbor:[1]:Harbour.Exe yunus.prg  /m /n0 /gc1 /es2 /a /iC:\work\fwh\include /iC:\Work\harbour\Include ...
by Silvio.Falconi
Wed Mar 20, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 378

Re: Compiling with new harbour_bcc770_32_20240309

Dear Silvio,

Please delete all uuid.lib entries and just use this one:

%C_LIB_INSTALL%\PSDK\uuid.lib=32,.T.,0,0,
by Antonio Linares
Wed Mar 20, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 378

Re: Compiling with new harbour_bcc770_32_20240309

this evening I tried aso on Home computer with win10 same error ask uuid.lib and not found it then I did a test by linking uuid.lib as if it were one of my libraries and I was able to have the exe, https://i.postimg.cc/rwxLJGJw/mm.png but this thing is very strange, can't it really ...
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 378

Re: SWAGGER-UI para documentar nuestras API.

I can read several data with the API, but struggle with the one that can change a TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags ...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 447

Re: How to include hbCurl?

I can read several data with the API, but struggle with the one that can change a TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags ...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 502

Re: Question about performance RowSet

... "select age from customer where id = 100" this function returns 58, instead of {{58}} As you indicated above, if we want to edit just one record in a table, we can aRow := oCn:QueryResult( "select * from states where code='WA'" )//We get a single dim array { "WA", ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Fulltext-Search

... numbers, you might use: findstr "[0-9]" myfile.txt Multiple Files: You can search across multiple files by specifying more than one file name or using wildcards. For example, to search for "example" in all text files in the current directory, you would use: findstr ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 231

Re: New FWH 24.02

driessen wrote:I made the changes you suggested, but there was also an error in one of my BAT-files with a path to the old BCC.

After having done these corrections, everything is running fine.

Thank you very much.


Great, thank you.
by Enrico Maria Giordano
Tue Mar 12, 2024 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.02
Replies: 33
Views: 878
Next

Return to advanced search