Re: Adding property to form

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Eric den Doop (ericdendoop_at_xspamblockxfoxite.com)
Date: 04/19/04


Date: Mon, 19 Apr 2004 15:04:45 +0200

Hello, Ryan!
You wrote on Mon, 19 Apr 2004 05:26:03 -0700:

 R> Hello,
 R> I have an array named '_files' I am attempting to add '_files[1,0]' as a
 R> property to my form 'bsel.scx'. I am unable to vfp8 tells me it is an
 R> invalid name, any suggestions?

You can't create a 0-column array property. Either specify the number of
columns, or specify no columns at all:
_files[1,3]
_files[1]

-- 
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8


Relevant Pages

  • Re: declaration of variable in for loop
    ... This is valid because the prototype for printf specifies that the first parameters is of type const char *. ... This is invalid because the prototype for printf does not specify the type of the second parameter, so the rules of C specify that no conversion takes place. ...
    (comp.lang.c)
  • File()
    ... It happens in VFP8 and VFP9Beta. ... returned if I specify the path I want searched. ... the file in the same scenario above. ...
    (microsoft.public.fox.vfp.forms)
  • Re: newbie: an invalid name was supplied
    ... debug1: An invalid name was supplied ... Configuration file does not specify default realm ...
    (comp.security.ssh)
  • Re:HEADS UP: device name checking on device registration
    ... specify the MAKEDEV_CHECKNAME flag to get an error return instead of a ... Invalid names are as follows: ... I faced that kind of panic today and now I'm able to boot again into CURRENT after applying the patch and rebuilding kernel. ... as I have a linux partition on the same machine. ...
    (freebsd-current)
  • Re: Passing an invalid date to INTEGER-OF-DATE
    ... > specify an invalid date for the argument? ... > The 1985 COBOL standard says that anything can happen ("the result of ... > I would be interested to know the results for various compilers. ... Our compiler goes nuts when an invalid field is passed to FUNCTION ...
    (comp.lang.cobol)