Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4128 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

hello,

 

I'm Dedy from Indonesia, Jakarta

I using FM pro11 for Video ID datebase.

First I have 9 Tables and many fields how to set if i want to seaching the Video ID in many tables?....

and i want to seaching or find start date to end date.

 

thanks 

 

 

regards

 

 

dedy

Posted

If you're storing a Video ID in all of your tables, you may have a structural problem. What are your tables, and how are they related to each other.

 

As for how to find records with a matching Video ID that are also within a specified date range within one table, you'd script something like this:

Enter Find Mode
Go to Layout [ ... ]
# Go to Layout is not needed if the script is already on the target layout
Set Field [Table::id_Video; Value:$id_Video]
Set Field [Table::date; Value: $startDate & "..." & $endDate]
Set Error Capture [On]
Perform Find []
Set Variable [$error; Value:Get ( LastError )]
Set Error Capture [Off]
Posted

thank you

 

can you help me about my database, because I don't understand about programing.

I Video Editor.

Thanks you for your support me

 

regards

 

 

Dedy

 

 

 

videodatabase-kbj.fmp12.zip

This topic is 4128 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.