199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ryy705

Hello, How are editable consent forms created? Am I supposed to use text files that can be modified by the admin? Or am I supposed to put the text in a the database? What is the norm? Thanks in advance.

Member Avatar for scru
0
90
Member Avatar for rhinocort23

hi, im kinda new, in fact i just signed up hoping you guys could help me. if i have multiple data grids connecting to multiple tables in access, one with all check boxes, can i make one of the data grids be affected by the other, like when i select …

Member Avatar for rhinocort23
0
92
Member Avatar for Max_Payne

[b]Menu.h[/b] [code] #pragma once #include <iostream> #include <cstring> using namespace std; class Menu { private: string title; public: Menu( void ); Menu( const Menu &unMenu ); ~Menu( void ); void setTitle ( string title ); string getTitle() const; }; [/code] [b]Menu.cpp[/b] [code] #include "Menu.h" Menu::Menu(void) { this->title = "Hello"; } …

Member Avatar for dubeyprateek
0
218
Member Avatar for yahaa_17

i am a newbie and currently working with my project and this project have a sms features, im using nokia cell phones and nokia pcsuite which can be found in nokia.com/pcsuite.. what i want to make is when my system recieve the message it will automatically give a response to …

Member Avatar for yahaa_17
0
100
Member Avatar for bops

I am trying to implement a feature when the user clicks a specified shape (trigger) on the screen that an event is triggered. The following code is a class that I have written that implements mouse picking. [code=java] class Picker extends PickMouseBehavior { private PickCanvas pickCanvas; private Node trigger; private …

Member Avatar for Ezzaral
0
192
Member Avatar for sivaslieko++

Hi everybody, I am new at GUI and I need your help.. I have a JPanel, named "holdAll", layout of which is set to BorderLayout. I have implemented all other JPanels in different class files. For example, I have TopPanel, LeftPanel, etc. as shown below LeftPanel myLeft = new LeftPanel(); …

Member Avatar for bops
0
104
Member Avatar for drsmith

I am just getting to know the abilities of AJAX and it sounds pretty powerful. I have gotten feedback on a couple new projects I am working on and many responses say that AJAX is the way to go. My question is...is AJAX something a novice can use? Can you …

Member Avatar for Jugortha
0
109
Member Avatar for rwkopcke

I have just tried to use Dev-C++ v 4.9.9.2 IDE GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave, Cambridge, MA 02139, USA When I compiled my first program I received a link error: [Linker error] undefined reference to `WinMain@16' …

Member Avatar for jbennet
0
143
Member Avatar for navi17
Member Avatar for Jishnu
0
93
Member Avatar for anastacia

hi to all well i know html, css javascrpit php apache and mysql. but now i am learning jsp and I DONT HAVE ANY JAVA PROGRAMMING EXPERIENCE!!!:sad: uptill now i just cant figure out whats java and jsp all about well i know its a serverside scripting for web development …

Member Avatar for raja baba
0
255
Member Avatar for cheers4beer

I want to store data that will be read from and written to by two executable files. This data file will be used to store settings that are common to both executables. To keep the user from inadvertantly modifying the data file, I would like to limit its write access. …

Member Avatar for cheers4beer
0
90
Member Avatar for ArmenAdamian

I have a Listbox with different numbers that can be added at any time through a TEdit. How can I take each item from the listbox and just simply add them to get a Total Amount. For example.. Say My Listbox looks like this: 14.00 2.00 7.00 13.00 how do …

Member Avatar for Duoas
0
197
Member Avatar for ferhatkuskaya
Member Avatar for Misr

hello gues i put my question here cause i am php student i want to know how is rapidshare.com make its progressbar while file upload? i mean the progressbar which calculate the file size in bytes and disblay it also in bytes! i hope you to understand me and sorry …

Member Avatar for nav33n
0
59
Member Avatar for jjamd64

I have an email log that needs some parsing. Can anyone help me to use sed or awk to parse this log and return only the domain names, listing them only once and ignoring case? Dec 19 14:59:09 host53a pop3d: LOGIN: DEBUG: ip=[::ffff:192.168.1.1], command=USER Dec 19 14:59:09 host53a pop3d: LOGIN: …

Member Avatar for radoulov
0
84
Member Avatar for VINEET KUMAR

Thanks guys for giving the reply of my previous query.Now I again i have a new query and expect the same and thank in advance. The query is how to install plugin in ruby on rails environment.

Member Avatar for dianas
0
89
Member Avatar for rajatC

hi....well this is my first post in this community...i hope people here will help me in my doubts... I am an intermediate level programmer of c++... i have a doubt regarding the permutations of a given string and permutations of first N natural numbers... i have written a program for …

Member Avatar for Jishnu
0
231
Member Avatar for lydia21

i have a form where the employee should type in-time(attendance)........ i want the user to insert only once in a day..... if he tries to insert the data in same day the it should display error message.....

Member Avatar for lydia21
0
77
Member Avatar for apbdan

Hi. I am fairly new to mysql, so help is appreciated. I have two tables and I wish to count some results from two tables and combine them onto one row, and then join an ID to another table. The problem is as follows: Table A: This lists information of …

Member Avatar for apbdan
0
109
Member Avatar for roryne

Hello, I am trying to write a script for someone at my university. The only experience I've had with perl really is through webpages, which coincidentally this is, albeit a bit different. Normally the webpage is hosted online and I have to use LWP::* or WWW::* to access it, but …

Member Avatar for KevinADC
0
104
Member Avatar for Raghu D

hi ! i m new to IT.i want to know ,how the data from a mysql database can be sent to excel sheet...............kindly help me..............thanks

Member Avatar for Raghu D
0
85
Member Avatar for mentallybroken

i need a program that asks for one number and output like this: 1234 123 12 1 12 123 1234 [COLOR="Red"][B][U]NOTE:[/U][/B][/COLOR]: in the example above the input given is number 4. requirement doing this in using nest FOR loops. i started coding it bu i dont get the algorithm or …

Member Avatar for mentallybroken
0
115
Member Avatar for x3n1x

Hello, This is my first post here, so Hi everyone :). I was advised to come to this site by a friend regarding a query that I have, so here I am. So we have the E-Commerce subject in this semester. One of the case studies given to us involves …

Member Avatar for x3n1x
0
153
Member Avatar for x3n1x

Hey everyone, Well, our college wants us students to make one "mini-project", a site with a database plus something in e-commerce. Now, I've chosen the topic as "comics". Can you guys help me create one ? Nothing too complex. Here's what I have on mind. The site will have 3 …

0
386
Member Avatar for hellokitty88

I am reading a text file from an input file. The problem is that when I cout the text to the screen not all of the original text file is showing. The text file is large, but I was wondering if there was any way I could possibly display all …

Member Avatar for Jishnu
0
123
Member Avatar for zawpai

Hi all, I am zawpai. I would like to create the timer function in C to do some checking. Could you please show me how to write the code about it. Thanks, zawpai

Member Avatar for zawpai
0
157
Member Avatar for daveymilla

Are all device drivers written in assembly language? Would an assembly language programmer be able to hi-jack aany printers functions so that he might get native control over print head( x,y loc) upon page and ink squirt control? Is assembly language programming a lucrative area of coding work? Do assembly …

Member Avatar for Duoas
0
121
Member Avatar for Valmian

Well hello.. I am making an CSV (comma seporated values) loader, in which the first row are strings and all the other are integers. From what I've got when I load each indivisual string into an individual char array first few char arrays when printed are twice as big as …

Member Avatar for Duoas
0
386
Member Avatar for sillyboy

Hey guys, I am writing a desktop app to interact with XML. It reads the XML fine using the DocumentBuilderFactory, but when I try to save any changed to the XML file (e.g. setNodeValue()) the changes do not save. As an example here is some code I tried, just to …

Member Avatar for sillyboy
0
101
Member Avatar for maddog39

Hello all, I am building a website and on my search page I want to be able to display the relevance of each search result. I've searched all over the place but still haven't found any information on how to do this.And obviously im building this website in PHP. Any …

Member Avatar for maddog39
0
107
Member Avatar for imkul

Hi All, I am interested in making http requests and parse the response back from that request using a Borland C++ 5.0 Client application. If anyone has a sample code or some links that can help me write this method, that would be great. I did some google and could …

Member Avatar for Rashakil Fol
0
485
Member Avatar for ENG ISE student

So I'm supposed to copy the word "computer" or "computers" from the text of one file and past the word each time to the new file. It compiles but it doesnt run right. Any input would be great. [CODE]#include <iostream> #include <fstream> #include <cstring> using namespace std; int main() { …

Member Avatar for Ancient Dragon
0
107
Member Avatar for guy40az

Could someone recommend a C++ compiler to write programs on a linux platform. I am just looking to write some programs in the shell not really looking to do any X-windows programming right now.

Member Avatar for Uncle_John
0
102
Member Avatar for temyreal

Hello all, i have a little problem printing the upper symmetry of the multiplication as shown in the attachment (in C). can anyone help?

Member Avatar for temyreal
0
85
Member Avatar for Mouche

Hello, I worked with Python for about a year. Then I moved on to C/C++. Now I'm learning Java. I know the basics of programming really well, and I'm starting to get a good grasp of OOP. I'm learning the syntax of abstract classes and inheritance in Java. I thought …

Member Avatar for Grenwood
0
448
Member Avatar for jobs

[QUOTE]aptr = malloc(nrows * ncols * sizeof(int)); rowptr = malloc(nrows * sizeof(int *));[/QUOTE] What is the different with have no * inside sizeof(), eg sizeof(int), vs sizeof(int *)?

Member Avatar for Narue
0
348
Member Avatar for rahuldevireddy

i need help in drawing ER diagrams for the database tables of our company website ([url]www.gtcareer.com[/url]) Tables along with their fields of the gtcareer website 1)user_login userid (pk) pwd 2)user_details userid (fk) email address city state country pincode contactno 3) user_compdetails userid (fk ) totalexp annualsal currentfunarea industrytype keyskills academic_qualification …

Member Avatar for MidiMagic
0
100
Member Avatar for some one

hi I need some help in my research it is about the query processing I need some help to get some information about it I have already search at Google and didn't found a lot of information please help me

Member Avatar for MidiMagic
0
113
Member Avatar for driplet

Hi there: I need to convert a variable of single character to corresponding ASCII number. Can some body tell me how to do this? I tried int(), static_cast(), atoi(), not working. Thx in advance!

Member Avatar for Narue
0
455
Member Avatar for CaninA

plz i wanna sol for this q with describ anyone can help me ??? write C++ program cosist of two structures - The first called "Address" consist of three elements (city, state, and zip code). - The second called "Employee" consist of seven elements ( Employee name, number, Address, Birthdate, …

Member Avatar for CaninA
0
225
Member Avatar for doraima29

Hi, Is there a way to separate strings in Classic ASP? Here is the sample of the CODE: <%@ Language=VBScript %> <% Option Explicit %> <% ' ----------------------------------------------------- ' CDONTS Email send script ' © [url]http://www.designplace.org/[/url] ' Comments must remain intact for re-use of this code ' ----------------------------------------------------- dim strFName, …

Member Avatar for doraima29
0
130
Member Avatar for chr.kj

Hi. I´m having some trouble with my search code. I'm trying to make it search in either my varenummer field or varenavn field. My method to do so looks like this: [code] public KasseInterface søgVare( String varenummer, String varenavn ) { System.out.println( "Søger efter vare med varenummer: " + varenummer); …

Member Avatar for chr.kj
0
241
Member Avatar for vicshoup

Can someone take a look at this and possibly tell me what I'm missing here? [code=VBScript] <!-- #includes file="DBConnect.inc" --> <% u_CDNum=request.form("u_CDNum") u_CDDesc=request.form("u_CDDesc") u_CDStock=request.form("u_CDStock") %> <% SQL = "INSERT INTO CDNumber (nCDNumber, tCDDescription, bStockorMiscImages) VALUES ('"&u_CDNum&"','"&u_CDDesc&"','"&u_CDStock&"')" conn.Execute(SQL) %> [/code] Get's this: Microsoft VBScript compilation error '800a0409' Unterminated string constant /rsd_image_library/X/input_text_to_db.asp, …

Member Avatar for vicshoup
0
168
Member Avatar for swaters86

I usually deal with front end stuff involving just xhtml and css, but I've been dabbling in vb lately...because I got this web dev job that requires it. My manager recognizes that I had no previous experience with vb, so he offered to help me on it whenever possible. Now …

Member Avatar for swaters86
0
156
Member Avatar for jellyfish888

Can anyone please help me with my sorting Array...my teacher asked me to do a code for sorting array using html and servlet. I don't know how to start this program since I am still new in java...please help me...if you can provide example code then that would me appreciated...

Member Avatar for ~s.o.s~
0
494
Member Avatar for Grenwood

Hello! I'm hoping to get some help from the community on a tool I'm working on. You see, I am trying to write an algorithm that can help me optimize equipment in an RPG. Given the stats of the character and the monster, I need to qualify the "best" gear …

Member Avatar for Grenwood
0
122
Member Avatar for invisal

Firstly, I got this class: [code=cplusplus] class A{ public: void show() { std::cout << "Hello World"; } } a; [/code] I am trying to get the address of [B]show()[/B] function. [code=cplusplus] int main() { void (*ptr)(); ptr = &a.show; *ptr(); return 0; } [/code] And, it doesn't seem to work …

Member Avatar for dubeyprateek
0
373
Member Avatar for fishsqzr

I need to use C# methods to set the values of some DataColumns in a table. DataColumn provides an Expression property, but that only allows a subset of SQL style calculations on the dataset. What I need to do is call a C# method to perform calculations too complex for …

Member Avatar for fishsqzr
0
240
Member Avatar for cherries

Hi I am a newbie in C++. I need some help here for my homework. I tried all methods that I know but I just can't get it. =( I need to design a staff information enquiry program which can display information of staff sequentially in staff database with the …

Member Avatar for Jishnu
0
98
Member Avatar for vs49688

Hi Guys. I am relatively new to C++ so i may seem a bit inexperienced, but please bear with me. I am doing a little c++ project to help increase my experience and i have come to a stand still. (I have defined loopcount earlier on in the program) [code] …

Member Avatar for Ancient Dragon
0
97

The End.