D3D1 Posted August 5, 2013 Posted August 5, 2013 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
jbante Posted August 5, 2013 Posted August 5, 2013 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]
D3D1 Posted August 6, 2013 Author Posted August 6, 2013 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
jbante Posted August 6, 2013 Posted August 6, 2013 If you need more detailed help, have you considered hiring another developer for programming or coaching servies?
Lee Smith Posted August 6, 2013 Posted August 6, 2013 You can post an ad in our Services Wanted Topic Area too. Link
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now