Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
DBGRID: stop user clicking/tabbing into Locked column?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alastair Cameron  
View profile  
 More options Jul 28 1998, 3:00 am
Newsgroups: microsoft.public.vb.database.rdo
From: "Alastair Cameron" <alastair.came...@cableinet.co.uk>
Date: 1998/07/28
Subject: DBGRID: stop user clicking/tabbing into Locked column?
Hi.

I'm using a DB grid (in unbound mode) with 3 columns. The user can enter
data into column two and three (but not column one).

In the first column, I'm displaying values as a prompt to the user. I have
LOCKED the column to stop entry, but would really like to stop the user
clicking/tabbing/returning into the first column.

Can anybody suggest ways of doing this with DBGRID (unbound, if that makes
any difference!).

Thanks.

--
Alastair Cameron
alastair.came...@cableinet.co.uk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Threlkeld  
View profile  
 More options Jul 29 1998, 3:00 am
Newsgroups: microsoft.public.vb.database.rdo
From: "Mike Threlkeld" <MikeTh...@ArkansasUSA.com.REMOVE.THIS>
Date: 1998/07/29
Subject: Re: DBGRID: stop user clicking/tabbing into Locked column?
      If grdDetail.Columns(grdDetail.COL).Locked = True Then
         grdDetail.COL = 1  'Some column that's not locked, or some other
control, or whatever
      End If

--
Mike Threlkeld
Technetics Software Development, Inc.
Fayetteville, AR
Please note "anti-spam" e-mail address.

Alastair Cameron <alastair.came...@cableinet.co.uk> wrote in article
<6pl2qc$f...@spurs.cableinet.net>...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Surcouf  
View profile  
 More options Jul 31 1998, 3:00 am
Newsgroups: microsoft.public.vb.database.rdo
From: "Peter Surcouf" <pe...@surcouf.co.uk>
Date: 1998/07/31
Subject: Re: DBGRID: stop user clicking/tabbing into Locked column?
If you  have the upgraded Apex TDBGrid then

TDBGrid1.Columns(0).AllowFocus = False

Unfortunately this does not work with the cut down version that comes with
VB

Peter

pe...@surcouf.co.uk
using
Office97sp1,VB5.0sp3,SQL6.5sp3,Win95,NT4.0ws,NT4.0sp3Server

Alastair Cameron <alastair.came...@cableinet.co.uk> wrote in article
<6pl2qc$f...@spurs.cableinet.net>...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »