Search found 1169 matches: adding

Return to advanced search

Re: compile errors

scratch the last message.
I forgot to update libcurl.dll

No errors now.

By adding this code, does it affect anything?

Code: Select all  Expand view

#pragma BEGINDUMP
void __get_std_stream() {}
void _chdir() {}
#pragma ENDDUMP
 
by Jeff Barnes
Thu Apr 11, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 297

Re: Question about performance RowSet

Please try this for adding new record. This is working for me and should work for you too. First run this program as it is without changes before you adopt to your tables. function MariaNewRecord()   local oCn := maria_Connect( ...
by Eroni
Wed Mar 20, 2024 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4030

Re: Question about performance RowSet

Please try this for adding new record. This is working for me and should work for you too. First run this program as it is without changes before you adopt to your tables. function MariaNewRecord()   local oCn := maria_Connect( ...
by nageswaragunupudi
Wed Mar 20, 2024 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4030

Re: Question about performance RowSet

I am thinking of adding method to get a single record from a table ( existing or new ) and then edit and save the data. May be something like this: oRecord := oCn:Record( cSql, [lBlank] ) // returns FW_Record / TDataRow ...
by Eroni
Wed Mar 20, 2024 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4030

Re: Question about performance RowSet

... <tablename> limit 1" )   oData:Record(,.t.):Edit()   oData:SaveData() I am thinking of adding method to get a single record from a table ( existing or new ) and then edit and save the data. May be something like this: oRecord := oCn:Record( ...
by nageswaragunupudi
Sat Mar 16, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4030

Re: New FWH 24.02

Try adding this to your main PRG:

Code: Select all  Expand view
#pragma BEGINDUMP

void __get_std_stream() {}

#pragma ENDDUMP
by Enrico Maria Giordano
Sat Mar 09, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7045

Re: ButtonBmp problem with FWH2402

...       oBmp:lUnicode := .t.  Add oBmp:lUnicode := .t. working find. There's no way I could spend too much time adding this.
by richard-service
Thu Mar 07, 2024 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5253

Re: How to include hbCurl?

HI,
you can generate C code from the CURL command line
adding "--libcurl filename.c" to the end of the command line

below is an example:
curl http://example.com --libcurl example.c

look at the link
https://everything.curl.dev/libcurl/libcurl
by vensanto
Wed Mar 06, 2024 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2949

Re: Problem with alignment in SAY command

... for nothing. Your work is excellent. I only made a second sample using WORKSHOP.exe, at no point did the example offend you, I can modify it by adding GETS and BUTTONS and even so, the example remains yours. There is nothing in the program that offends you. Enrico, estás nervioso por nada. Tu ...
by karinha
Fri Mar 01, 2024 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 840

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

...   if ! Empty( ::bOnCollapse )   // new         Eval( ::bOnCollapse, Self )   // new      endif    // new   endif We are adding these changes for next FWH build
by Antonio Linares
Sat Feb 24, 2024 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 476

Re: Count xbrowse records

... DELETED() // kee this index tag also? OrdKeyCount(0) - OrdKeyCount( "DELS" ) Mr Nages thank you! I solved it by adding the !deleted() in index
by wartiaga
Fri Feb 23, 2024 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 254

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54309

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi Mr. Rao, I believe I did not specifically change it within the program. But I wonder if it could be the third party software I use. By adding TGet.prg to the program, I found that this value changed in the line below. Now I continue the control on control.prg. //----------------------------------------------------------------------------//METHOD ...
by Horizon
Sun Feb 04, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54309

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if you run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( ...
by nageswaragunupudi
Sun Feb 04, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54309

Re: Mark field as required

... when they are empty. It is true that this system is not valid for radio button or check button. The changes to the TGet class consist of adding a new data bMandatory that returns .t. If the Get is mandatory and a call to a new method, in the ::Paint() method draw a triangle in the lower ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779
Next

Return to advanced search