I have a DB table with 4.1 million unique rows of dword number blocks, indexed on start.
start end location
1259273696 1259273703 11532
1259273704 1259273704 4249
1259273705 1259273705 3487
1259273706 1259273711 4249
1259273712 1259273727 11532
1259273728 1259273791 117384...
This may seem convoluted, but there is a need.
I have a complex css page - 800+ lines to manage multiple menu boxes with each with many different properties ( BG, images, colors, etc)and some common properties (fonts, etc...).
eg:
menu_a_cat{font-weight;bold; font-size:11pt color:#000}...
Im trying to do the following INSERT from my us_business DB (12 fields) to service_providers_que DB (60+fields) and add some static values along with the INSERT at the end. 611612 is the test value that is to go into all shop_naics fields
the INSERT works, but the last added value '611612' is...
I have tried to pass a sql_query result ($result) to a function.
Within the function is a WHILE loop that parses out the associative array. Works fine on the first pass.
On the second call to the function, the associtive array pointer appears to be at the end, so there are no results.
I...
I have a simple link from excel to a word doc. (100 price fields in excel to 100 linked fields in the word doc.
When the link updates, the linked field in the word doc is forced to the next line. <backspace> will put the field back up on the correct line, but removes destination formatting. It...
Interesting bug in XP. Recently the following symptoms occur:
Word 02 stops responding on clicking file open and file save icons, yet the same icons in Access and Excel work fine. -- .docs still can be opened from history and explorer.
Outlook stops responding on clicking the attachment...
Seemed simple enough,
based on checkbox.checked, for loop opens various array URL's in new windows.
They do not cascade using increment c, but load directly on top of each other.
What have I done wrong?
var c = 0
for (var i=30; i<47; i++){
var winName = "win"+ i;
var c = c + 20...
This has come up a few times in the forum without an answer (eg thread68_412048). I have the same problem.
Based on a cell value on sheet1, I want to copy a specific row range on sheet2 to sheet1 at a selected location.
The logic is correct, but I'm having a problem with the range. Can u...
This has come up a few times in the forum without an answer (eg thread68_412048). I have the same problem.
Based on a cell value on sheet1, I want to copy a specific row range on sheet2 to sheet1 at a selected location.
The logic is correct, but I'm having a problem with the range. Can u...
The boss says make this work -
I have an employees 4 week days off table.
Based on the value (1 thru 7) of one cell on sheet1
days off are selected from a range of cells on sheet2 to populate a range of cells on sheet1.
How do I do this??? =(if A1=1, sheet2!B6:AC6,elseif A1=2...
Thanks...
What is the simple way to capture the combo box row value?
I have a combo box with employee information (combobox_emp).
I want to capture the row selected by the user to a variable (varEmp)
this is used to later populate dynamic text boxes.
textbox.text= Sheet2.Cells(varRow, 1) ... etc...
I have placed all my javascript functions in a .js file for access by a three frame page for easy maintenance.
One frame has no problems accessing the functions, however the other two return an "object expected" error. The coding and functions are correct, and worked worked fine when...
I am having trouble passing image map name (document.links[x].name) to a .js on a onMouseover event in a document with 50+ image maps. Can the array value be returned on the onmouseover event to identify the name?
Any ideas??? Many thanks.
e.g. (pass the name value to the .js file)
<area...
This seemed simple enough. I am using the selection from a drop list (form1.option.value) as the source to load an image file.
<img src=form1.option.value>
what am i doing wrong?
How can I download .csv data directly to an 2 dimensional array. a(date,open,high,low,close,volume)
I can download HTTP .csv data using an input box (but not to a variable) then write to csv file, and import to an array, but this is seems all unnecesary.
Why does the inputbox method work...
I'm trying to import HTTP gif's to a local VB picturebox
via execure GET or OpenURL with no success:
graphURL = "http://chart.yahoo.com/c/1y/e/e.gif"
Inet1.AccessType = icUseDefault
imgGraph.picture = Inet1.OpenURL(graphURL)
or
Inet1.Execute graphURL, "GET"...
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.