I need help!
I have report where's two detail rows.
Can I make this second row invisible, when it's empty (null)?
First row have allways data and second row just rarely.
I don't want that every second line is empty, if you knwo what I mean.
Hi!
In Delphi there's properties like MasterTable, MasterField.
It's easy to connect tables and controls. Does anyone know what is the best way to do same in VB.
I have tried ADO recordset, ADO control, SHAPE techniques.
Without clik events I can't get them working. Shape works if I have one...
Hi!
I need help!
I have used this shape command to get data to my grids.
I have one grid where's parents and other grid where's childrens.
SHAPE {SELECT * FROM Authors}
AS Authors
APPEND ({SELECT * FROM Titles} AS Titles
RELATE Au_id TO Au_id) AS Titles
set datagrid1.DataSource =...
Hi!
I have that same problem. I have to use ado recordset, so control isn't option.
If I use MSHFlexGrid, can I get that working so that it won't show data hierachically? That would be anserw to my problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.