on button click i have this code
on (release){
loadMovie("Contact_Us_Page.swf", "_root.ClipTarget");
play()
}
is it possible within that to say to resize it to a certain
xscale and yscale
how would i do that?
any help is greatly appreciated! thanks
this the code i have
</style>
</head>
<body bgcolor="#ffffff">
<table align="center" valign="middle" border="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"...
I'm using this code to center a flash object on an html page... (so that no matter how the window resizes it floats in the middle of the window both horizontally and vertically) it is centering it horizontally but valign "middle" doesn't seem to do anything. The ojbect stays glued to the top...
I need to imbed a company logo into a report for labels. I have a couple questions.
1) What type of image file should I use for access reports? Jpeg? Gifs? etc.
2) What DPI should I use. I realize I can resize the image but I want to design it in Illustrator and I want to design it at the...
I am designing a lable report, and designing a logo in illustrator. What file type do I need to use for access? And most importantly, what DPI are access reports designed in? Every time I bring in an image its too big and causes the page to bloat.
thats awesome! Thank you!!!
Do you have any idea how I would be able to alter the code to allow for multiple fields?
ie
1 Grapes 2Lbs
1 Walnuts 1Lbs
becomes
1 Grapes.2lbs*Walnuts.1Lbs*
Okay...
I need to take a normalized table
ID Item
23 Apples
23 Oranges
23 Bananas
24 Grapes
24 Kiwi
and convert it to
ID Order
23 Apples, Oranges, Bananas
24 Grapes, Kiwi
The "Order" Field being an array with 1 or more items.
Does...
Below is some code that I want to use to programatically add data to a table. However, where it says "Insert Calculated Field Here" I want to find the max of the INVOICERESEND table. Not sure what the syntax would be of if I have to use some sort of SQL statement.
Private Sub...
Maybe this makes more sense...
How do I get a table that looks like this...
12333 IceCream
12333 Apple
12333 Orange
23442 Butter
23442 Milk
23442 Raisins
23442 Dates
to look like this
12333 IceCream, Apple, Orange
23442 Butter, Milk, Raisins, Dates
If I have a table that has and AccountID and an Item, and I have multiple items per account ID for instance
Account ID Item
2453 ProductTypeA
2453 ProductTypeB
2453 ProductTypeC
How do I get the list of those product types into an email string? I...
yeah...i figured it out...
I brought all the data up a level (it was in a subform) and I put it in the main for and tried it again and it worked without prompts.
Does anyone know if its possible to direct the data to the subform.
I am assuming it has to do with the order in which things are...
thread702-794545 is kind of what Im talking about.
I have a small form with to date pickers...
and have referenced those in the query...
Between [Forms]![Form8]![StartDatePicker] And [Forms]![Form8]![EndDatePicker]
If I open the query...the query does actually display records in respect to the...
Oh...another example...
when I am going to press the command button...
I need to run a count of the checked boxes in the continuous subform. (So if it is 0 I can message the user)
Any ideas if say my control name was "sendemailchkbox
Hi,
I am creating some dynamic forms and need to be able to query off of the data that is in the form including unbound fields.
For example...
I have a subform with a list of records that I want to export upon the click of a command button, but I only want to export the ones that have checks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.