Jump to content

HowTo Do Banner Ads in Data Base


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

Recommended Posts

Setup a series of global container fields, or a global repeating container field. You will need enough to contain all the possible variations that you want to display. Into each field put a different variation.

Put a calculated container field in the area where you want the thing to change. The field should be a calculation of result container.

It would be defined as a CASE statement like:

CASE (

criteria = "1", gContainer1,

criteria = "2", gContainer2,

criteria = "2", gContainer3,

and so on...

)

You can also use a relationship to another file, if you want to store th various footer options as actual records, rather than field, but this is a bit more complex to setup. Although this will make long term maintenance easier.

Link to comment
Share on other sites

CaptKurt,

Thank you for the kind details... I'v simply not able to master it yet the way you explained.

I'v decided to have it look for the container field information form another file.

So in the main file with the Footer with a container field.

I also have a look up file called containerData.

Now how do I have the info from the containerData go to the

Footer container field and show all the records one by one from the containerData. And can I have it pause for a few sec. and move on to the next LOOP till the main file is closed.

Thank you for your direction crazy.gif" border="0

[ November 09, 2001: Message edited by: LynfordD ]

[ November 09, 2001: Message edited by: LynfordD ] shocked.gif" border="0

[ November 10, 2001: Message edited by: LynfordD ]

Link to comment
Share on other sites

This topic is 8225 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.