gettingstarted
[Top] [All Lists]

RE: Code

To: "'Getting Started'" <gettingstarted at lists dot realsoftware dot com>
Subject: RE: Code
From: "RBNUBE" <rbnube at mabenterprises dot com>
Date: Thu, 30 Jun 2005 01:05:41 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
Importance: Normal
Keywords: rb-gettingstarted
For future reference, anything that returns a string can be used in an
EditField, or anything else that can display or draw text.  This includes
numbers when using Str, for instance.  EditField1.Text = Str(SomeNumberHere)

Search the LR for what you happen to be working with (in this case
FolderItem) and see what returns strings.

HTH



-----Original Message-----
From: gettingstarted-bounces at lists dot realsoftware dot com
[mailto:gettingstarted-bounces at lists dot realsoftware dot com] On Behalf Of 
Tommy
Single
Sent: Wednesday, June 29, 2005 4:44 PM
To: Getting Started
Subject: Re: Code


I've got the opening part to work and now I would like to make the path of 
the folder selected be displayed in an editfield. I just looked in the 
language reference and did a google search, but couldn't find how to do 
this. Could someone please give me a bit of code that does this?  Tommy

 On 6/29/05, Seth Willits <seth at freaksw dot com> wrote: 
> 
> On Jun 29, 2005, at 2:12 PM, Tommy Single wrote:
> 
> > I am trying to allow the user to press a button that will open up a 
> > select folder dialog and they can browse for a folder that will be 
> > used to store my
> > programs data. See code in excerpt from previous message below.
> 
> For future reference, the problem with your message is that you didn't 
> specify what the problem is. To get a good response you should send a 
> good question. Clearly define what you want to do, how you went about 
> it, what isn't working, and how it isn't working.
> 
> 
> 
> 
> Seth Willits
> ----------------------------------------------------------
> Freak Software - http://www.freaksw.com/
> ResExcellence - http://www.resexcellence.com/realbasic/
> ----------------------------------------------------------
> 
> _______________________________________________
> Unsubscribe or switch delivery mode: 
> <http://www.realsoftware.com/support/listmanager/>
> 
> Search the archives of this list here: 
> <http://support.realsoftware.com/listarchives/lists.html>
>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>