199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ttamilvanan81

Hai, I am doing one java struts application. In my Application, i need to generate the report . In the Report display page, i have two buttons named PDF and EXCEL. If i have click the PDF button, all the Report values are generate as PDF file. If i have …

Member Avatar for Ezzaral
0
146
Member Avatar for phalaris_trip

Hi, I'm basically trying to create captions that will go under an image in my project.. the problem is that if the caption line is too long, it will get chopped off... so I'm trying to write a function that will re-chop a string with endl's according to the width …

Member Avatar for phalaris_trip
0
96
Member Avatar for preetham.saroja

[COLOR=#0000ff]Dim[/COLOR][COLOR=#000000] str [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]String[/COLOR][COLOR=#000000] = "select * from table1"[/COLOR] [COLOR=#008000]'try to write "select distinct * from table1" [/COLOR][COLOR=#0000ff]Dim[/COLOR] con [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String[/COLOR] = ConfigurationSettings.AppSettings("preeconn") [COLOR=#0000ff]Dim[/COLOR] cmd [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlCommand(str, [COLOR=#0000ff]New[/COLOR] SqlConnection(con)) cmd.Connection.Open() [COLOR=#0000ff]Dim[/COLOR] da [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlDataAdapter(str, con) [COLOR=#0000ff]Dim[/COLOR] ds [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] DataSet da.Fill(ds, "table1") [COLOR=#0000ff]Dim[/COLOR] maxrws [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer [/COLOR][COLOR=#0000ff]Dim[/COLOR] i …

Member Avatar for preetham.saroja
0
105
Member Avatar for quintoncoert

can someone please tell me what i am doing wrong here? My program does not print any output after the attempted bucket sort. It only prints before. It is almost as if it does not run to its end.

Member Avatar for quintoncoert
0
130
Member Avatar for gaasha

I made an SDI application. I want to invoke it by clicking a button on a dialog in another application. I am using VC++ and tried including the header file of former [CODE]#include "..\TypingEditor\TypingEditor.h"[/CODE] and then creating its object with 'new'. [CODE]CTypingEditorApp *te = new CTypingEditorApp();[/CODE] But there are errors …

Member Avatar for Ancient Dragon
0
120
Member Avatar for Es Sayen

hello all, i have to prepare a report which will display data from a specific date upto the specific date, both will be defined by the user at run time. the report is connected with the database and front end is vb. I am using crystal report for this. i …

Member Avatar for kshrini
0
109
Member Avatar for prinz_watta16

Problem: Develop a solution both in flowchart and pseudocode for the following problem: Given a classroom full of people: find the average height the number of people the height of the tallest person the height of the smallest person All measurements should be in meters. -----please i need an answer …

Member Avatar for thekashyap
0
76
Member Avatar for Jaav

Im doing "Sams Teach Yourself C in 24 Hours". Which can be found [URL="http://aelinik.free.fr/c/index.html"]here.[/URL] I'm at hour 6 right now. I most likely will run into several problems while trying to solve his excercises. I don't want to make a new thread everytime I run into a problem. So I …

Member Avatar for thekashyap
0
144
Member Avatar for sandy_b76

Hi All Gurus, I am new to scripting.. and want to know what is the meaning of each non zero exit codes from 1-255. Please help. Thanks in advance Sandy_b76

Member Avatar for sandy_b76
0
169
Member Avatar for rinko

Hi to all, I use NetBeans 5.5 and through Library manager I imported a jar file. How can I see the source code of the classes that the jar file contains? I got all classes from the jar file listed, I can see the name of constructors and methods but …

Member Avatar for peter_budo
0
136
Member Avatar for arunprashanth

Hi How can i create virtual host in JBoss server 4.0.4.in that,how can i mapped to my domain name. i.e [url]www.myproject.com[/url] like this. and how to run in the server.

Member Avatar for lucky1981_iway
0
307
Member Avatar for choudhuryshouvi

Hi, all How can I make a text box such that it accepts numbers only? Does anybody know how can I achieve that? It would be helpful if somebody post some example programs or some links to such websites where I can get some resources regarding this thread. Thanks to …

Member Avatar for Killer_Typo
0
176
Member Avatar for nizam147

Hii EveryOne Need some advice on the following, I have three war files which work along with each other as there is dependcies in them, Now at the time of deployment i dont want to put three different war files separately but instead want to have only one, I am …

Member Avatar for stultuske
0
74
Member Avatar for segnett

Okay, I'm new to VB, obviously so I apologize for being so green. Here is what I'm trying to do, I want to create two boxes that I can generate seperately names from a database randomly. I've been plugging at it for a while and can't quite get it. I …

Member Avatar for choudhuryshouvi
0
119
Member Avatar for belhifet

Hi i'm using the Net::POP3 module for reading my email, but it doesn't feature a method that lets you get the body of the email directly. So I have to construct a regex in order to get it. The problem is that I can't get it right. I want to …

Member Avatar for masijade
0
81
Member Avatar for EnderX

I am trying to build a program for ftp transmission purposes. I have been requested to use another program written by my predecessor as a model. At one point, my predecessor's code makes reference to an item called flstvwBags, a TFileListView object. I cannot find this component on my own …

Member Avatar for radu84
0
140
Member Avatar for VBWayne

I'm going to be passed a dos based command to my vb6 program. I would like to take the multiline output of that command and create a command line command for each line it generates. The only way I know to do this at the moment is to pipe it …

Member Avatar for AV Manoharan
0
89
Member Avatar for EnderX

I'm trying to figure out how to send files via FTP in Delphi. A program written by my predecessor makes use of the Indy package IdFTP component, but I'm having some trouble figuring out how to use it. Searching google only gave me sites in non-english languages, and I'm having …

Member Avatar for radu84
0
136
Member Avatar for nschessnerd

Hey i have a textbox that i want to read line by line and store in an ArrayList. I am currently trying to find the line break at the end of each line. Here is the code: [code=visual basic] While i = 0 h = ptext.IndexOf(vbCrLf)'here is where i try …

Member Avatar for AV Manoharan
0
168
Member Avatar for Darshanaa

hi can i be some examples of store mgt projects example live online.for reference.i need some guidance for my project. what is documentation in software designing.

Member Avatar for AV Manoharan
0
88
Member Avatar for ridhimasatam

i hav classA hence A.h and A.cpp,i hav declared some member variables in A.h and defined/initialized them using object of class A in A.cpp.now i hav class B hence B.h and B.cpp ,now i want to use class A's same object and its member variables (which i hav already initialized) …

Member Avatar for thekashyap
0
63
Member Avatar for kylcrow

I was asked to help make some test scripts at my work, and they use VBScript to write all their code. I pretty much only know c/c++ how hard would it be to learn VBScript if I am decent at c++? And does anyone have preference to which website they …

Member Avatar for ~s.o.s~
0
115
Member Avatar for kylcrow
Member Avatar for kylcrow
0
93
Member Avatar for daddy89

I made an identical thread for PHP/MySQL, so I figured I would do it again, not only because I need to know, but so it can be stickied and others can use it. Please recommend: Tutorials Schools Books Etc. By the way, I'm speaking of C++, not C or any …

Member Avatar for hinduengg
0
144
Member Avatar for JBI_UK

Hey, i have been trying to find a solution of how to do this. Basically i want either a label or something that when you load up the form it shows the users current username like on the About boxes of windows programs or something towards that it says "This …

Member Avatar for JBI_UK
0
133
Member Avatar for Hypnotik

Hello everyone. I'm working on the infamous TicTacToe program. I have created a class(TTT) with it's private and public members. The program is human v. computer. In the hmove function I ask for the coordinates (0,0;1,2; etc.). I'm not sure how to pass the user selection to the printb function …

0
65
Member Avatar for MetalHobin

I need to write a query that pulls out Zip codes by the first three characters, so I started with this: [code] SELECT SUBSTRING(Zip, 1, 3) FROM AvailHomeZips AS tZip [/code] But I would also like to query out the zips by those substrings I pulled out, so that would …

Member Avatar for MetalHobin
0
88
Member Avatar for MKIII

I know what CMS stands for, but what does it really do? I mean, I don't quite get what is happening when I see someone's CMS. Can anyone break it down to me. Thanks.

Member Avatar for stupidenator
0
190
Member Avatar for venugreddy

Hi , I'm running a batch file which contains the content D:\apps\JavaSoft\JRE\1.3.1\bin\Publisher -Xms256m -Xmx512m -cp .;"D:\rc\grt\PublisherIIRMIServer\jdom.jar";"D:\rc\grt\PublisherIIRMIServer\common_db.jar";"D:\rc\grt\PublisherIIRMIServer\mail.jar";"D:\rc\grt\PublisherIIRMIServer\activation.jar";"D:\rc\grt\PublisherIIRMIServer\log4j.jar";"D:\rc\grt\PublisherIIRMIServer\oracle12.jar";"D:\rc\grt\PublisherIIRMIServer\xmlParserAPIs.jar";"D:\rc\grt\PublisherIIRMIServer\commonclasses.jar";"D:\rc\grt\PublisherIIRMIServer\classes102.zip";"D:\rc\grt\PublisherIIRMIServer\jintegra.jar";"D:\rc\grt\PublisherIIRMIServer\excelXP.jar";"D:\rc\grt\PublisherIIRMIServer\word.jar";"D:\rc\grt\PublisherIIRMIServer\powerpoint.jar";"D:\rc\grt\PublisherIIRMIServer\PublisherIIRMIServer.jar";"D:\apps\jsse1.0.3_03\lib\jcert.jar";"D:\apps\jsse1.0.3_03\lib\jsse.jar";"D:\apps\jsse1.0.3_03\lib\jnet.jar"; -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.[url]www.protocol[/url] -Djavax.net.ssl.trustStore=D:\apps\jsse1.0.3_03\lib\dapstore -Djava.security.policy=D:\rc\grt\PublisherIIRMIServer\RMIPOLICY\java.policy -Djava.rmi.server.logCalls=true com.db.grt.server.ImplPublisherServer but i'm getting the error as Exception in thread "main" java.lang.NoSuchMethodError at com.db.grt.server.ReadServerProperty.setProperties(ReadServerProperty .java:291) at com.db.grt.server.ReadServerProperty.<init>(ReadServerProperty.java:1 24) at com.db.grt.server.ReadServerProperty.getInstance(ReadServerProperty.j ava:86) at com.db.grt.server.ImplPublisherServer.<init>(ImplPublisherServer.java :56) at com.db.grt.server.ImplPublisherServer.main(ImplPublisherServer.java:1 203) all jar files …

Member Avatar for Ezzaral
0
113
Member Avatar for danizzil14

Ok, I'm an amateur Computer Graphics artist, as in I don't make money off of it, but I plan to make it a career, I've been reading some different lit on the subject and it suggests making a digital portfolio. (ie. a website) One source suggests that I should use …

Member Avatar for ~s.o.s~
0
130
Member Avatar for jatinder_44

hi to all i an want to learn vb.net can i get any tutorial hlp from which i can learn.u r reply will be appricated.thank u

Member Avatar for waynespangler
0
75
Member Avatar for ridhimasatam

hi, if i hav member variables of a say class A defined and initialized in a class A how do i access its variables in a classB which is in diff file

Member Avatar for thekashyap
0
68
Member Avatar for jan1024188

Hello, I have a server and client file. In Client I have [CODE]WSADATA WsaData; SOCKET Socket; [/CODE] In server I have [CODE]WSADATA xxx; SOCKET yyy; [/CODE] This is same in both files: [CODE]sock_addr.sin_port = htons(1234);[/CODE] Will this connection be established?

Member Avatar for jan1024188
0
153
Member Avatar for Gie

Hi all. I just got this refurbished laptop in addition to my pc. I have no problem with my verizon dsl connection until I network this laptop last night. For my router, I got myself the DLink WBR-2310 and my laptop right away pick-up the signal. However, I noticed that …

Member Avatar for Gie
0
76
Member Avatar for bvgsrs

Hi, I have the basic knowledge in C++ and C. I am now looking for workign on some game programming. Well, in C++ how can I get those buttons, text boxes frames etc as we have in Java or VB. would you suggest me some books or links also, that …

Member Avatar for bvgsrs
0
2K
Member Avatar for ovidiu61

Hello everyone, I have a question for you. I would like to call a function situated on a server side servlet or in a jsp file with a javascript function (client side) and to show the results returned by the servlet's function. Do you have any ideas?

Member Avatar for ovidiu61
0
134
Member Avatar for mahix

We want to build a C++ program to help a professor in grading a True/False class test. The description of the system is as follows: • The students’ IDs and their answers are stored in a file. • The first entry (header line) in the file contains the number of …

Member Avatar for Killer_Typo
0
173
Member Avatar for amtallah
Member Avatar for Killer_Typo
0
119
Member Avatar for DanielWuVB

Hi ! can someone tell me what I did wrong with the code that I attached when I declare 'Option Strict on' ~ seems doesn't work. Thanks !

Member Avatar for DanielWuVB
0
69
Member Avatar for dudegio

Hello guys! I am new to the languiage Php and MySQL. Pls help me in working with my search engine. What i want is there will be a drop down button that displays all the list of the selected field/s from the database. Whenever that record is selected it will …

Member Avatar for dudegio
0
108
Member Avatar for hamarsheh

hello everybody!!! i need to get the file id group , i used afunction filegroup ( filename ) but this function dosen't produce meaningful results on windows system, so you can use a function which resolves this posix_getid( ))but unfortunately this function isn't defined on windows platforms , so ineed …

Member Avatar for w_3rabi
0
133
Member Avatar for yasirfarid

here is a new thread for me..;) I have some duplicate records on table, fields are ecode, ename, desig. some records in ename are same, BUT ecode are different, i just want to do that when i click ename on datacombo it should gives msg for ecode. e.g ecode ename …

Member Avatar for AV Manoharan
0
78
Member Avatar for moody

[B]I'm using this JavaScript from Dreamweaver that looks like this:[/B] [code] function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; …

Member Avatar for schwarznavy
0
125
Member Avatar for bploog

Hi, DaniWeb Subscribers! I need to learn Cocoa with XTools quickly. I am reading Apple's Obj-C Prog Language manual and another book on Cocoa programming. I also looked at the examples provided by the ADC. I am still overwhelmed. I'd like to get the most simple example of the following …

Member Avatar for bploog
0
127
Member Avatar for zodehala

what /where is error ? [code]include("config.php"); class database { global static $host = $c['server']['name'] ; global static $user = $c['server']['user']; global static $pass = $c['server']['password']; global static $port = $c['server']['port']; public static function connection() { self::$host ; self::$user ; self::$port ; self::$pass ; do { $link = mysql_pconnect(self::$host.":".self::$port, self::$user, self::$pass) …

Member Avatar for Puckdropper
0
75
Member Avatar for dumisibanda

Warning: mysql_fetch_assoc(): 3 is not a valid MySQL result resource in C:\Inetpub\wwwroot\BMF\Web\news.php on line 63 Records 1 to 2 of 2 [code=PHP]<table width="355" height="50" border="0" align="left"> <tr> <td><strong>Date</strong></td> <td><strong>Subject</strong></td> </tr> <?php do { ?> <tr> <td> <a href="details.php?recordID=<?php echo $row_news['id']; ?>"> <?php echo $row_news['date']; ?>&nbsp; </a> </td> <td> <?php echo …

Member Avatar for stymiee
0
102
Member Avatar for Balapriya

Hi, I need Torque Game Engine SDK - 1.3. Plz anybody help me. ThankYou.

Member Avatar for jbennet
0
86
Member Avatar for jan1024188

Im not sure this is right forum so please move topic if necessary. I want the best cms blog. I dont care if is not free (like vbulletin). Blog must have forum, portal, full module support... This would be appreciated: -video module -audio module -forum (phpbb, vbulletin or invision power …

Member Avatar for jan1024188
0
225
Member Avatar for Dsiembab

Good morning, Is there a php function that will take the text out of a tag in a variable that has HTML in it? What I want to do is get the text from in-between the <h1> tags and use it as a title in my meta tags. Let's say …

Member Avatar for Dsiembab
0
175
Member Avatar for Dani

I would like to move my forum database to a new server. However, the MySQL database is approximately 700 megs, and takes a great deal of time to import. Doing a [inlinecode]mysql> source backup.sql[/inlinecode] took well over 12 hours the last time I did it, and that was months ago. …

Member Avatar for pritaeas
0
153

The End.