I'm sure I have restricted columns in grid to one or two columns only but
now I cannot figure how it was done.
Any suggestions would be appreciated.
Thanks Jerry
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/3452DCF2A6854FAAA5775B5610A5223D@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Build them at runtime for the required fields only ?
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/1301064734.6047.1433804253@webmail.messagingengine.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
I would like to display the entire row but keep the user in a column at the
end of the row.
What would I do to force this?
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Alan Bourke
Sent: Friday, March 25, 2011 9:52 AM
To: profox@leafe.com
Subject: Re: RESTRCT COLUMNS IN GRID
Build them at runtime for the required fields only ?
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/9569367A10C4443A9DD284331C7CB3FE@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Ok I worked it out.
In the AfterRowColChange I put this code
IF nColIndex <9
thisform.grid1.column9.SetFocus()
endif
that does the job
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Jerry Foote
Sent: Friday, March 25, 2011 9:55 AM
To: 'ProFox Email List'
Subject: RE: RESTRCT COLUMNS IN GRID
I would like to display the entire row but keep the user in a column at the
end of the row.
What would I do to force this?
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Alan Bourke
Sent: Friday, March 25, 2011 9:52 AM
To: profox@leafe.com
Subject: Re: RESTRCT COLUMNS IN GRID
Build them at runtime for the required fields only ?
--
Alan Bourke
alanpbourke (at) fastmail (dot) fm
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AC45BAA9E86F4284B11EB58353F9AEA8@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Ah, I didn't understand what you meant at first. You have multiple
columns and you only want the user to be able to enter one of them. Set
RETURN .F. in the when event of the controls in the other columns.
Frank.
Frank Cazabon
Samaan Systems Ltd. - Developing Solutions
www.SamaanSystems.com
Referrals are important to us.
If you know of anyone who would benefit from our services, please contact me. We would appreciate the opportunity to work with them.
On 25/03/2011 10:55 AM, Jerry Foote wrote:
> I would like to display the entire row but keep the user in a column at the
> end of the row.
> What would I do to force this?
> Jerry
>
> -----Original Message-----
> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
> Of Alan Bourke
> Sent: Friday, March 25, 2011 9:52 AM
> To: profox@leafe.com
> Subject: Re: RESTRCT COLUMNS IN GRID
>
> Build them at runtime for the required fields only ?
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4D8CB1C7.2010006@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Thanks
Jerry
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Frank Cazabon
Sent: Friday, March 25, 2011 10:16 AM
To: profox@leafe.com
Subject: Re: RESTRCT COLUMNS IN GRID
Ah, I didn't understand what you meant at first. You have multiple
columns and you only want the user to be able to enter one of them. Set
RETURN .F. in the when event of the controls in the other columns.
Frank.
Frank Cazabon
Samaan Systems Ltd. - Developing Solutions
www.SamaanSystems.com
Referrals are important to us.
If you know of anyone who would benefit from our services, please contact
me. We would appreciate the opportunity to work with them.
On 25/03/2011 10:55 AM, Jerry Foote wrote:
> I would like to display the entire row but keep the user in a column at
the
> end of the row.
> What would I do to force this?
> Jerry
>
> -----Original Message-----
> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
> Of Alan Bourke
> Sent: Friday, March 25, 2011 9:52 AM
> To: profox@leafe.com
> Subject: Re: RESTRCT COLUMNS IN GRID
>
> Build them at runtime for the required fields only ?
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/3ABD5E45F6D64216A6CAA25D33C9CEC5@jerryfootePC
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.