Main Topics
Browse All Topics <a href="javascript:expand()"
what's the difference? i know the href="#" is the more standard way nowdays to do it. my problem is i have a standard dropdown menu that expand/collapse when user...
Hi there,
I’m currently on an application that has an administrative module. I’m experiencing problems in clearing the sessions so as to log a user out and also to login as an admin and as a user of the application. I’m using a Java Bean for...
hello all! I think this should be a pretty easy one.
I have the following code. When the user clicks on the div containing the word "Menu", the lower div (id = dropper) displays as a block (which is fine). However, when the user clicks on...
I have a program that is intended to be a spell checker and I am trying to get it to read one line at time so that the output for the program is correct. It does read the file properly and return the misspelled words, however they are all on line...
Note I am completely new to java. I need examples of source code for a simple calculator applet, yes it is an homework assigmnent. I have set the layout for the button of the calculator but I do not know how to make the work. For this...
C# VS 2008/2005 - Dianlogue box button selection. Simple.
I have a YES or NO Dialogue box and when the users selects YES or NO they get another dialogue box informing them of their selection. Simple yea? Mine is not working it lets me click...
1) Asp.net textbox must take decimal values only using javascript.
2)after decimal point,it should accept the values upto two digits only.it should not take more than two digits.
3)here you should raise onkeypress or onkeydown javascript...
Hello Expert:
When I open my web browser and enter in http://local/phpMyAdmin/in
Oracle 8i, HP UX server. Can someone tell me the difference (if any) between the oracle UNIQUE and DISTINCT keywords? They seem to work exactly the same. If I say:
SELECT UNIQUE(COLUMN) FROM TABLE
i get the same results as saying
...
I need o setup LDAP server and confirm it works on a Win Server 2008
Hi,
Im a complete newbie in perl coding,
and have a problem with the eprl version of E-Guest.
http://www.hotscripts.com/
The config seems pretty simple,
I have checked all the paths,
and everything works...
I've been searching and haven't found an answer yet. Is there a JavaScript function or xml request that can be sent to google maps api or Geocode to give a list or array of available countries in the Google's Geocode database, preferably by...
Hi,
The following is a simplified version of a complex query i wrote.
SELECT table2.x, table2.y
FROM table1
LEFT JOIN (SELECT table3.x, max(table3.y)
FROM table3
GROUP BY table3.x) AS table2
ON...
2 DropDownList Boxes (ddStates, ddCounties)
Both are AutoPostBack.
ddStates_SelectedIndexChan
ddCounties_SelectedIndexCh
When I select any county other than the...
I have run into a problem that I can't seem to find a solution to.
my users are copying and pasting from MS-Word. My DB is Oracle with its encoding set to "UTF-8".
Using Oracle's thin driver it automatically converts to the DB's default...
Hi I have this script to get the ip of a computer. This will give me ip addressed for all interfaces. How can I make it only output the IP of first NIC only
strcomputer = "."
Set objWMIService = GetObject("winmgmts:" _
&...
I have the following procedure and i like to declare a copy of local variables
@Operation and @Operation_Access that i can use in the processing.
It is not allowing me to set up these....could you advise how i use local variables
Thanks
...
As i do the following steps for sysdba previlage grants to user ,its comes the following error,
So please any one clarify it, how i grant the sysdba previlage to any user with sys login
SQL>connect sys/change_on_install@db
SQL> select *...
Hi, I need to know the details of the errors that I get, I put <customErrors mode="RemoteOnly" defaultRedirect="mycustomp
but when the error appears the page redirects to mycustompage.htm but there is no error details appear, what...
In one of my forms, If I hit enter, it automatically hits the button that is highlighted rather than the text box that is currently selected. I have tried setting the property of the text box to both AcceptsEnter = true and false. I have hooks...
Guys
the following code returns information between dates but I want it to return information between exact dates
What I mean is if I have a date range 01/10/05 to 10/10/05 i want it to look at that and not return what is...
Hello all,
Can the following be done in SQL or do I need to use JavaScript or ASP. What I want to do is update a date field with data from a text field.
Field A - is a text field containing the Military Date Time Group (DTG) in the format...
what is normalization .explain ti with an example also explain 1nf,2nf,3nf,4nf and bcnf and aplly it onto a sample table as an example
The question below comes from this site. It's an accepted answer. However, this syntax doesn't work for me. I get an error on the comma (after carts c,) that I'm missing the SET keyword. 1) Is the syntax below incorrect, and 2) if it is...
Hi Guys we have begun having a problem with many of our computers at work the last few days. When we attempt to connect to Oracle 9i forms (using JInitiator 1.2.23.1 (iirc)) the following occurs:
Internet Explorer has encountered a problem and...
I have a program to encrypt and decrypt a file using AES encryption standard.
It works fine within the same class.
Now I want to implement the same in different classes in different machines.
File will be encrypted in one machine and will be...
Im want to verify the domain name where my scripts are running
what I started with is
$_SERVER['HTTP_HOST']
the problem with this is that the result could be www.domain.com or domain.com
where I would like it to be domain.com always...
I have a new php page and I'm using wordpress for my website.
From within my new php file I've included wp_load..
include ('wp-load.php');
which I believe is required in order to retrieve current user details.
I've then tried to echo...
I'm trying to use OnFocus and Onblur to focus on a textbox when I click in the field. When I click in the textbox the value for the textbox disappears so I can type what I want to enter. The only problem is if I don't type anything in the...
Hi:
I have the following script (partial) and I want to run this script using nohup directing out put to a file. Please let me know how I can print a comment (Something like "row is updated" or "the cumulative sum of rows updated" ) to a file...
Dear Expert,
I'm trying to use Jasper Reports for exporting Excel documents (and other too: RTF, XML, CSV).
I've already gotten HTML, PDF and XML to export correctly; I just cant seem to figure this one out.
Please correct the code...
I am using the following code to allow only a letter, number, or backspace to be entered into at vb.net textbox:
Private Sub txtSearch_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPr
have some theory, i think it should work, i havnt figure it out yet. I couldnt get my sql running.
I just need a SQL statement that
SELECT TOP 10 records
FROM table
WHERE records NOT (SELECT TOP 10 from table)
its not working and it...
Hello Experts....i am new to android..!!
In My Project I am implementing scribble pad,i have used OnTouchListener event to draw on the canvas,but it is not drawing properly....i am sending my code sample and output screenshot..!!
Thanks..!!
Hi,
What I'm trying to do is this.
Have the user select an option from a form
and depending on the option include a file.
here is my code
<FORM action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
<P> I want to :
...
I need a way to display the images that are stored in an ImageList on my form. The ImageList absolutely must be populated at run-time.
One of the ways I have tried to do this is to create an Image and ImageList control on the form and then in...
Microsoft has a good sample of how to pull of datagrid sorting here: http://msdn.microsoft.com/
However, their samples uses the click of a button. I want the user to be able to simply click the column header and...
I've been trying to send keypresses to another application using SendMessage in C#. So far I've gotten absolutely no results from it. I've tried sending different combinations of these functions to different applications with no luck.
ex)...
Hello,
I have a combobox that once you enter the control, sets the .DroppedDown property to True so it will expand the box to show the contents. Then a user can start typing stuff in and it will scroll to any matches in the box. From there I...
Hi,
I have two dropdowns Year and Month
1. I need to display 4 years dynamically, current year and previous 3 years.
2. When first time page loads, current month and year is selected in the dropdown and displaying data accoding to that...
Hello. I have a question about UPDATE with INNER JOIN.
UPDATE AliasA
SET AliasA.CarMaker = mstMakerModel.Maker
FROM tblCarAuctionList AS AliasA INNER JOIN
mstMakerModel ON...
in solaris system the the location of tnsnames.ora is searched
First: ".tnsnames.ora" at users's home directory
Second: TNS_ADMIN
third: /var/opt/oracle
Fourth: ORACLE_HOME/network/admin
1. Is this order common for all unix systems
2....
I have a Windows SBS 2003 Server, Service Pack 2, 2gb ram and 200gb disk.
I have installed MS SQL Server 2000 with its latest Service Pack 4 and left in tact its standard "MSSQL Desktop Engine (SBSMonitoriing)" and "MSSSQL Desktop Engine...
Hi All,
I have to display thumbnail images in ListView control. How to give space in between thumb image in List View? (like padding to images)
I have tried:
lstDPView.Margin = new Padding(10, 10, 10, 10); //// Doesn't work... :-(
...
Dear Experts
I can not find Microsoft Visual C++ 2008 Redistributable - x86 Version 9.0.30729.17
Can someone please point me where to download at http://www.microsoft.com/d
Thank you very much in advance
Regards,
Antonio...
I'm a VBScript noob and could really use the collective's help. I have a VBScript that I downloaded from this website that runs at user logon through Windows group policy. Basically the script forces the user's computer to reregister itself...
Hi Experts,
I have made some changes to the following script. I am having troubles adding support for nested groups. The script only shows the groups the user is a member of in AD. Can some help me add support for nested groups as well?
Thanks
what is the difference between CONTAINS() function and LIKE?
For example,
Does
SELECT * FROM tblMyTable
WHERE CONTAINS(fld1Text, '%food%') > 0
works the same as
SELECT * FROM tblMyTable
WHERE fld1Text LIKE '%food%'
? Performance...
I have a input and a label, I want to set the text of the label if they enter an invalid date.
this is the code I am using .
if (!IsDate($("input#Effectiv
{
$("label#EffectiveCostDate
i am using SendKeys.Send("{tab}"); in the key press event of a text box to move to the next textbox by pressing ENTER key
This is working fine, but i am getting an error beep. can anybody plz explain
the code is below:-
private void...
Hi folks,
I have a table already created on which I want to add a partition by range on a date column. I checked for for the syntax on the Net and most of them:
1. Either explain the syntax for partitions specified while creating the table:...
Good Day
Experts:
I have come across a bit of trouble with some date calculation here in one of my programs.
NewDate = DateTime.Now.AddDays(3).To
So, I am adding 3 days to today's date. Seemed ok. Well, I actually...
This error is generated randomly, based on the number of applications running. If I start up 25 applications, they run creat. If I open up 10 applications they run great. If I try to open anothe application an hour later, this message is...
How do I use an OR statement? I am trying to say IF this or this then do this. Here is what I have not working with the ||.
if (cboEstimateStage.DataText
Hii All,
I have sharepoint 2010 and i have one Document library. User uploaded some documents. Now user wants to update metadata and word file by only opening file in word. They dont want anybody to edit metadata by using edit property in...
Hello,
I would like to update all the clients on the domain to IE8, at the moment the batch file I am using runs it in silent mode but IE8 requires a patch which when installed needs a restart, then i can install IE8.
So is there anyway to...
Hi,
I have a DateTime variable:
DECLARE @Date datetime
SET @Date = '2007-07-20'
After I'm done with this, How can I modify the @Date variable to something like this:
DECLARE @ModifiedDate datetime
set @ModifiedDate = @Date...
I am using DB2 database as a back-end for PB70. I want to concatenate two fields from a table out of which one is string and the other is numeric.
I tried following sqls (Field1 is string;Field2 is numeric) :-
1.select field1 ||...
Hi All,
This should be an easy one, but I'm running out of time and need this asap. I need to download the Microsoft Access ODBC Driver so that I can set up a User DSN that my Java programs can connect too. I was shocked when I went into...
I have added a new column in the database table and am trying to insert a record into the table using my application. The application throws the following exception:
com.ibm.db2.jcc.a.SqlExcep
I am trying to set up my first connection using ADO from VB6 to a Access database.
Some settings:
I have the Microsoft ActiveX Data Objects Recordset 2.7 Library and the Microsoft ActiveX Data Objects 2.7 Library references both selected in...
I am taking a class and I have developed this code for an assignment. I can compile and run the program just fine until I enter an hourly rate that has a decimal. Such a 30.25 then I receive an error message which I have attached. Can someone...
I am doing FCFS, SJF preemptive, SJF non-preemptive, Priority FCFS, RR scheduling algorithms using c++. Assume that I have 3 jobs stream such as job stream: (A,0,0,10,2,10,3), (B,0,0,10,2,5,2), (C,0,15,15,10,15,5)
A job will be represented as...
We have this old Access app that REQUIRES the 2003 runtime and doesn't run correctly under 2007. The app can't be updated, either. So, we need to find a download of the 2003 runtime. Does anyone know where I can download an installer? Is it...
SQL 2005 Error. No clue what this means. Any insight is appreciated.
Msg 1205, Level 13, State 56, Line 35
Transaction (Process ID 51) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun...
Can anyone please provide me an animated Progress bar gif?
We are running Crystal Reports 11.
There is a specific report when ran in the server (server has a copy a of CRv11) it runs perfectly. I can modifiy it and re-run it. But when I copy it to my workstation and run it, it gives me a "Failed...
Hi,
I would like to know if it is possible to use JavaScript to write to a text file. I tried using FileSystemObject in JavaScript. However, it gives the following error : "Automation server can't create object". Does anyone know what is going...
I have been asked to provide a data flow diagram of an existing (previously undocumented) asp.net application. I have been unable to find an example of what exactly they are looking for. This e-commerce application is a tiered architecture with...
Hi Experts,
I have a single SQL Server 2005 (running on Server 2003 std) which refuses to install SP4.. I have pasted the logs and the "SQL9_Hotfix_KB2463332_sql
I have searched...
How can I best get the fractional part of a floating point number expressed as an integer?
Assuming the source number is 1234567.89 I want to retrieve just the value 89. In the example below the decimalPortion variable will contain 0.89
I...
I am using adodb.dll in a C# class.
why am I not able to do this:
regasm adodb.dll /tlb
I get the following error:
[[command line output]]
C:\EES\BIN\RELEASE>regasm adodb.dll /tlb
Microsoft (R) .NET Framework Assembly...
Hello,
I need a script to reboot windows 2008 server with scheduled task.
Thanks
CodeCruiser
1,422,693
Genius
8,410 points yesterday
ProfileRay_Paseur
1,217,108
Genius
17,570 points yesterday
Profilekaufmed
1,025,573
Genius
2,030 points yesterday
Profilefor_yan
852,901
Sage
0 points yesterday
Profileslightwv
800,755
Sage
12,800 points yesterday
Profilembizup
704,864
Sage
6,366 points yesterday
Profilesdstuber
691,023
Sage
4,540 points yesterday
Profilecapricorn1
642,737
Sage
4,664 points yesterday
Profileleakim971
587,909
Sage
5,380 points yesterday
ProfileBuggyCoder
571,738
Sage
7,478 points yesterday
Profileboag2000
560,897
Sage
2,800 points yesterday
Profilemlmcc
522,214
Sage
3,300 points yesterday
ProfileDaveBaldwin
459,994
Wizard
1,500 points yesterday
Profilejogos
434,292
Wizard
0 points yesterday
ProfileTheLearnedOne
411,002
Wizard
7,600 points yesterday
ProfileLSMConsulting
407,915
Wizard
6,500 points yesterday
Profilefyed
388,991
Wizard
2,020 points yesterday
ProfileIdle_Mind
386,533
Wizard
2,010 points yesterday
Profileacperkins
373,583
Wizard
4,500 points yesterday
ProfileScottPletcher
367,317
Wizard
3,168 points yesterday
ProfileHainKurt
356,835
Wizard
0 points yesterday
Profilelcohan
345,842
Wizard
8,668 points yesterday
ProfileValentinoV
343,560
Wizard
1,450 points yesterday
Profilepeter57r
322,367
Wizard
1,800 points yesterday
Profilematthewspatrick
316,928
Wizard
3,726 points yesterday
Profile