I am new to PHP. I am wondering how everyone debugs their scripts. I have a need to interogate a value of a variable during runtime. I need a way to step thru the code line by line...
I have written an ActiveX control in VB to use in an asp system. The AXC will upload up to 10 files to the server at once, to do this it needs to know the destination folder on the server.
I am passing this information to the AXC via javascript, but everytime i run the page i get the following...
If you right click on a folder in windows and select properties, you get shown how many files and subfolders there are.
Can i achieve the same effect through VB without physically visiting each and every folder below the start folder?
If so, can you give me an example or point me in the...
I have been tasked to compile an ActiveX graph, (my first ActiveX project ever) and would like to be able to choose the colors shown on the graph.
It took me a couple of days to figure out how to pass all the graph variables but that is now done, thankfully!
I have also successfully added...
How do i make the taskbar flash?
My program is an ICQ style LAN based secure messenger, the management want to allow interoffice communications but not with the outside world. I have done the hard work but can't figure the simple task.
Everyone says that the beep that accompanies the arrival...
We started using VInterDev about 3 years ago, when we were only running a couple of systems on the web. We now have 27 different systems running on the same www root, this is not a problem, the problem is keeping everyones project view up to date.
20-30 minutes the refresh is taking, is there...
i am currently using
function mousein(x)
{
x.style.color = '#000000'
x.style.textDecoration = 'none'
}
function mouseout(x)
{
x.style.color = '#FFFFFF'
x.style.textDecoration = 'underline'
}
To change the style of my hyperlinks when the mouse is hovered over them,
<a href=blah.com...
I am using the following code to fill out a combo box with items from an access database, but each time i try to execute it i am coming up with "TYPE MISMATCH Error 13" on the Set rs=db.OpenRecordset line, can anybody help me please.
Dim ws As Workspaces
Dim db As Database...
I have a report that uses 40+ criteria to compile. My users have requested that i generate some kind of MEMORY SYSTEM that will remember all these criteria to save them from always having to re-enter. (Theyre a lazy bunch ;-))
This part i have done, (Wehay! :-D) a 300 line javascript reads the...
With this coding on an ASP page,
x=""
x=x&"<html><body>"
x=x&"<img src=../images/" & picture & ">"
x=x&"</tr>"
x=x&"</table>"
x=x&"</body></html>"
oConnect.Execute "EXEC master..xp_sendmail @recipients='" & address...
On the click of a button i need to be able to select several entries out of a multiple combo box containing hundreds, can anybody point me to a working version of this theory or could you help me out?
I have tried to select them individually and i only end up with the last one selected.%-( It's...
Is it possible to use the cookies from one page on another page?
I need to be able to access stored details across 4-5 pages and thought that cookies would be the answer?
If it is even possible can you help me out?
Thanks for you time...
Can you update the innerHTML of a span tag that is on the opener of the current window.
I have been trying to use window.opener.span.innerHTML = 'Whatever' and it does not work.
If this is possible could somebody please show me how.
Thanks for your time...
I've heard that you can change the font and font styles of a combo box? Is this true and if so can anybody tell me how to achieve the change? [COLOR=blue]D[COLOR=red]e[COLOR=blue]l[COLOR=red]t[COLOR=blue]a[COLOR=red]F[COLOR=blue]l[COLOR=red]y[COLOR=blue]e[COLOR=red]r
[COLOR=blue]The...
Dim db As Database
Dim rs As Recordset
Set db = Workspaces(0).OpenDatabase(Locale + "\vbft.mdb")
sSQL = "Select * from details"
Set rs = db.OpenRecordset(sSQL, 2)
With this coding i am trying to return 400+ rows, there are 400+ rows in the table, but whenever i...
I have a page that opens a child window, i want to be able to update the child window location from the parent window. How do i achieve child.location.href="xyz"?
Thanks...
I am trying to insert a row into an Access table, but i keep getting this error,
Run-Time Error 3011
The microsoft jet db engine could not find the object 'insert into details (wkstkarea), ('DBArea1')'.
Here id my coding :
Dim db As Database
Dim rs As Recordset
Dim sql As String...
I am using the following line
Set db = Workspaces(0).OpenDatabase(locale + "\vbft.mdb", , , "Ms Access *.mdb;PWD=password;")
to access my database, but it keeps on coming up with "Not A Valid Password."
Anyone got any ideas why...
I have a page that i want to link documents to. Like in HTML, where you click a button and download the file AND open it. Could somebody please tell me how i can open an external file in its native browser. Ie. .DOC in Word .XLS in Excel, .PPT in Powerpoint...
I want to be able to add HTML tags to a textarea selection, but dont know how to access selected text.
I was thinking something like
document.form.field.value.selection = "<B>" + document.form.field.value.selection + "</B>"
Can anyone help me out, how do i access the...
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.