dbTalk Databases Forums  

Programatically adding text into an edit box.

comp.databases.xbase.fox comp.databases.xbase.fox


Discuss Programatically adding text into an edit box. in the comp.databases.xbase.fox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AK
 
Posts: n/a

Default Programatically adding text into an edit box. - 09-20-2005 , 09:28 AM






Hi;

How do I add text into an editbox? I'm trying to have a command button
which when clicked on puts the date and the username into the editbox.

Thx,
AK..

Reply With Quote
  #2  
Old   
Dan Freeman
 
Posts: n/a

Default Re: Programatically adding text into an edit box. - 09-20-2005 , 10:07 AM






Substitute your own object names:

thisform.Edit1.Value = Transform(date()) + " User Name"

Dan

AK wrote:
Quote:
Hi;

How do I add text into an editbox? I'm trying to have a command button
which when clicked on puts the date and the username into the editbox.

Thx,
AK..



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.