Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

ATTN: Ursus- you built a cd catalog program?

 
   Database Help (Home) -> FileMaker RSS
Next:  ABOUT designing SQLServer a Index  
Author Message
me2

External


Since: Dec 14, 2008
Posts: 5



(Msg. 1) Posted: Fri Dec 26, 2008 4:58 pm
Post subject: ATTN: Ursus- you built a cd catalog program?
Archived from groups: comp>databases>filemaker (more info?)

Back to top
Login to vote
Your Name

External


Since: Nov 04, 2008
Posts: 25



(Msg. 2) Posted: Fri Dec 26, 2008 7:26 pm
Post subject: Re: Ursus- you built a cd catalog program? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"me2" wrote in message

>
> Could you possibly share your work?

I don't think even the newer versions of FileMaker have operating system
file routines, so a FileMaker database can't automatically read the contents
of an inserted disc (although there may be a plug-in).

This means any FileMaker "CD catalog" program would be a simple database
into which you manually enter the information. You could get away with one
table using a Text field to store the file names, but a better approach
would be to use two tables - one for the CD name / number (each with a
unique ID number) and a related table with separate records for the files.

You're probably better to go through the freeware / shareware achives at
places like Download.com and VersionTracker.com to find a custom-built
application that catalogues discs automatically as they are inserted.

 >> Stay informed about: ATTN: Ursus- you built a cd catalog program? 
Back to top
Login to vote
Ursus

External


Since: Apr 16, 2008
Posts: 93



(Msg. 3) Posted: Sat Dec 27, 2008 9:25 am
Post subject: Re: Ursus- you built a cd catalog program? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Your Name" schreef in bericht

>
> "me2" wrote in message
>
>>
>> Could you possibly share your work?
>
> I don't think even the newer versions of FileMaker have operating system
> file routines, so a FileMaker database can't automatically read the
> contents
> of an inserted disc (although there may be a plug-in).
>
> This means any FileMaker "CD catalog" program would be a simple database
> into which you manually enter the information. You could get away with one
> table using a Text field to store the file names, but a better approach
> would be to use two tables - one for the CD name / number (each with a
> unique ID number) and a related table with separate records for the files.
>
> You're probably better to go through the freeware / shareware achives at
> places like Download.com and VersionTracker.com to find a custom-built
> application that catalogues discs automatically as they are inserted.
>


Harry is right,

I have built a cd catalog program where I enter all the data by hand. It is
completely customised to my own needs (and in Dutch as well). You could
however use one of the cd catalogs online ( like www.freedb.org). Setup the
webviewer to hold the contents then parse out the text you need into fields.
There are also several freeware applications that can do similar things (but
aren't as flexible)

Further I think Harry is a bit off whith saying: create two tables. Since
each CD has a unique number, you will have one link to each cd anyway. So a
flat table will suffice.

Finaly, to fully understand FMP and get exactly what you need, you need to
built your own (or hire someone to do this, but you will not understand
really what is going on). My version really only works for me, because I put
in it what I need, and left out a lot you might want. Use this group if you
need help in setting it up.

Keep well, Ursus
 >> Stay informed about: ATTN: Ursus- you built a cd catalog program? 
Back to top
Login to vote
me2

External


Since: Dec 14, 2008
Posts: 5



(Msg. 4) Posted: Sun Dec 28, 2008 11:02 am
Post subject: Re: Ursus- you built a cd catalog program? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks for answering, I'll see what I can do.


On Sat, 27 Dec 2008 15:09:08 +0100, "Ursus"
wrote:

>
>"Your Name" schreef in bericht
>
>>
>> "me2" wrote in message
>>
>>>
>>> Could you possibly share your work?
>>
>> I don't think even the newer versions of FileMaker have operating system
>> file routines, so a FileMaker database can't automatically read the
>> contents
>> of an inserted disc (although there may be a plug-in).
>>
>> This means any FileMaker "CD catalog" program would be a simple database
>> into which you manually enter the information. You could get away with one
>> table using a Text field to store the file names, but a better approach
>> would be to use two tables - one for the CD name / number (each with a
>> unique ID number) and a related table with separate records for the files.
>>
>> You're probably better to go through the freeware / shareware achives at
>> places like Download.com and VersionTracker.com to find a custom-built
>> application that catalogues discs automatically as they are inserted.
>>
>
>
>Harry is right,
>
>I have built a cd catalog program where I enter all the data by hand. It is
>completely customised to my own needs (and in Dutch as well). You could
>however use one of the cd catalogs online ( like www.freedb.org). Setup the
>webviewer to hold the contents then parse out the text you need into fields.
>There are also several freeware applications that can do similar things (but
>aren't as flexible)
>
>Further I think Harry is a bit off whith saying: create two tables. Since
>each CD has a unique number, you will have one link to each cd anyway. So a
>flat table will suffice.
>
>Finaly, to fully understand FMP and get exactly what you need, you need to
>built your own (or hire someone to do this, but you will not understand
>really what is going on). My version really only works for me, because I put
>in it what I need, and left out a lot you might want. Use this group if you
>need help in setting it up.
>
>Keep well, Ursus
>
 >> Stay informed about: ATTN: Ursus- you built a cd catalog program? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How toCopy data from Table 1 to Table 2 via scipt - Hi all, I would like to copy Table 1, Field 1 to Table 2, Field 2 via a script in FMP7. I have tried using Set Field steps and various others, but it won't copy I am in Layout 1, Table 1, Record 6 and run a script that switches to Layout 2 and creates ...

A cautionary tale of Databases and Assumptions. - More of a F.Y.I. anecdote than request for assistance. Thought the platform is not significant to the story, it is running on V6 on Windows XP. My database had been performing flawlessly for about 2 years. Suddenly, last week, it broke. The solution..

Partial Line Problem in Reports - When printing reports with summary "parts", occasionally one of the fields appears to "slip down", printing only the upper part of the field. Or not at all. All the fields are alligned properly. Any solutions?

fmp-link cdml fmp6 - I have a format page that lists students info. On that page, there is a field with various MiniTeams. How do I code the page so that when I click on one of the MiniTeams, it finds all instances of that MiniTeam and displays it on another results page? ..

How to export a file with a name contained in a field of t.. - I am trying to generate a webpage using a FM v7 DB. It is working perfectly, except one important point. For this purpose, I have to export several filed (named as XXxxx.htm where XXXXX have to be the names of different files). The problem is that I can....
   Database Help (Home) -> FileMaker All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]