FRIENDS !!
Thank you all for your comments. I appreciate it.

I decided to post/ask my query because in the past 3 months I've also had
some major issues.
I cannot identify the cause and I'll briefly describe it here.

I have a form with a grid. The controlsource is a free standing table.
(Clients table called Windebs)
The form has a command group with several buttons.
Example, "Show Transactions"
The click event has code such as
lcclient=clcode
select * from winhst where client=lcclient into curs temp

I end up with an error "variable clcode not found"

It is as though the underlying table is no longer Windebs, which is nuts
because I did not "select" another table anywhere.
Now, I've seen similar behavior when Anti virus software is locking the
tables, or extremely slow network connections, but it just started
happening about 3 months ago, and only with "some" customers.
At one time I thought it was only on XP pc's but that theory is also
disproved.

At this stage I'm slowly trawling through my code and changing Click events
to

sele windebs
lcclient=clcode
select * from winhst where client=lcclient in to curs temp


On Thu, Jan 28, 2016 at 7:22 AM, Gene Wirchenko <[email protected]> wrote:

> At 08:54 2016-01-27, Alan Bourke <[email protected]> wrote:
> Someone (attributio lost) wrote:
>
>> > I still use Hungarian notation too, despite Microsoft telling us years
>> > ago that it's no longer acceptable style.  Then again, we Foxers have
>> > always been rebels.  lol
>>
>> For strongly-typed languages in modern development tools why would you
>> use it?
>>
>
>      Because it is much shorter.  Suppose I have an array of client data.
> I might use:
>           sClient   size of clients array
>           cClient   how many clients
>           xClient   index into array
>
> Makes sense for VFP probably.
>>
>
>      I have never used it much in VFP.  I do not have the name collision I
> do in other languages.
>
> Sincerely,
>
> Gene Wirchenko
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cag1nny_x+mlkhq024m+6oqm6dplb6q146+qcuqjsd+kc3qw...@mail.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.

Reply via email to