Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it an Editor error?
Message
 
To
24/05/1998 23:17:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00101589
Message ID:
00101625
Views:
29
>
>WITH THISFORM
>IF !PEMSTATUS(THISFORM, [D], 5)
>	.ADDOBJECT([D], [TXTDATE])
>	.D.MOVE(250,350) && This line got error
>	.D.BORDERSTYLE = 1
>	.D.SPECIALEFFECT = 0
>	.D.VALUE = DATE()
>	.D.CONTROLSOURCE = _DIARYDATE
>	.D.VISIBLE = .T.
>endif
>endwith
>
Jusatok,

I simply changed the name of the textbox to Diary and then there was no more error. BYW, naming things with a single letter is not a good idea as single letters are often used by fox as default alias names when the table name canot be used for some reason.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform