Search found 283 matches: modifying

Return to advanced search

Re: Modifying tGroup class

I tried to rem it but the result is this

Image

on the top I see a line black
by Silvio.Falconi
Sun May 14, 2017 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

Remove this line:

// Rectangle (::hDC, aRect[1], aRect[2], aRect[3], aRect[4], hPen)
by Antonio Linares
Sat May 13, 2017 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

no here not run ok
the left and right angles are not showed good
by Silvio.Falconi
Sat May 13, 2017 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

Is it already working fine ?

have you solved those issues ?
by Antonio Linares
Sat May 13, 2017 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

New version with new #xcommand #xcommand @ <nTop>, <nLeft> GROUPEX [ <oGroup> ] ;             [ TO <nBottom>, <nRight> ] ;             [ <label:LABEL,PROMPT> <cLabel> ] ;             [ OF <oWnd> ] ;             [ COL...
by Silvio.Falconi
Fri May 12, 2017 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: Modifying tGroup class

Antonio, Please help for this the image is showed BUT the label is showed bad the round corner are showed bad https://s21.postimg.org/63dcf3iwn/image.jpg test.prg #include "FiveWin.ch"#include "Constant.ch"#define WM_NCHITTEST     132  // 0x84#define WM_UPDATEUIS...
by Silvio.Falconi
Fri May 12, 2017 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Modifying tGroup class

I wish modify tgroup class inserting a color panel on the top of the group sample :


Image

any solution ?
by Silvio.Falconi
Fri May 12, 2017 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifying tGroup class
Replies: 15
Views: 3072

Re: FWHMARIADB Samples

Modifying data through XBrowse Change this code: function setploeg(oBrw,cPloeg)    if msgYesNo("Change selected members")        FOR I = 1 TO LEN(oBRW:aSELECTED) // obrw:aSELECTED is an array ...
by nageswaragunupudi
Sun May 07, 2017 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 22673

Re: FWH: MySql/MariaDB: RowSet object

... and we like to avoid it as far as possible. RowSet:ReSync() reads only one record from the server and updates the rowset. This is fast. After modifying the record With Dolphin oDbCli:LoadQuery(.F.)oBrw:DrawLine()  Suggested with RowSet: Ensure that the modified record is the ...
by nageswaragunupudi
Wed Apr 26, 2017 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 22690

Re: FWH: MySql/MariaDB: RowSet object

... I have a big xbrowse routine which captures key strokes, functions keys and a personalized popup menu that calls functions for appending, modifying, deleting, listing etc. I have a large clients table, but in a xbrowse I just show 4 fields out of 20+, in tDolphin, I have an extra dialog, ...
by Adolfo
Mon Apr 24, 2017 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 22690

Re: FWHMARIADB Samples

... keystroke. Effects in a multi-user environment: Imagining a multiuser environment of say 100 users using the application, each user on average modifying 100 rows, sorting 20 times, incremental seeeks with 50 keystrokes. ADO and FWH place an addition burden on the server/network traffic by around ...
by nageswaragunupudi
Sat Apr 22, 2017 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 22673

Re: Plotting locations on Google Maps

nageswaragunupudi wrote:
May be you can run this routine once in a while to update the Lat and Lng in your Customer address DBF/Table.

It is a good idea to find latlong and save it in database when adding a contact or modifying the address of a contact.
.
Yes. you are right. That's the right way to do.
by anserkk
Fri Mar 10, 2017 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 15750

Re: Plotting locations on Google Maps

May be you can run this routine once in a while to update the Lat and Lng in your Customer address DBF/Table.

It is a good idea to find latlong and save it in database when adding a contact or modifying the address of a contact.
by nageswaragunupudi
Fri Mar 10, 2017 5:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 15750

Re: Respectfully: Open letter to ALL FW forum members

Otto just told me that they are modifying their website to accept donations to their PayPal account:

http://www.bergland.info/allgemein/fivewin-seminar-july-2017/
by Antonio Linares
Tue Feb 28, 2017 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Respectfully: Open letter to ALL FW forum members
Replies: 23
Views: 5820

XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01

... only when the value of a cell is modified with inline edit and the recalculation is limited only to the column modified. (1) It is possible the modifying the value of one column might affect the values in the other columns too. In such cases the programmer had to explicitly call MakeTotals({othercolumns}) ...
by nageswaragunupudi
Fri Feb 03, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01
Replies: 8
Views: 5791
PreviousNext

Return to advanced search