GridView - lock column width

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to lock column width in a subform in gridview mode: I don't want users to
change its width.
 
Yes Sir, you're right: but in continues form I have problem with selecting
row - I didn't find how to select ALL row, but just a control within row.

The problem is solved in ListBox (as in your 1st sreen short) but there is
another: formating. How to format a column in LIstBox, for ex. with currency?

Anyway, thank you for varitants.
 
The problem is solved in ListBox (as in your 1st sreen short) but there is
another: formating. How to format a column in LIstBox, for ex. with
currency?

if you do the formating in the query for the listbox, then you can
set/contorl that stuff.

You are quite right that a contieus form does not "hightlight" the whole
row, but that generally not a large problem for me...

I suppose you could setup some conditional formatting that highlights a
textbox in the continues form, and that would go a long way to solving the
highlight issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top