Re: Newbie with a simple Q about Passing data to a Form

From: GaryZ (GaryZ_at_discussions.microsoft.com)
Date: 09/22/04


Date: Wed, 22 Sep 2004 07:17:03 -0700

Not quite. See GaryZ below at the root level of this topic.

"Ken Halter" wrote:

> GaryZ wrote:
> > Douglas,
> >
> > I just had a thought... Could it be that "create" is some kind
> > of reserved word, command or function name?
>
> It's not (not directly related to VB anyway).. Just type Create (or
> anything else) in a code window, highlight the word and hit Shift-F2. If
> it's a reserved word, the object browser will open and show you where it
> comes from.
> You can also type anything you want in a code window, highlight the word
> and hit F1. If it's a VB keyword, help will open to the page and show
> usage for that word. Create happens to be a keyword for use with a
> database so help will open and show you the SQL reference.
>
> --
> Ken Halter - MS-MVP-VB - http://www.vbsight.com
> Please keep all discussions in the groups..
>



Relevant Pages

  • Re: Newbie with a simple Q about Passing data to a Form
    ... anything else) in a code window, highlight the word and hit Shift-F2. ... it's a reserved word, the object browser will open and show you where it ... You can also type anything you want in a code window, highlight the word ...
    (microsoft.public.vb.general.discussion)
  • Re: Syntax coloring: SERVICE
    ... SQL Server Documentation Team ... guess it's not a reserved word even though it gets colored blue.) ... One could of course get into the debate of what a keyword really is. ... In the most recent update to BOL, the index returns the following choices ...
    (microsoft.public.sqlserver.tools)
  • Re: Syntax coloring: SERVICE
    ... guess it's not a reserved word even though it gets colored blue.) ... I don't know, perhaps a keyword can work as an un-qualified identifier, while others can't. ... In the most recent update to BOL, the index returns the following choices when SERVICE is the keyword. ... service See services [Reporting Services] ...
    (microsoft.public.sqlserver.tools)
  • Re: Highlander2 Beta-blogging: Generics in Delphi for .NET
    ... Marco Caspers wrote: ... default (note lower case d) is already a reserved word in C# ... The is exactly what the "default" keyword in C# is used for, so how could there be any problem with it? ...
    (borland.public.delphi.non-technical)
  • Re: How to insert a new row to an existing HTML table
    ... That is one of the few exceptions and was done because 'class' is a keyword or reserved word in many programming languages. ...
    (comp.lang.javascript)