I have a job done in Flash and I would like to print the code or script for archival and reuse if necessary.
Is there a way to print all the entire code without going to each button, actions, etc...
Thanks
Can you explain "...content of another table (B),..."?'
The list of the options is in anther table. Option1, 2, etc 10 total.
Will this content vary based on the record values in table A?
NO
Are there always the same number of options?
YES
Are the values you want to store in table A numeric...
I have one form with an Option group. The form and data are linked to a table (A). I select one item, and need to choose one of the option button.
In the Option group I would like to put a number of buttons representing the content of another table (B), as if it was a combobox. When user...
Sorry:
on error 2, if I debug the line of code says:
DoCmd.GoToControl "Rechnom"
Again, all this used to work, so I think it is a probleme with a setup or missing add-in in Access, but I could be wrong.
Hi,
I have an old VBA programmed Access database.This always worked before, but after a virus and after I reinstall all I am getting the following errors. The copy of the db is clean as it come from a backup on CD made way before the virus and reinstall.
So the errors are:
1 - When I open the...
Hi,
When I open more than one page in Dreamweaver CS5, i used to see all my pages names regrouped in one tab and I could click on the page I want to work with.
Currently all my pages open cascaded and it is not practical.
I need some help because I cannot find a way to reset this as it used to...
I understand what you do, but actually I have to check on the ':' that is allways present because 'product' can be product or something else.
So I will need to calculate first where is the ':' with an Instr of some sort, and take all the text after the ':' when I find where it is.
If I can do...
Hi,
I am using the query form to create an append query. I do not have any problem to setup this.
My problem is to append to the other table just part of the text from a specific column.
For example on one table the column product has 'products:part1' and I would like to only append the...
I try without success to align txt and text box in the following form.
Anything I tried doesn't seems to work.
So the question is: how can I do this??
Thanks
this this the code
<table width="800" height="43" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="22%"...
I used the 'BillyRayPreachersSon ' solution.
Therefore I didn't do much more that what he wrote.
Just added id='largepict' in the img scr tag.
and used the code he gave me.
Very simple, and works perfectly.
I have a javascript solution, but more code and not so easy to implement in my code...
I have a table where I inserted one large picture, and I also have 4 small thumbnails.
I found a few codes that allow to swap the large picture using javascript, but is there any code that will allow me to only use a mouseover to change/swap the large picture when I go over the thumbnails.
I...
I have the following code:
<form name="form1" method="post" action="process.asp?Search=XXXXX" >
<table>
<tr>
<td><input type="text" name="textfield2"></td>
<td><input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
</form>
Is there a...
I have a code for window.open that looks like:
<a href="""" onclick=""window.open('POPWINDOW.asp?id=" & rsProduct("ProductID") & "', 'DDD', 'scrollbars,status,resizable,width=550,height=400,left=50,top=50'); return false"">Product Spec</a>
This works, but instead of clicking on the...
Thank,
But is there any code I could put in the VBA to do this automatically each time I start the spreadsheet.
The reason is that I need to wipe out all previous calculations made on each sheets and refresh with a new template page.
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.