-
Hiding Column in MSHFlexgrid
Hi,
I'm using MSHflexgrid in VB 6.0 and showing in that populated recordset.
But I am unable to hide certain columns in that.
can i do that? I don't want to use any other grid.
Plz help me out at the earliest.
thanks.
- Asawari
-
Re:
<snip>
> much larger than this! I was thinking along the lines of talking to the
> email server using SMTP but I've never done this kind of thing before and
> was hoping for ideas and advice. My other thoughts are maybe creating a
> extended stored procedure which communicates with the mail server?
Apart from the fact that putting a SUBJECT in your
post could help people seeing *what* you're asking
for, if You want to talk directly to an SMTP server
I can suggest you some free activeX components
which can be downloaded from the site below along
with full "C" source code
http://www.eurosource.se/akhe/activex/
-
Re: Hiding Column in MSHFlexgrid
"asawari" <asawari_t@rediffmail.com> wrote:
>
>Hi,
> I'm using MSHflexgrid in VB 6.0 and showing in that populated recordset.
>But I am unable to hide certain columns in that.
> can i do that? I don't want to use any other grid.
>
> Plz help me out at the earliest.
> thanks.
>- Asawari
'********************************
Theres a property or method called msFlexGrid1.ColIsVisible. Check that
out and see what you come up with. Hope this helps.
jb
-
Re: Hiding Column in MSHFlexgrid
"asawari" <asawari_t@rediffmail.com> wrote:
>
>Hi,
> I'm using MSHflexgrid in VB 6.0 and showing in that populated recordset.
>But I am unable to hide certain columns in that.
> can i do that? I don't want to use any other grid.
>
> Plz help me out at the earliest.
> thanks.
>- Asawari
Just set the column width of the column you wish to hide to 0.
MSHflexgrid.ColWidth(i) = 0 'i is the column to hide
-
Re: Hiding Column in MSHFlexgrid
FlexGrid.ColWidth(x) = 0
>> I'm using MSHflexgrid in VB 6.0 and showing in that populated recordset.
>>But I am unable to hide certain columns in that.
>> can i do that? I don't want to use any other grid.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|