Apr 21, 2006 #1 rlals Programmer Joined Jun 23, 2003 Messages 29 Hi, is possible to create a combobox where eache option is a file name from a folder? I can´t use ActiveX. thanks any help.
Hi, is possible to create a combobox where eache option is a file name from a folder? I can´t use ActiveX. thanks any help.
Apr 21, 2006 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Yes. Simply put the filenames in each option. Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Yes. Simply put the filenames in each option. Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]
Apr 21, 2006 Thread starter #3 rlals Programmer Joined Jun 23, 2003 Messages 29 Thanks Dan, but it can´t be static. File names in this folder can change. Upvote 0 Downvote
Apr 21, 2006 #4 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB If the folder is server-side, then you could use server-side scripting. If client-side, then you've no chance. Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
If the folder is server-side, then you could use server-side scripting. If client-side, then you've no chance. Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]