Search found 2086 matches: clause

Return to advanced search

Re: colorize btnbmp with diagonal

... diagonal so how I must make to have it ? Your function LinesBmp() works correctly (filling full area) if you created the Dialog with TRUEPIXEL clause. Because you have not created the dialog with TRUEPIXEL clause, make this small change in your LinesBmp() function. Change this line    hBmp ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 229

Re: colorize btnbmp with diagonal

... diagonal so how I must make to have it ? Your function LinesBmp() works correctly (filling full area) if you created the Dialog with TRUEPIXEL clause. Because you have not created the dialog with TRUEPIXEL clause, make this small change in your LinesBmp() function. Change this line    hBmp ...
by nageswaragunupudi
Thu Apr 18, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 229

Re: TITLE CLASS BUG with oDLg TRansparent

... to display the background (color/brush/gradient) of a control to be shown, then we should set oControl:lTransparent := .F. in the dialog's init clause. Please test the small sample. This way you can show the gradient of oTitle on a transparent dialog. function Test()   local oDlg, oTitle  ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

Re: TITLE CLASS BUG with oDLg TRansparent

... to display the background (color/brush/gradient) of a control to be shown, then we should set oControl:lTransparent := .F. in the dialog's init clause. Please test the small sample. This way you can show the gradient of oTitle on a transparent dialog. function Test()   local ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1637

Re: xbrowser, setorder DESC

If we use AUTOSORT clause while defining XBrowse, when the user clicks on a header, it automatically toggles sort ascending and descending.
by nageswaragunupudi
Mon Mar 11, 2024 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1638

Re: BackUp [cCondition]

... with WHERE condition. Actually, 70000 records is not a big table unless the internet connection is highly unreliable Even if we provide WHERE clause, Restoring the table gives problems. Let us think and come up with alternative solutions. Meanwhile you may consider and try this method of saving ...
by nageswaragunupudi
Tue Mar 05, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 155

BackUp [cCondition]

... it cannot do the job, sometimes the connection is cut and other times it only loads about 100,000 records, is it possible that the BackUp has a clause (WHEN) to condition the process?, as well as: BackUp( [source], [dest], [bProgress], [cCondition], [nRecsInBatch], [nMaxBufperSQL] ) where cCondition ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 155

BackUp [bCondition]

... it cannot do the job, sometimes the connection is cut and other times it only loads about 100,000 records, is it possible that the BackUp has a clause (WHEN) to condition the process?, as well as: BackUp( [source], [dest], [bProgress], [cCondition], [nRecsInBatch], [nMaxBufperSQL] ) where cCondition ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BackUp [bCondition]
Replies: 1
Views: 75

Re: XML =. Utf-8, que codificación pongo para mariaDB?

In both cases where FW_SetUnicode() is .T. or .F.
a numeric Get is left aligned by default and right aligned only if we use the clause RIGHT.
Example:
Code: Select all  Expand view
@ 20,20 GET oGet VAR nVar PICTURE "999.99" SIZE 100,24 PIXEL OF oDlg RIGHT
by nageswaragunupudi
Mon Feb 26, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 236

Re: FW_DbfSqlQuery GROUP BY no funciona

... has nothing to do with FWH function. It is for the programmer to know the correct syntax of SQL supported by Jet OLE/ACE ole Normally GROUP BY clause is used for Aggregate functions. Example: SELECT STATE,SALARY FROM CUSTOMER GROUP BY STATE ORDER BY STATE Some Databases like MySql support GROUP ...
by nageswaragunupudi
Mon Feb 26, 2024 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 201

Re: RC to PRG generator

Can't you just use style clause?

Code: Select all  Expand view
style = "position: absolute;  top: ...px; left: ...px;"
by Enrico Maria Giordano
Mon Feb 12, 2024 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1180

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... 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( oGet:hWnd ...
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: 54152

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... 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( oGet:hWnd ...
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: 54152

Re: RAO advice on using Mysql

... like ADO,etc. But we recommend avoid using TRecSet to the extent possible and to use RowSet reading required parts of the table using WHERE clause. This is the standard practice.
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 971

Re: Mr. Rao EOF() BOF() not working wirh RecSet

... the table is very large and there is no other go but to read and browse the entire table. In all other cases use RowSet class with suitable WHERE clause.
by nageswaragunupudi
Fri Feb 02, 2024 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 416
Next

Return to advanced search