132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Arun.Emm

Hi , i'm doing a project which invovles time and attendance management. When i download datas from the biometric reader , i got the records in the following format, empCode date time 5001 12/09/2011 09:05:34 5002 12/09/2011 09:33:13 5001 12/09/2011 13:05:53 5002 12/09/2011 13:22:24 5001 12/09/2011 14:05:22 5002 12/09/2011 14:33:53 …

Software Development sql
Member Avatar for lolafuertes
0
140
Member Avatar for Feriscool

This is giving me a nullpointerexception: [CODE] public static final int[][] ARRAY = { { NUMBERS } }; public static boolean method1() { for (int[] data : ARRAY) { int numberOne = data[0]; } if (numberOne != numberTwo) { method2(numberOne); } } public static boolean method2(int number) { int count …

Software Development java
Member Avatar for JamesCherrill
0
153
Member Avatar for divyam_shukla

any buddy can tll me how to insert data in database using Xml file.

Software Development xml
Member Avatar for ChrisHunter
0
520
Member Avatar for tapandesai007

I have one Access Database and in one of the column I need to store image file, how can I do that? Can anyone help me. I know how to do this is MS SQL Server Database but not about Access Database.

Software Development image microsoft-access sql
Member Avatar for tapandesai007
0
138
Member Avatar for manutd4life

Hello every1, i create a mdiparent form and a form1, all i wanted to do is to close the mdichild form(form1) with a close in the menustrip. Sorry i cant explain this clearly When i want to close the opened childform with menustrip (i create a button close in the …

Software Development vb.net
Member Avatar for skyusb
0
484
Member Avatar for walid86

Hi, i have these two methods which work as designed, but the original image still shows behind... These methods are to resize an image, one is increase and one is decrease size. Upon [B]smallerByToolStripMenuItem_Click[/B] the image is resized, but the original shows behind it. Upon [B]largerByToolStripMenuItem_Click[/B] the image is also …

Software Development
Member Avatar for walid86
0
160
Member Avatar for ktab

How may I filter a bindingsource between 2 numbers? Obviously "column_name BETWEEN Num1 AND Num2" does not work, since between is nor supported. Any ideas?

Software Development vb.net
Member Avatar for ktab
0
2K
Member Avatar for zachattack05

I have an issue where two text labels are on the same horizontal line on a form. The label to the left expands to the right and down and is anchored to the bottom left of the form. The label on the right is anchored to the bottom right of …

Software Development
Member Avatar for Momerath
0
559
Member Avatar for lynnb86

I have all my code done, but it keeps saying no suitable constructor found (close to the bottom on the first code- ProduceInfo pInfo section- line 150) and cannot find symbol (line 62). I have read over this code, searched the errors on the net, and watched videos to try …

Software Development gui java java-swing
Member Avatar for lynnb86
0
159
Member Avatar for deepmala8

Hi I am using cli parser script to build a user interface, in pythin script i want to use the linux system calls but facing problem. I am calling system("./abc.sh'); please help!!!

Software Development python user-interface
Member Avatar for TrustyTony
0
148
Member Avatar for Nakeo

I need to get the outputs of each process to strictly alternate. however after i select which process to out put first my program gets stuck. Any help would be much appreciated i have been stuck for awhile. code follows. [CODE]#include <stdio.h> #include <iostream> #include <stdlib.h> #include <sys/types.h> #include <fcntl.h> …

Software Development c++
Member Avatar for Nakeo
0
175
Member Avatar for cak

Hi!!This is Chetana... I m TE IT student. I need some good topics 4 the mini-projects in dbms considering vb as front end and oracle as back end(apart from the library,railway,hotel management etc ). Plz help...:S

Software Development oracle visual-basic
Member Avatar for chetan gaikwad
0
535
Member Avatar for dirnthelord

I searched but couldn't find a proper answer for this...may be I didn't look deep enough. Anyways, little insight from you guys will only make things easier. So hear me out. this is for my final year research project. I just need concepts and if any links I can read …

Software Development
Member Avatar for dirnthelord
0
176
Member Avatar for shena

Hi, I wrote a vb script in text file to send an automated email as a reminder to 36 recipients. I'm loading recipients from access database. I can send out email when i tried with test db, whereby there's only one recipient for each category (TO, CC, BCC). However, i …

Software Development microsoft-access vb.net vbscript
Member Avatar for lolafuertes
0
455
Member Avatar for breaker14

This is my vbscript to read the text file .. I want to know how to split some of the chinese characters. In my code it prompts the Text Line by Line with chinese characters my problem is how to split the chinese characters and the open and close pharenthesis …

Software Development vb.net vbscript
Member Avatar for lolafuertes
0
507
Member Avatar for garu525

Good day to all, I'm doing a project about inverse permutations from an array of permutations. It's my first time coding on permutations so I don't have any experience on this. So I came up with a solution to just swap the array and the element number as the inverted …

Software Development c++
Member Avatar for mbundgaard
0
943
Member Avatar for Ruchi224

Hello..I am developing a windows application in vb.net and getting an error of system.nullreference exception. I am trying to insert data in the database, insertion occurs in the first go. But, when i stop the porgram and re-run, i get the exception. Can anybody please help me with this ? …

Software Development open-source vb.net
Member Avatar for Ruchi224
0
330
Member Avatar for aFg3

I want to create a simple file....with the command Example: [CODE]touch file.txt[/CODE] ok its created *BUT* ****I want to edit this file in shell and save it, writing EOF to finish. Any suggestions? How i do that? Thanks!

Software Development c
Member Avatar for aFg3
0
134
Member Avatar for aadarsh_khare

I'm getting the following error after running my code: OleDbException was unhandled "No of query values and destination fields are not the same" Because of this query I'm unable to save data. Please help, what could be the reason? ======================================= Here is a part of the code which could be …

Software Development
Member Avatar for divyam_shukla
0
241
Member Avatar for Cifale

Hi all, I am working on a Chart showing the activity per customer for the last 12 months + the current month (I work in a technical support team). Basically, my SQL query is providing me with the right result most of the time. It looks like this: Sep 10 …

Software Development dataset user-interface vb.net visual-basic
Member Avatar for lolafuertes
0
125
Member Avatar for arcaolcer

I am developing a project with wcf . I need to develop a wcf service that will take data from database. I should write it in WCF custom data provider. I can do it with wcf linq and webService with EF. But I can not understand the example of Custom …

Software Development
Member Avatar for arcaolcer
0
247
Member Avatar for sha2

hello..im a new user of the c# programming language,.im asking for your help in finding a code for my project..can you please give me the code on how to have my own log in form???since c# doesnt have a log in form.

Software Development c#
Member Avatar for ddanbe
0
295
Member Avatar for aadi_capri

hello every1, i am new to vb.net and was wondering how can i trigger a label_click event on the press of a key. thanx in advance!

Software Development vb.net
Member Avatar for aadi_capri
0
196
Member Avatar for felix001

Im using pexpect to output some terminal commands, but im facing the following issue. The code is [CODE]porttype = "Gi" print expectSw.sendline ("sh int counters errors | i %.*/1 ") % porttype expectSw.expect ('.*#') print expectSw.after[/CODE] But when I run the code i get ... [CODE]Traceback (most recent call last): …

Software Development python
Member Avatar for felix001
0
571
Member Avatar for ankit.pandey3

[CODE]import javax.swing.*; import java.awt.event.*; import java.awt.*; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import java.util.TimerTask; /** * @author Adrian BER (beradrian@yahoo.com) */ public class PopupAnkit extends JPanel implements ActionListener{ private JToggleButton invokePopupButton; private JFrame popupWindow; Statement stmt=null; ResultSet rs=null; // int tempCount=0; public static int count=0; /** * Constructor. …

Software Development java java-swing mysql
Member Avatar for ~s.o.s~
0
418
Member Avatar for BuhRock

So I created my ArraySet class from an interface. I'm trying to test my union method in my SetApp class, and I truly don't know where to begin. Can someone push me into the right direction? Btw, I know my SetApp class is messy atm, but I was just testing …

Software Development java
Member Avatar for ~s.o.s~
0
382
Member Avatar for manjushreekaran

i want to write a java code that prints the value for xml tags from database in java??? which method is suitable for this??? currently i can able to print <company comp:loc=" "/> here i need to get value for loc=" "... how can i achieve this???

Software Development java
Member Avatar for leiger
0
107
Member Avatar for archie.herbias

Can you suggest a program that i can submit? I need your help for suggestions.. any programs that involves GUI.. simple programs could be.. Thank you!

Software Development gui java
Member Avatar for leiger
0
226
Member Avatar for thenewbiecoder

I'm just starting to learn c++ and need to know how would you read the first line from a file and write to a new file? thanks

Software Development c++
Member Avatar for WaltP
0
258
Member Avatar for gayathriselvam

I hav given the name of file as class name and saved it as .java by creating a folder in c drive.when i try to compile it shows the following exception.pls help me to resolve from this problem C:\Program Files\Java\jdk1.7.0\bin>javac HelloWorldApp.java javac: file not found: HelloWorldApp.java Usage: javac <options> <source …

Software Development java
Member Avatar for leiger
0
196
Member Avatar for Proda

Hello everygone!! I signed up here hoping I will receive some help. I realize that every 2nd person writes: I am new...bla bla bla. I am new:)...I was sitting last 2 days trying to solve the issue and I think I am close but I don't see something. This is …

Software Development java
Member Avatar for leiger
0
235
Member Avatar for syjytg

Write an expression whose value is the result of converting the str value associated with s to an int value. I tried typing int('s') in python2.7, and I got an error.

Software Development python
Member Avatar for syjytg
0
745
Member Avatar for dimmu11

I'm stuck on this function that is related to the game of life. It is supposed to randomly populate the game board with '*'s based on the user input (what percentage they want to be '*'). this is what I have so far, but it crashes when I try to …

Software Development c
Member Avatar for WaltP
0
133
Member Avatar for spittaxjets

I am currently working on writing a simple vending machine that dispenses just one drink, I am just a beginner at this so I would appreciate some help from this community. [CODE]package assignment1; public class VendingMachine extends java.lang.Object{ // fields java.lang.String givenDrinkName; private int givenDrinkPrice; private static final int INITIAL_BALANCE …

Software Development java
Member Avatar for leiger
0
143
Member Avatar for naazsayed

i m using Microsoft VS 2008 and in that VB.NET as the language the problem is i m not able to store connection string every time machine changes have to keep on changing the connection string i have searched browsed, surfed done everything but still not able to find the …

Software Development microsoft vb.net visual-studio
Member Avatar for naazsayed
0
252
Member Avatar for mdegges

Hi everyone, I'm trying to store user input into an array. The output looks like this: Enter the size of the arrays: 5 Enter the cells of array1: 1 2 3 4 5 Enter the cells of array2: 5 4 3 2 1 This is my code so far: [CODE] …

Software Development c
Member Avatar for mdegges
0
8K
Member Avatar for ambigouscase

Given the number of commodities bought, create a program that computes the total amount purchased in a fast food center. Assume that the following unit price of each commodity Fried Chicken= 29.75 Cheese Burger= 25.00 French Fries= 18.50 Soft Drinks=14.25

Software Development c c# c++
Member Avatar for cherrymae.calma
0
185
Member Avatar for majorawsome

Alright. So with c# we have SINGULAR class inheritance, correct? But we can have infinite Interfaces. I don't get this because when I inheret like so (I'm doing this right, Right?) [CODE] class Player : Zombie_Game.Variables { } [/CODE] and in my Variables class I have this... [CODE] class Variables …

Software Development
Member Avatar for majorawsome
0
156
Member Avatar for NeilA

Hello All, My son (14) just finished a course on C# and I'm looking for some practice assignments for him. Can anyone tell me a good place where I can find such? Thanks in advance.

Software Development c c# c++
Member Avatar for skatamatic
0
54
Member Avatar for Alviery

this is my problem! I have to create a console application that asks for numbers of quarters, dimes, nickesl,and pennies. I have to use the Scanner class that read in the integer values for each coin. Calculate total values in cents. Calculate number of dollars and remaining cents. [CODE]import java.util.Scanner; …

Software Development java
Member Avatar for Taywin
0
225
Member Avatar for lbgladson

I have an assignment Enhance the CashRegister class so that it keeps track of the total number of items in a sale. Count all recorded purchases and supply a method int getItemCount() that returns the number of items of the current purchase. Remember to reset the count ast the end …

Software Development java
Member Avatar for Taywin
0
3K
Member Avatar for Judas3213

I have three classes. I have a main app, a Draggable class, and a creator class. I want it so that when i click on one rectangle it produces the same exact dimensions as the shape i pressed. However, the problem is that when I use mousePressed, it seems that …

Software Development java pc-peripheral
Member Avatar for NormR1
0
165
Member Avatar for boshu

Dear all, I need to copy a set of files every once in a while from my build env to a shared drive. The set of files are same, names may vary but they come with same extension. So far I am doing it manually. I wish it could be …

Software Development perl
Member Avatar for d5e5
0
378
Member Avatar for lucas.ploeg

Hi, I have a program that generates an outputstream with XML-data. With a socket connection, I have to read multiple XML-files from the inputstream. To read only one XML-file from the inputstream is not a problem, the fact that there are more than one and I have to split up …

Software Development file-stream java xml
Member Avatar for JamesCherrill
0
3K
Member Avatar for TrustyTony

Inspired by password entry discussions, I did this simple entry. You must of course find safe way to store the passwords, for example hashlib ([url]http://stackoverflow.com/questions/4820043/basics-of-python-encryption-w-hashlib-sha1[/url]) or [URL="https://www.dlitz.net/software/pycrypto/"]PyCrypto[/URL] and replace the simplistic example match for real life usage. The print at line 23 is just to check the attempts and to …

Software Development encryption python tkinter
Member Avatar for Enalicho
0
10K
Member Avatar for weakprogrammer

Hey everyone I'm new here and I need help with a homework assignment that allows the user to make change. The assignment is as follows: You will write a program that will calculate the minimal amount of coins needed to make change for some amount of cents. The program will …

Software Development c++
Member Avatar for Narue
0
199
Member Avatar for chathuD

I need to get the difference of two date time picker values and convert it to int or float, And the next thing is from the date time picker i cant select the time from front end. Only i cant select is the time only. these the some code that …

Software Development
Member Avatar for Mitja Bonca
0
334
Member Avatar for Zvjezdan23

Is there any way a user can input numbers into an array like you can in c++??? Or strings for that matter????

Software Development c c# c++
Member Avatar for Mitja Bonca
0
1K
Member Avatar for Syrne

Hi guys (again), I have a new issue. I am trying to bubble sort my array of objects to display in alphabetical order. Here's the code: [B] Subscriber class:[/B] [CODE]package assignmentone; import java.util.Scanner; import java.util.StringTokenizer; import java.util.Random; /** * * @author Bill */ public class Subscriber { //Field declarations private …

Software Development java
Member Avatar for Taywin
0
2K
Member Avatar for rockerjhr

if you declared/defined a virtual function for a class and redefined it in a derived class so that when you call the derived class it calls its own version of the function and not the base class function , how do you call the base class function on the definition …

Software Development c++
Member Avatar for Fbody
0
196

The End.