Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VAX 1218 on VC6 - Got IsEqualGUID, not IsEmpty
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

LarryLeonard
Tomato Guru

USA
1041 Posts

Posted - Mar 01 2004 :  3:25:49 PM  Show Profile
I was trying to convert this:
if ("" == sNewValue)
... to this:
if (sNewValue.IsEmpty())
... by typing "IsE<CR>". I've done this eighteen zillion times with VAX with no problem, but this time I got this:
if (sNewValue.IsEqualCATID())
Which apparently is a #define in COMCAT.H:
#define IsEqualCATID(rcatid1, rcatid2)       IsEqualGUID(rcatid1, rcatid2)
I'm thinking maybe VAX is having a hard time keeping up with my blazing keyboard speed?

Edited by - LarryLeonard on Mar 01 2004 3:28:28 PM

Baga
Tomato Guru

122 Posts

Posted - Mar 01 2004 :  3:49:57 PM  Show Profile
Possible. Couple of times i got wrong stuff too (while typing fast).
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Mar 01 2004 :  5:19:26 PM  Show Profile
We assume the <CR> caused VA X to select from a [lame] suggestion listbox containing IsEqualCATID. If so, perhaps you are accustomed to IsEmpty being the highlighted suggestion. Makes sense, particularly if IsEmpty is nearby and/or you type it often.

If the scenario recurs, type a backspace to force VA X to redraw a suggestion listbox. See what it contains, then see if you can guess why. If nothing makes sense, we blame it on your typing speed.

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000