Just note I did not write this code, but I do need to fix it. Was testing our app on a VISTA machine with IE7. Currently works on 2000 machine running IE6.
Basically what happens is when you click on the customer text box, a list box (in a DIV) becomes unhidden and displays all the data in...
Just note I did not write this code, but I do need to fix it. Was testing our app on a VISTA machine with IE7. Currently works on 2000 machine running IE6.
Basically what happens is when you click on the customer text box, a list box (in a DIV) becomes unhidden and displays all the data in...
This is just the code that is run when on of the boxes are selected.
Seems simple enough..
//When the text box recieves focus, the combo box should appear below it
function fnselect()
{
divCustomerGroup.style.visibility = 'visible';
document.frmOrderAssignment.txtCustomer.focus()...
I have 2 text boxes. If you click on the first, a list box appears below it and you make a selection. In theory, when you click on the second, it should show a list box below it and you make a selection. The first list box is fine, but when you select from the second, not only does the second...
macropod,
Well, because of some graphics and such, even if I put the the "footer" text after the last record, I wasn't sure how to make sure it was in fact the bottom of the page. Unless I am missing something.
Having said that, I would like to let you and SkipVought know that there has been...
Thanks again, I will look into it.
I think I figured out how to code the the last part (footer) at the end, but need to figure out how to push that to the bottom of the page. That is key because of the tear off section.
Just one thing of note, this is a temporary solution to something...
Skip,
I am kind of on the same page as you. I left a message this morning to see if I could use another software other than word.
1)Access may be a problem, I am not sure if the end user has (not everyone does) But I like the idea and checking into it.
2)I have little experience writing...
Skip,
I wish you sat in the meeting with me. I asked these questions and more. The general layout was dictated as follows.
Header Section with Invoice number, due date, bill to recipient, etc... repeated on every page.
Detail information in the middle in a formated table.
Table can grow to...
Macropod,
Thanks for your input. And yes, it is up to 50 charges per, desc-1....desc50, charge-1....charge-50
Though, the layout was predetermined. Not sure I can get around the table format that they want the appearance to be.
Also, I got the header working to repeat, but can't seem to...
1) I do understand relational design, just telling you how the text file is given to me. I do not have the power to change the table, I need to work with what I have and do not have too much time to do so. So hoping there is a dynamic way to build the array and reference desc-xx.
2) & 3) The...
Hello All.
I have been tasked to do the following, but not sure its even possible. Wanted to check here first.
I am getting a text file from an old unix system. I need to create invoicings using word mail merge. Word 2003. I can do basic merges, but for this one here are some extra's
1)...
Oh,
In the selectsubcat function I just tried to put in a line for testing sake that said the below, but I got an error for expected "=".
document.drop_list.SubCat.sytle.visiblity = "hidden";
What I need to do is when I go to a page, there are 2 drop downs. Want to hide the second drop down until they make a selection. Then rehide it if they want to start from the beginning again. I found the command to hide initially. I am thinking that during the onchange I can call a function...
Relatively new to PHP and modifying someones code. What I need to do is when I go to a page, there are 2 drop downs. Want to hide the second drop down until they make a selection. Then rehide it if they want to start from the beginning again. I found the command to hide initially. What I am...
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.