If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > can any body assist me

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-03, 02:51
gagan1224 gagan1224 is offline
Registered User
 
Join Date: Nov 2003
Location: madras
Posts: 4
Post can any body assist me

i want to display all the files inthe directory by just typing directory name in the list box.iam able to list them when i just provide the path .i am sending the code i developed until now with this.
precisely what i want is by just typing name of directory in the text box all the files in it should be displayed in the list box.plz assist me somebody.
Attached Files
File Type: doc listing files by typing just directory name.doc (23.0 KB, 64 views)
Reply With Quote
  #2 (permalink)  
Old 11-05-03, 19:51
pjsgill pjsgill is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Hi Gagan,

I have done same kind of job, but I have used Drivelistbox, Dirlistbox and filelistbox. The user can select the drive and then select the folder, all the files in the selected folder are displayed.

Are you also trying to do something like that, let me know.

Thanks

Pushpinder Gill
Reply With Quote
  #3 (permalink)  
Old 11-05-03, 23:42
gagan1224 gagan1224 is offline
Registered User
 
Join Date: Nov 2003
Location: madras
Posts: 4
Thumbs up

Quote:
Originally posted by pjsgill
Hi Gagan,

I have done same kind of job, but I have used Drivelistbox, Dirlistbox and filelistbox. The user can select the drive and then select the folder, all the files in the selected folder are displayed.

Are you also trying to do something like that, let me know.

Thanks

Pushpinder Gill
hi gill,
my work is something similar to that but not exactly.if i just enter directory name all the folders in it should be displayed.i got it anyhow.if u want i will send my code.
thanks for ur reply my dear friend.
with regards....
gagan
Reply With Quote
  #4 (permalink)  
Old 11-06-03, 19:21
pjsgill pjsgill is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Hi Gagan

But you want to typein the folder name when you can select it using the mouse. It will display all the contents of the folder.

Thanks

Gill
Reply With Quote
  #5 (permalink)  
Old 11-06-03, 23:10
gagan1224 gagan1224 is offline
Registered User
 
Join Date: Nov 2003
Location: madras
Posts: 4
hi gill,
actually my requirement is when i just enter the date all the folders corresponding to that date should be displayed.files will be saved in the name of date.did u get what i want to say u ?
thanks.
gagan
Reply With Quote
  #6 (permalink)  
Old 11-08-03, 12:38
pjsgill pjsgill is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Hi,

You can write the event on your text field, when u typein the folder name, set the property of Filelistbox.path = <the folder name user typed in>. This will display all the files in that folder. Hope this will solve ur problem.

Thanks

Gill
Reply With Quote
  #7 (permalink)  
Old 11-10-03, 10:21
bpolunin bpolunin is offline
Registered User
 
Join Date: May 2003
Location: Atlanta, GA
Posts: 187
I would love to know how you got your folders by date they type in. Also is there a property or an attribute I can access to get the modify date of a file, do you know?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On