Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not a char expr bug?
Message
From
24/02/2003 05:48:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00756782
Message ID:
00756898
Views:
23
>Tinkered around quite some today to destill a minimum example (John Koziol! <g>) and could easily repro the questionable error. But how to get the VCXes on UT? Feared I couldn´t repro with class defs in prg, but - BIG surprise and thank heavens - Garrett´s example generates the error on my machine!!!
>
>Anyone see this too? Thanks
>G
>
>
>PUBLIC oform1
>
>oform1=NEWOBJECT("form1")
>oform1.Show
>RETURN
>
>DEFINE CLASS form1 AS form
>
> Caption = "Form1"
> Name = "Form1"
>
> ADD OBJECT cnt3 AS cnt3
>
> PROCEDURE Load
>  PUBLIC ARRAY dsbld(2)
>  dsbld(1) = "dsbld(1)"
>  dsbld(2) = "dsbld(2)"
>  PUBLIC dsbld1
>  dsbld1="dsbld1"
> ENDPROC
>
>ENDDEFINE
>
>DEFINE CLASS cnt3 as Container
>  Top = 12
>  Left = 24
>  Width = 144
>  Height = 96
>  Name = "Container1"
>
> ADD OBJECT text1 AS textbox WITH ;
>  ControlSource = "dsbld(1)", ;
>  Enabled = .F., ;
>  Left = 24, ;
>  Top = 12, ;
>  Name = "Text1"
>
>ENDDEFINE
>
Guenter,
Didn't error on my system.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform