Re: Greg Reichert / GLRsoftware.com

2020-06-25 Thread Gianni Turri
Unfortunately, you are out of luck with the desired SysObj.zip file but other 
zip files are available and downloadable:

https://web.archive.org/web/20160315060859if_/http://glrsoftware.com/Download/FUnit.zip
https://web.archive.org/web/20160315051544if_/http://glrsoftware.com/Download/AppStart.zip
https://web.archive.org/web/20160315015558if_/http://glrsoftware.com/Download/AuthCode.zip
https://web.archive.org/web/20160315040042if_/http://glrsoftware.com/Download/QuitApp.zip
https://web.archive.org/web/20160314233050if_/http://glrsoftware.com/Download/SharedContext.zip
https://web.archive.org/web/20160315040047if_/http://glrsoftware.com/Download/AutoResize.zip
https://web.archive.org/web/20160315091514if_/http://glrsoftware.com/DOwnload/AutoHideForm.zip
https://web.archive.org/web/20160315101245if_/http://glrsoftware.com/Download/Reset.zip
https://web.archive.org/web/20160315075918if_/http://glrsoftware.com/Download/Query.zip

Gianni

On Thu, 25 Jun 2020 11:01:51 +0200, Jürgen Wondzinski  
wrote:

Sorry for that base64. Stupid mobile phone can't do pure text mails anymore,
it seems.

As for the zip files: Yea, the link is there, but WayBack doesn't archive
the files itself, only the HTML.

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/lsh9ffdcrgo5cddejv6uj2fp4f6gp9u...@4ax.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.


Re: Bizarre scenario solved by READWRITE clause on end of SELECT SQL (SOLVED)

2020-06-25 Thread Jean Laeremans
' Another classic case is Gender: you always get half the population as
hits.'
Not really true anymore...LOL

On Thu, Jun 25, 2020 at 2:45 PM Ed Leafe  wrote:

> On Jun 24, 2020, at 21:32, MB Software Solutions, LLC <
> mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote:
> >
> > So much for my seeing if the DELETED() index helped.   As I said...I
> don't think any very small performance gain would be worth the aggravation
> this caused.  (Made me doubt other areas working for years tooyou know,
> the things nobody yet noticed or told you about?!?!?)
>
> https://fox.wikis.com/wc.dll?Wiki~NonDiscriminatingIndex
>
> -- Ed Leafe
>
>
>
>
>
>
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/capqlobwejfhzyyvpbffz1fxazsq+ng2mkk-9hwag1mt6cdt...@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.


Re: Bizarre scenario solved by READWRITE clause on end of SELECT SQL (SOLVED)

2020-06-25 Thread Ed Leafe
On Jun 24, 2020, at 21:32, MB Software Solutions, LLC 
 wrote:
> 
> So much for my seeing if the DELETED() index helped.   As I said...I don't 
> think any very small performance gain would be worth the aggravation this 
> caused.  (Made me doubt other areas working for years tooyou know, the 
> things nobody yet noticed or told you about?!?!?)

https://fox.wikis.com/wc.dll?Wiki~NonDiscriminatingIndex

-- Ed Leafe







___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/9aea3265-c9ef-4a82-878b-577a706ae...@leafe.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.


Re: AW: Bizarre scenario solved by READWRITE clause on end of SELECT SQL

2020-06-25 Thread MB Software Solutions, LLC
I did set it as  BINARY index.  I changed all my logical field indexes 
to binary a long time ago.  My reasoning for what I said is that I would 
have to go back to anywhere where I didn't have the READWRITE or 
NOFILTER clause and expected to show the RECCOUNT() like the example I 
posted, then it would be wrong. Recall my example wasn't about locating 
a particular record but knowing how many it was if not a single match.



On 6/25/2020 5:07 AM, Jürgen Wondzinski wrote:

The INDEX on DELETED is absolutely ok, if you do it as a BINARY index. The 
BINARY index is basically the rushmore map. Each record is represented as one 
bit, thus the resulting indexmap is way smaller and faster than the traditional 
indexing map.



[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/ad7571a0-0d3d-82c8-3d28-56cc01f4e...@mbsoftwaresolutions.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.

AW: Bizarre scenario solved by READWRITE clause on end of SELECT SQL

2020-06-25 Thread Jürgen Wondzinski
The INDEX on DELETED is absolutely ok, if you do it as a BINARY index. The 
BINARY index is basically the rushmore map. Each record is represented as one 
bit, thus the resulting indexmap is way smaller and faster than the traditional 
indexing map.


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/012401d64ad0$070ffe70$152ffb50$@wondzinski.de
** 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.


AW: Greg Reichert / GLRsoftware.com

2020-06-25 Thread Jürgen Wondzinski
Sorry for that base64. Stupid mobile phone can't do pure text mails anymore,
it seems.

As for the zip files: Yea, the link is there, but WayBack doesn't archive
the files itself, only the HTML.

> ---
>
[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/012201d64acf$448cc450$cda64cf0$@wondzinski.de
** 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.