Re: Adding property to form
From: Eric den Doop (ericdendoop_at_xspamblockxfoxite.com)
Date: 04/19/04
- Next message: toylet: "Re: Error hanlding"
- Previous message: toylet: "Re: InteractiveChange or Keydown event?"
- In reply to: Ryan: "Adding property to form"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: toylet: "Re: Error hanlding"
- Previous message: toylet: "Re: InteractiveChange or Keydown event?"
- In reply to: Ryan: "Adding property to form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|