Thanks, but I cannot make it work

I am not sure I understand.  The procedure/endproc....

I cannot place before thisform.addobject, directly after thisform.addobject,
between the with/endwith, or after the endwith.  My code is in the init of
the form....
 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf
Of Aida I. Rivera-Benítez, MSMIS
Sent: Sunday, March 28, 2010 1:45 PM
To: ProFox Email List
Subject: Re: VFP9-SP2 addobject - Method Code

PROCEDURE Click
    ***Your code goes here
ENDPROCEDURE

The same for Valid.

AiR
Aida I. Rivera-Benítez, MSMIS
AiR Information Systems, Inc.
San Juan, Puerto Rico

-----------------------------------------------
From: "Carl Lindner" <[email protected]>
Sent: Sunday, March 28, 2010 1:31 PM
To: <[email protected]>
Subject: VFP9-SP2  addobject - Method Code

> Hey guys, I can use some help.
>
> thisform.addobject("ocommand","commandbutton")
>  with thisform.ocommand
>  .top=60
>  .height= 50
>  .width= 50
>  .visible=.t.
>  .left=1
>  endwith
>
> I run the above in the init code of a form.  It creates a clickable 
> command
> button.  How would I add code for a valid, or click?
>
> Thanks.
>
> Carl Lindner
>
> [email protected]
 



[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000a01cacea1$243833c0$6ca89b...@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to