199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for angelfox

i know this is 2 easy for you guys, but please help..... Its been only 2 wks since i enrolled this class and they gave me this assignment.... please check if its correct. thank you so much [code=cpp] #include<iostream> using namespace std; char vowels[]={a,e,i,o,u}; char n; char main() { cout<<“Please …

Member Avatar for angelfox
0
170
Member Avatar for kally

Hi All, Im new to ASP.NET & C#. I have designed a webpage where a user has to give his details like Name, Age, Sex, Location and subnit it to another page. Now it works even if the user gives details only about his name & sex. SO im trying …

Member Avatar for yasserstein
0
86
Member Avatar for bhuvanee
Member Avatar for kerstenk

Hi guys, i need help with a script. [CODE]#!/bin/bash # This process id pid=$$ # Path to the file which contains the process id path="/var/tmp/" # File which contains the process id file="accumRunning" pname="accumData" # Command for checking and running cmd="php /home/kersten/workspace/AdBenchImporter/import.php" # check if file exists if [ -s …

Member Avatar for Sturm
0
276
Member Avatar for bk_yogesh97

I am using frontend as visual basic 6.0 and back end as oracle 9i. Query is written for crystal report 8.5. In query select fields i used function to retrview data and grouping that fields. In Oracle Viewer Showing data is not same as Crystal report Viewer showing data. It …

Member Avatar for bk_yogesh97
0
70
Member Avatar for Mdizzle

I have to create an array from an input file and then extract the calculated information from the array back to an output file. I understand how to bring in an input file but I am unsure how to put this information into an array. Here is the assignment incase …

Member Avatar for rohit_hegde
0
125
Member Avatar for marceta

Hi guys, The question I need to answer is [quote]This query is about patients who got the same illness on the same day. For each pair of such patients, display one row showing the illness code, the date of onset, and the patient number of each person involved, e.g. FLU …

Member Avatar for marceta
0
140
Member Avatar for Kshiteesh

Dear Frens, I m beginner in VB.net. I have developed an Address Management System where I want to add my searched grid into Crystal Report. Unfortunately, I don't know code to make report from datagrid. or certain data set. I have succeeded in making report from primary dataset from crystal …

Member Avatar for Kshiteesh
0
117
Member Avatar for Duki

Hey everyone, I'm back in C++ this semester; Last semester I went through Structured C++ (and passed with a 4.0; many thanks to all of you!) and this semester I'm in OOP. I don't have sample code yet because I haven't started. But I was talking to a classmate, and …

Member Avatar for Duki
0
225
Member Avatar for Ken JS
Member Avatar for Dave Sinkula
0
138
Member Avatar for diyana

hi there. i need help in making my code work. i will briefly discuss the output that is needed. currently, i have 5picboxes that s'pose to relate to the frame that has been grab from the frame grabber. when i click, btnTrack5frames, the program suppose to capture image by image …

Member Avatar for BreadLoser
0
65
Member Avatar for PoonamDwivedi

Hi All: I have started to teach myself C#, if you can give me links // refs to content that can help start from fundamentals and then progress from there. I appreciate your help in this matter. Thanks, Poonam

Member Avatar for pygmalion
0
173
Member Avatar for g27

hi im currently making a a program using windows application with visual studios.the problem is i am new to this and wonderin if someone can help me. i am basically having trouble with creating a list of arrays in a Class which will be used to store information and also …

Member Avatar for pygmalion
0
92
Member Avatar for deridder149

Hello all, very useful forum you guys have here. maybe you might be able to help me with an issue i am having with a program i am writing? I am trying to dynamically load a class that the user specifies. I am coding in standard java 1.5 and swing. …

Member Avatar for deridder149
0
94
Member Avatar for bajanpoet

How do you test a record to see if it is the last record? I want to append one string to the end of my script string if the record is the last one, and a continue string if it is not. I'm showing the entire procedure below so that …

Member Avatar for bajanpoet
0
124
Member Avatar for Dio1080

Ok guys, I need help, I found a couple of examples but don't understand. None of the Java examples uses this method for Converting letters uppercase to lowercase: int offset = (int) 'a' -(int) 'A'; char lowercase = (char)((int)uppercase + offset); Can somebody get me on the right track here …

Member Avatar for Ezzaral
0
159
Member Avatar for osirus0830

Hi all, this forum seems to have sparse traffic, so if you stumble upon this thread I want to request that you please give your opinion on the following question. I am currently a rails developer and I was looking to add another language to my CV, I just wanted …

Member Avatar for osirus0830
0
78
Member Avatar for nil_gh_80

[B]I've installed Apache2.2.4 & php5.2.3 in my windows xp, evry thing is going perfect but when I want to transfer a session variable to another form its not tranfering.......plz any body help me on this regard. will I have to configer any file....its urgent for me..[/B]

Member Avatar for jocbed60
0
100
Member Avatar for lasherz2

Hi,I am developing an inventory system and want it to be used in a networked environment.I have given it some thought but i am stuck.I have not done this before so i will greatly appreciate all the help.So is this possible- for the system to be used on multiple machines …

Member Avatar for lasherz2
0
67
Member Avatar for khatreett

Hi every body I want ot add CAPTCHA in my registration process any here please help Thanks in advance

Member Avatar for Ezzaral
0
91
Member Avatar for palaka

[code=cpp]#include <iostream> using namespace std; int main() { char b; char john [6] = {'a','e','i','o','u','\0'}; cout<<"Please type a letter:"; cin>>b;} } [/code] please complete this code. i need to use an array that will give an output telling that your input letter is a vowel or consonant.

Member Avatar for iamthwee
0
103
Member Avatar for RathiSarov

Hi, in my asp.net application i need to redirect the user to a new page when the session is timedout. I am using windows authentication for the web pages. i can not handle that in session_end event. Any help in this regard will be very much helpful. Thanks a lot. …

Member Avatar for RathiSarov
0
73
Member Avatar for vivek_green

hi, I have a probelm,two thread from two different JVM's accessing the same file causing improper data for the 2 JVM's resulting in improper data. If it same JVM i can go for synchronized block ,wil not happen with independent JVM.soluion pls?

Member Avatar for Ezzaral
0
100
Member Avatar for jricklefs

I'm currently building a Queue Systems for processing Customer Information. These file are processed as they are received and I am trying to build a queue to hold the file names for sequential processing. I tried building one with the QUEUE Class but was unable to get it to update …

Member Avatar for binoj_daniel
0
112
Member Avatar for tanha

Hello every one, I have made the insertion, viewing part of the database, but want to have an edition part too, could anyone plz kindly guide me, how it is possible to have edition part too? NOTE; I am using PHP 5..., MySQl 5... , and Apache Server

Member Avatar for tanha
0
87
Member Avatar for vbnetdubai

Hello everyone, I am want to write a small program that runs in the background, which means that it has no user interface, and runs all the time, something like a process. The program does a single task: it reads barcode values from a barcode machine attached to the computer …

Member Avatar for debasisdas
0
107
Member Avatar for arvindishukla

Hi All, Can someone help me writting a function in csh / tsch shell, i'm getting below error, l () { ls -lrt ; } [COLOR="Red"][B]Badly placed ()'s.[/B][/COLOR] Thanks, Arvind S.

Member Avatar for arvindishukla
0
102
Member Avatar for eXceed69

Hello guys, I'm having hard time to insert/create a code for one projects component. The issue is how could i call a stored procedure and how could i execute it.

Member Avatar for Ancient Dragon
0
296
Member Avatar for Ken JS

Is there a way to check how many errors can this code detect and correct??? | 1 0 0 1 1 | | 0 1 0 1 2 | = G | 0 0 1 1 3 | lot of help ken js

Member Avatar for Ken JS
0
85
Member Avatar for Ken JS

Hi, e.g. int a = 20; int b = 07; I want to joint a and b together to get 2007. Anybody know how to do it? lots of help, ken js

Member Avatar for Ken JS
0
135
Member Avatar for murschech

I have downloaded the free Borland compiler Bcc32 and am delighted with it. I also downloaded the turbo debugger. I have a lot of experience using a debugger from an integrated environment but the Borland download includes only the command line version of the compiler and I don'y know how …

Member Avatar for bdj
0
594
Member Avatar for JaceDBN

Hi, Im busy using access to build a database, and Visual Basic to build the program code and automization in the database. Im looking for a feature simular to a notification box, where the if trigerred a msgbox or simular will appear. This is pretty simple and works perfectly. What …

Member Avatar for JaceDBN
0
177
Member Avatar for joydsouza90

How do you clear a string in a single statement ? for egs. i want to clear name[20] of all its contents and leave it completely empty Please help :-/

Member Avatar for WaltP
0
9K
Member Avatar for ramavundela

can anybody help me to write the following program. program that will return the day of the particular date and year? i.e.,user gives date,month and year.we have to print the day of it.

Member Avatar for WaltP
0
136
Member Avatar for KenAs

Is there a way in Delphi to open the windows login dialog and (if the user logs in ok) retrieve the user name? Have done much searching on the web without success. Thanks

Member Avatar for KenAs
0
77
Member Avatar for tanha

Hello everybody, I want to have search option and the search result in one page, so I write the following code, but I dont know why after search there is no results displayed: [LIST] The file name is SearchInSide.php[/LIST] [CODE]<HTML> <BODY> <FORM Action="SearchInSide.php" Method="POST"> <div align="center"> <table border="0" cellpadding="0" cellspacing="0"> …

Member Avatar for tanha
0
150
Member Avatar for JaedenRuiner

Is there a way with the VB interface to either: GetTextMetrics (ie: take Label, and I want to get the Width of the text that would be outputted by that control.) Determine if the Text is "larger" than the control. Basically, I have a form, with multiple "display" labels, that …

Member Avatar for waynespangler
0
2K
Member Avatar for icetux

Hey, I am a total newbie I need help finding errors in my code. [CODE] // Week 4 Individual Assignment // Calculate the monthly payment User input. // Include header files #include <iostream> #include <iomanip> #include <math.h> using std::cout; using std::endl; using std::cin; using std::ios; //Namespaces using namespace std; //Declare …

Member Avatar for icetux
0
128
Member Avatar for Nperic

I have built a program which acts as a Number Guessing Game using HOPP. Everything compiles like it should but my UI isnt loading because of a series of Exceptions. I was wondering if there are any helpful tips. I have added the code as an attachment. Thankyou, any help …

Member Avatar for Nperic
0
111
Member Avatar for reallm

Hi all, I am a newbie and looking forwad to expand my knowledge and help if possible too. My question, Is there a way to retrieve/read/get data LABEL (TEXT) displayed on a window. The data is displayed in a label control, not a text control. I guess what I am …

Member Avatar for reallm
0
71
Member Avatar for virus220

i am retrieving data from access using following command "select * from sheet1 where [question number] like " & list(0) & " and [category] like " & list(1) & "and [sub-category] like " & list(2) & "" now problem is if list(0)..... contains integer it works but if it is …

Member Avatar for binoj_daniel
0
127
Member Avatar for WhYuLoOkIn

HI, I am working a program for an Aquarium which contains controls for lights and a electronic fish feeder. I have found a way to get the system time but I do not have the desired result. [1] I want to be able to set the system time during run …

Member Avatar for Ancient Dragon
0
121
Member Avatar for shikeb

I'm a beginner in [B]ASP.NET[/B], wanna learn this important development technology. can any one tell me, where I can found some useful video tutorials. [I]Thanks to all in anticipation. [/I]

Member Avatar for shikeb
0
107
Member Avatar for nil_gh_80

[B]I want to create a table, with a column which datatype will be LONG BLOB, what will be it's size????? e.g. [U][I]create table tab1(name varchar(20), pic longblob([COLOR="Red"]?????????[/COLOR]));[/I][/U] plz give me the currect code...........[/B]

Member Avatar for Dani
0
136
Member Avatar for onsir

hello how to convert string to double, and result is string. example ; String code =00000000001; Double plus =code + 1; String result =plus; // and result is 0000000002 thanks

Member Avatar for masijade
0
155
Member Avatar for kshrini

Whether .net supports serial communication? If YES then what I've to do? I'm using MS Visual Studio 2003 with Framework 1.1. What will be the maximum baud rate that I can set?

Member Avatar for binoj_daniel
0
88
Member Avatar for icsantos

I created a form containing a timer control named tmrChkDir and a command button named cmdPause. What I need help on is how to check if the user clicked on the cmdPause button while the Timer event of tmrChkDir is in progress, and pause execution until another mouse click occurs. …

Member Avatar for icsantos
0
1K
Member Avatar for w32.sysfile

this is my code.. [code]class NewAction implements ActionListener { public void actionPerformed(ActionEvent e) { TArea2.setDocument(new PlainDocument()); } } void confirmation() { int ReturnValue=JOptionPane.showConfirmDialog(null,"Do you want to open a new file? ","Confirmation ", JOptionPane.YES_NO_CANCEL_OPTION ); if(ReturnValue==JOptionPane.YES_OPTION) { //HOW CAN I POSSIBLY CALL THE METHOD IN THE NewAction class?? } else if(ReturnValue==JOptionPane.CANCEL_OPTION) …

Member Avatar for orko
0
110
Member Avatar for jricklefs

I'm New to the VB.Net environment this is the fist program I've attempted to write. I am trying to display the first 150 records into a datagrid and then write the first 150 and the entire file into a CSV file and I'm stuck. I need to keep the column …

Member Avatar for binoj_daniel
0
87
Member Avatar for Mareq

I am in need of web template engine and I am considering two options. PHPSavant and Smarty. I am using PHP ver. 5 and PostgreSQL database. PHPSavant supports PHP5 only in beta2 version, so I am affraid of some serious bugs, but at the other hand, as far as I …

Member Avatar for couloir007
0
179

The End.