|
ID: 19948, DBGrid Problems
Width and Height of Scroll Bars, NULL fields are empty
|
Download
| Details
|
|
FTP
download also available
|
0 bytes |
CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link)
|
To download this, you must have registered:
|
For C++Builder, Version 1.0
to 4.0
5 downloads
Copyright: No significant restrictions
Size: 0 bytes
Updated on Fri, 09 May 2003 00:50:53 GMT
Originally uploaded on Fri, 09 May 2003 00:51:08 GMT
|
|
Description
|
1. How can i read the width and height of the scroll bars of a DBGrid?
2. When a field is empty (contains NULL), its "value" do not show in DBGrid (empty). How can i set NULL fields to zero in a complex SQL query, like:
SELECT Name AS Csapat, M, GY, (M-GY-V)*(:Draw) AS D, V, LG, KG, GY*(:Win)+(M-GY-V)*(:Draw) AS P
FROM "m.sql" FULL OUTER JOIN TmpTeam ON "m.sql".IDTeam=TmpTeam.IDTeam
FULL OUTER JOIN "lg.sql" ON "lg.sql".IDTeam=TmpTeam.IDTeam
FULL OUTER JOIN "kg.sql" ON "kg.sql".IDTeam=TmpTeam.IDTeam
FULL OUTER JOIN "ny.sql" ON "ny.sql".IDTeam=TmpTeam.IDTeam
FULL OUTER JOIN "v.sql" ON "v.sql".IDTeam=TmpTeam.IDTeam
ORDER BY P DESC, KG ASC
3. How can i remove the vertical scroll bar from a DBGrid without any flash when i press up or down cursor keys?
|
|

Server Response from: ETNACDC03
|
Connect with Us