Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with #DEFINE
Message
From
29/12/1997 16:32:11
 
 
To
26/12/1997 16:00:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00065465
Message ID:
00068319
Views:
25
And, don't put a blank line in a line of continued code...And, to be perfectly safe, you should leave a blank between "WITH" and ";"--otherwise it's easy to end up with something that appears to VFP as WITHHeight.

>put commas between the properties:
>
> ADD OBJECT shpRect AS SHAPE WITH; && <- ERROR at this line
>
> Height = 121, ;
> Width = 289, ;
> Left = 26, ;
> Top = 20, ;
> BorderStyle = 1, ;
> SpecialEffect = 0
>
...snip
Previous
Reply
Map
View

Click here to load this message in the networking platform