199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for dyoung02

Hi All, I am trying to use awk to strip out the java version after I run the java -version command. Unfortunately nothing I try works. Here is the command I am running along with the output: # /h/jre/bin/java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build …

Member Avatar for dyoung02
0
134
Member Avatar for reggienoble

I Am New To Php Can Anybody Pls Help Me With Some Beginners Tutorials And Also Mysql Tutorials..............thank U

Member Avatar for stymiee
0
143
Member Avatar for echobase

Hello- I'm trying to write a classic producer/consumer program using signals. My parent process (producer.c) forks and executes a new child program (consumer.c). The producer copies values from an input file (100 total int values to copy) to a common file, then sends a signal to the child to copy …

Member Avatar for TkTkorrovi
0
180
Member Avatar for arunprashanth

Hi I am using jboss 4.0.4 server. while i start my server i got org.jboss.deployment.DeploymentException .and one warning failed to start connectors. how can i solve that Exception. Thanks

Member Avatar for jwenting
0
86
Member Avatar for no1zson

Hedging my bets, I have coded a simpler version of the program Ezzaral is helping me with. I fear I am in over my head over there and may just begin to annoy him with silly questions. Most of what he and I are working on is beyond the scope …

Member Avatar for no1zson
0
77
Member Avatar for Earth Wyrm

Hi, as is about to become entirely apparent, I'm a newbie programmer and I'm having some problems with what should be simple operations. I'm having some trouble writing to file and no matter what method I use I can't seem to get it to work as I hope it to. …

Member Avatar for Earth Wyrm
0
167
Member Avatar for klarz

I am trying to remove certain buttons from an office menu bar, but am having trouble obtaining the menu bar handle. If anyone knows how to do this, it would be greatly appreciated.

Member Avatar for ndeniche
0
58
Member Avatar for beuls

Hi everyone, Is there any function in C# to find the CPU utilization of a process? Any help is greatly appreciated.... Thanks n advance Beulah

Member Avatar for beuls
0
116
Member Avatar for kogorman

In my current Unix/C++ application, I need to pipe a file through the sort(1) program before reading it. The input is large to huge, so in-memory sorting won't work. I'm used to using fork(2), pipe(2) and exec(3) in my C programs. I know I can do the same in C++, …

Member Avatar for vijayan121
0
218
Member Avatar for johnray31

Hi All, can anybody provide me recursive implementation of depth first search.. one more question .. is it possible to code any problem with recursion without using global variable.. i just need general views about good recursive program.. thankx

Member Avatar for Hamrick
0
110
Member Avatar for akash_msrit

hi i am displaying the data retrived from the database in table format. say col1 col2 col3 col4 12 15 15 13 15 16 the data displayed in col1,col2,col3 are retrieved from the database. now the problem is now i have to compute value for col4 (i.e col4= (15+15)/4) using …

Member Avatar for akash_msrit
0
99
Member Avatar for kobi

Hello there, I have an array of 2 dimensional which i need to pass to a funtion, but every time i try to send to the funcation "LoadScenario" it fails. maybe my syntax is wrong,please take a look Thanks Ahead [code] [COLOR=green]string[/COLOR][COLOR=green][,] Vars = [/COLOR][COLOR=green]new[/COLOR][COLOR=green]string[/COLOR][COLOR=green][5,4];[/COLOR] Vars[0,1]="Calculos"; Vars[1,1]=" 1"; Vars[2,1]=" 2"; …

Member Avatar for kobi
0
141
Member Avatar for jaepi

Hello there, is there a corresponding function or struct in linux for the the struct SystemTime in windows? Thanks! :)

Member Avatar for Ancient Dragon
0
120
Member Avatar for AV Manoharan

See, here I am going to explain for all concerned in this forum, about the two types of Data access objects which you can use in your VB (?). There are so many postings on this subject. The duo is [B]DAO[/B] & [B]ADO[/B]. It is not misspelled acronym like PHP …

Member Avatar for AV Manoharan
0
258
Member Avatar for marjan_m

I hv make an html page on which there r 2 fields of username n pw n a login button.For Authentication code I make another file named "check.php".Kindly guide me that hw can I give the refernce of the form objects in this file as I need the values of …

Member Avatar for marjan_m
0
118
Member Avatar for mashliner

Hi.I'm new here.I'm looking for codes for a login form.Be great if you guys could help me out,it's for my thesis.thanks!

Member Avatar for mashliner
0
63
Member Avatar for Alexandro

I use PHP to access a XML data file. I don't want that XML to be access by browser(see) access only data with php. How to block the access to the XML for everithing else except the PHP file?

Member Avatar for stymiee
0
119
Member Avatar for seeleo6

Ok if annyone knows how to put usernames and passwords in arrays and declare it and i need a full directions on the code! Thanks Seeleo6

Member Avatar for jireh
0
159
Member Avatar for jenco

The task is to put text in ab Edit box & then to iterate over it. The result should be in a block graph. If there is a vowel =="A" then block one should rise, if =="B" then block two should rise to represent it. I can make this work …

Member Avatar for Lerner
0
228
Member Avatar for Cerberus

I've just started looking at OO PHP and was wondering how you would access an object in a script other than the one that instantiated it. For example: [CODE] <?php // file: animal.php Class Animal { $name; $noise; function _construct($nm, $no) { $this->name = $nm; $this->noise = $no; } function …

Member Avatar for Cerberus
0
154
Member Avatar for akash_msrit

Hi, I have a html table , in table i am displaying dates in column called date, now i want to compare dates in the date column with current system date. if any one have existing code(in jsp ,javascript) for this please forward me or any advise and suggestions are …

Member Avatar for jwenting
0
1K
Member Avatar for nathanpacker

I originally posted this in the wrong forum, so I hope I don't get ripped apart for a double post. As part of my new job, I'm learning a little shell scripting, working on an HP-UX system. I'm trying to automate a user account creation process, and I need to …

Member Avatar for nathanpacker
0
129
Member Avatar for Syakoban

Hi, Someone put together a small perl script for me that uses day and time to determine which of two images to display (open.gif or closed.gif). I need to modify the script to also include a hyperlink to open.html or closed.html so that if the open image is displayed it …

Member Avatar for KevinADC
0
130
Member Avatar for chandan_mishra

When ever I try to run my jsp page on a tomcat 5.5 server I get the following exception SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NoSuchMethodError: javax.servlet.ServletContext.getResourcePaths(Ljava/lang/String;)Ljava/util/Set; at org.apache.jasper.compiler.TldLocationsCache.processTldsInFileSystem(TldLocationsCache.java:424) at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:250) at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:224) at org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526) at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422) at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492) at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552) at org.apache.jasper.compiler.Parser.parse(Parser.java:126) at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211) at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100) at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155) …

Member Avatar for chandan_mishra
0
101
Member Avatar for khalidxa

Hi guys, I am trying to pass a two dimensional array into a constructor. I am having hard time with it. Can anyone please tell me how to pass arrays into a parameter. the code is something like this : testCase::testCase(int i, int *matrix[][],float m) Your help is appreciated Khalid

Member Avatar for Lerner
0
116
Member Avatar for George2

Hello everyone, I am using JDK 1.4 and there is a compiling a 3rd party program error because of un-recognized word @override. Could anyone let me know what is the function of @override and in order to use it, which version of JDK is required? thanks in advance, George

Member Avatar for TheGathering
0
103
Member Avatar for waxyaie

can you make a java gui program like a cash register were orders are put in and reciepts are outputs for example (STAR BUCKS COFFEE)

Member Avatar for waxyaie
0
79
Member Avatar for shaun09

Hi i'm a newbie trying to learn something. I downloaded ireport and have designed my report. It connects to the database and retrives the value with no problems. When i build the report i'm able to see it as a Pdf and it works. My question is how do i …

Member Avatar for Byaptia
0
259
Member Avatar for onsir

where i get jasperreport and ireport for linux, and what files i must be download. thanks

Member Avatar for Byaptia
0
414
Member Avatar for johnroach1985

Hi. I have been working on a new project for the last few days. The project was to create an automated system that will create reports (using the data given by the employees), save them and then send them to the e-mail address that they need to be sent to... …

Member Avatar for johnroach1985
0
94
Member Avatar for sunithamcsit

<% int currentRow = 0; [code] int startingRow = ParamUtils.getIntParameter(request, "startingRow", 0); int row_to_display = 200 ; String errcode = null ; try{ FPSProdMap[] oProdMap= dbFpsProdMap.getProdMap(sLang,1,200); if (oProdMap != null) { for (int i = 0; i < oProdMap.length; i++) { currentRow++; out.println("<TR><TD class='xRight' width='5%'>"+currentRow+"</TD>"); ------- } }[/code] here is …

Member Avatar for masijade
0
137
Member Avatar for agrothe

I'm wondering what thoughts people have on the best way to implement a 3 tier application. I'm playing with the idea of multiple clients <---> server <----> database server <----> mysql database. I'm not sure if the database server is a necessary step though. My previous foray into java network …

Member Avatar for tonakai
0
144
Member Avatar for zite.1
Member Avatar for I_TRY

I make an exe file on notepad, save it as a .exe and try to launch it but it says: "The NTVDM CPU has encountered an illegal instruction" What does this mean and how can I get a .exe file to work properly? Sorry if this has already been asked …

Member Avatar for shouvik.d
0
110
Member Avatar for royaloba

hello guys, how can i sum the total time in report footer? when i use function sum i got this following error data type mismatch in function object function1... is there any on how to do it.?:icon_sad: thanks. regards

Member Avatar for QVeen72
0
107
Member Avatar for Kakashi

I have problem :?: in my assignment about developing Automated Internet Reservation (AIR) system. I attached the question along. If someone could give me ideas, suggestions or answer, will be truly appreciate. Hehe thank you so much ! ;)

Member Avatar for shouvik.d
0
95
Member Avatar for Stefano Mtangoo

Anybody with good understand on this componets. I just know them shallow.anybody to enlight me? With Regards

Member Avatar for Stefano Mtangoo
0
78
Member Avatar for Vikas Katara

I am making a script in Which FTP has to run automatically rather than providing user and password manualy...i just want to know the status that the file i am sending after FTP starts is reached successfully of not to destination by making a logfile ...which shows it is successful …

Member Avatar for masijade
0
103
Member Avatar for coco86

let's say 334536999902920193 123 445465781 Id = left(d,3) location = mid(d,4,9) as you can see that my substring is empty..... what's the proper code for it? If you can help me .... please

Member Avatar for coco86
0
59
Member Avatar for drtanz

Hi I have made a tentative db design for my system and would like some feedback on whether you think it is well constructed, it can be found here: [url]www.jpgalea.com/design.jpg[/url] Thanks

Member Avatar for debasisdas
0
92
Member Avatar for jboog

I'd like to add tags to my app. I have several different resources I would want to apply tags to, such as blogs, picture galleries and a few others. More efficient to add tag columns to each resource table or create a seperate table for tags that refrences each resource. …

Member Avatar for debasisdas
0
176
Member Avatar for nuinaifen128

I have a MS Access database. If I want to create a function in VB6 that adding data into my data base by typing the new data on textbox and click the button. Is it possible. How do i adding new data to my database? Hope to getting help from …

Member Avatar for jireh
0
1K
Member Avatar for DeathEvil

The prototype [code]void Print_Sorted_Employee_Detail_To_File(FILE *report, int i, int i2, int index, char full_name, float pay_rate, float hours, float ovt_hours, float gross, float federal_tax, float state_tax, float ssi_tax, float deferred, float net_pay);[/code] The call: [code] Print_Sorted_Employee_Detail_To_File(report, i, i2, index[i], full_name[i], pay_rate[i], hours[i], ovt_hours[i], gross[i], federal_tax[i], state_tax[i], ssi_tax[i], deferred[i], net_pay[i]);[/code] This is …

Member Avatar for DeathEvil
0
124
Member Avatar for jireh

[B]I want to show the tooltiptext below the textbox when the user type an entry on it[/B]. As we know when that the pointer of the mouse pointed on the textbox the tooltiptext will show up but my problem is if the user uses only tab for transferring the cursor …

Member Avatar for jireh
0
121
Member Avatar for lawfour

I am about to pull what little hair I have let trying to figure if this is possible. On my website I have a drop down menu with different tables in the drop down part. What I am trying to do is have a user choose the table to get …

Member Avatar for zianchan
0
2K
Member Avatar for onsir

hi, all how to using swing component jtree with jcheckbox in netbeans 5.5 i have got code from this link [url]http://www.jroller.com/santhosh/date/20050610[/url], but i can't combine with my project i hope somebody give me solution for my problem. thanks.

Member Avatar for onsir
0
98
Member Avatar for shouvik.d

recently while studying STL i came thru functors and facades > http://en.wikipedia.org/wiki/Function_object] > A typical use of a functor is in writing more intelligent callback functions. A callback in procedural languages, such as C, may be accomplished by using function pointers. However it can be difficult or awkward to pass …

Member Avatar for vijayan121
0
310
Member Avatar for jaasaria

this is my first letter here in daniweb.plsss help... actually Im only a beginner in VB. i would like to make a form that can browse picture and text file that will be display in my form... I have a sample here but there are so many error. pleaseee kindly …

Member Avatar for jaasaria
0
114
Member Avatar for shoby

pls guide me to build a asset mgmt system on VB. what are the components involve and hw do i make my system innovative than the traditional ones?

Member Avatar for shoby
0
94
Member Avatar for genpopo

im doing a project right now.. and i must display a links of multiple selected country.. the links must be dynamic.. the user will select list of countries and i must display it dynamically.. can anyone help me..

Member Avatar for genpopo
0
106

The End.