I tend to put all global variables in a module.. if they are declared public in a module, you can access them anywhere in the program just by using the Variable name. Placing these globals anywhere else requires you to call it like Control1.VariableName, rather than just VariableName
CTL_Code...
You're not going to have much luck getting more than one column into the listbox (unless you have a third-party listbox control with multi-column support).
Im not really as familiar with the DataGrid as I am with a Listview so Im not really able to answer the other 2 questions. I know you will...
Your Printer may need to be set to print duplex if it does not do so by default. When you click PRINT, do into your printer settings, and see if you can find anything there.
I also have a Duplex-Compatible printer (Really a Minolta BizHub Photcopier/scanner/printer). Often times, regardless of...
This sort of strange printing behavior normally occurs when your X or Y value are off the limits of the actual page. This may seem like a stupid question.. but are you using printer.newpage?
ie...
Private Sub Button_Click
PrintPage 1
PrintPage 2
PrintPage 3
PrintPage 4
end Sub...
My Mistake.. the code doesnt have those, I accidentally posted a test html output instead of the most current. the HTML above was taken after I removed the [' and '] chars.. and I just forgot a set. It has since been updated to not have those, and still yields an error.
http://www.jasongoldberg.com/javahelp.htm
I removed all of the dashes (rather than replacing them). This did not work, cLFlaVA. Then I tried your second suggestion on top of the first, and still no luck.
Excuse my ignorance, but I am just beginning to dabble in JavaScript.
I have a webpage found at www.jasongoldberg.com/JavaHelp.htm
It is basically a shopping cart page. The only thing is there is an error (maybe two) in the syntax I am using. If anyone can help me it would be greatly...
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.