199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Syphilis

Ahoy Sailors! So I've begone a Parent/Child based application, I've currently got both the scripts to connect to each other & send & receive text, However there are two bugs. First when the Child connects too the Parent for the first time, It works! But if you exit & start …

Member Avatar for MooGeek
0
153
Member Avatar for laughnan

I am working on a java applet that sends information from the applet to a gmail using JavaMail. I downloaded the JavaMail package and using the mail.jar file it [B]does[/B] send to the email from my Eclipse workspace. However, when I ftp the files (ContactForm.java, ContactForm.class, mail.jar, and test.html) to …

Member Avatar for laughnan
0
417
Member Avatar for vinryyesha

hello,i am editing a program for e-ticketing.and i am having a hard time figuring out on how will i convert time into am/pm..in the process of buying ticket,we have to choose time departure and if its am or pm,then the problem is i dont know how will i put it …

Member Avatar for vinryyesha
0
105
Member Avatar for detweiller

hello everyone, im a new member here and also new to php. i've been searching in this site for days about my problem and with no luck i dont find any of them. i want to create a dropdown list menu (of persons) and everytime i choose a name of …

Member Avatar for ﻼim
0
279
Member Avatar for prathoven
Member Avatar for prathoven
0
77
Member Avatar for MDanz

I have to columns Positive and Negative. i use this as a rating system. e.g. For example if Positive is value 2 and Negative is value 1 and i subtract. Then the total would be 1. i have a variable $order. if i did $order="(Positive-Negative)"; I now that is incorrect. …

0
73
Member Avatar for moonw3ll

Will atoi() convert the convertible characters in a string? I mean, in this problem, [code=c]post[20]="822*/3+2"[/code], if i write [code=c]atoi(post)[/code], will it convert the numerical characters to int? And how about the operators?

Member Avatar for gerard4143
0
84
Member Avatar for koveras vehcna

Hello everyone, I am currently creating a small JS app. that will help me search PostgreSQL and print related data via PHP. I am using jQuery to help me but I have this small problem. I wanted to test if the code worked, by prompting the PHP file to print …

Member Avatar for koveras vehcna
0
238
Member Avatar for koveras vehcna

Hello everyone, I am trying to retrieve some data from PostgreSQL using jQuery and PHP. I should be able to enter a date as input -e.g, as 2010-08-09 and retrieve all the data that is dated August 9th- however, when I execute my javascript, all I get as an output …

Member Avatar for koveras vehcna
0
350
Member Avatar for maxelcat

Dear ALl I have recently made some forms using javascript (up until then I ususally did so in php). I have some simple user validation - required fields, correct format for email etc etc When submit is pressed a simple php script operates to send the detail in an email …

Member Avatar for vhss
0
135
Member Avatar for nick3592

hi i am a web developer and i never really understood what coldfusion can do. If you can point me to some tutorial links explaining basics of coldfusion i would appreciate that.

Member Avatar for teedoff
0
226
Member Avatar for kuchi

Hi, We have a date input come in the format of YYYYMMDD, ex: if the date comes as 19980224, then its good else if the date comes as 19982402, then we need to raise exception we need to validate this date format. can you please guide me how to do …

Member Avatar for kuchi
0
130
Member Avatar for pgmarco

Hello, I am having a little trouble getting the variable $total to insert into mysql table. I used javascript to get the total that is in the input box. Any help is very much appreciative. Here is site: [url]http://illcomputers.comyr.com/custom.php[/url] Thank You Snippets of Code JavaScript Code [CODE] var mainitems = …

Member Avatar for pgmarco
0
2K
Member Avatar for emilcarlo

Hello, I am currently working with a project that involves PhP and MySQL. I have a working code for adding, editing, and deleting of information. However, I was required to put up a paginating script in my code. I am actually new to PhP, about 3 weeks old xD, and …

Member Avatar for FlashCreations
0
162
Member Avatar for Facte

Hi there, I have an RSS feed generated by a php script and I need the published date to show but no the time. For some reason my tiny little brain cannot get the code to work without showing everything. Please can someone help as I am slowly going insane. …

Member Avatar for FlashCreations
0
114
Member Avatar for signum89

I already have an infix to postfix converter, now I want to get the answer from the postfix notation. Here is my code to evaluate a given postfix notation and (hopefully) get the answer: [CODE=java] public class testEVAL { private StackArray SA; private String input; private int postfixEVAL; //start constructor …

Member Avatar for NormR1
0
225
Member Avatar for moonw3ll

[CODE]strcpy(post[j],in[x]);[/CODE] Just what is wrong with this code of mine? in[x]='4' But it doesn't copy the value to post[j]

Member Avatar for abhishek das
0
103
Member Avatar for ninjaimp

Hi Im trying to position a window with MoveWindow() API but it just keeps hiding the window and it has to be maximised to be able to see it. The code im using is [CODE] Public Declare Function MoveWindow Lib "user32" _ (ByVal hwnd As Long, _ ByVal x As …

Member Avatar for JohnTheGrateful
0
236
Member Avatar for gkkmath

Hi Experts, I'm writing a C program (cut/paste below) to establish a TCP socket connection from my Mac Pro to a Windows XP-based test instrument sitting next to it over LAN (Ethernet). The program compiles without any warnings or errors. But executing the code using GNU Debugger, I can see …

Member Avatar for gkkmath
0
170
Member Avatar for badboy11

I need some help understanding how the exception handling flow of code works. I have written a sample program that has exception handling in it. There are two classes here: My custom Array class and the Main.cpp class to implement and test the Array class. Inside the main() method, I …

Member Avatar for badboy11
0
143
Member Avatar for Rkeast

Hi, I'm trying to determine a better method of finding the index value of a form element. I need to find it because the JavaScript validation class has a function for validating a single form element, but it requires that the index number of the element in the form be …

Member Avatar for hielo
0
1K
Member Avatar for ia2196

HI, I am trying to make a GUI A that has many rows of data. I right click on gui A and open GUI b that edits the row in GUI A i clicked on. Then i click save on GUI B . and changes are reflected in GUI A. …

Member Avatar for ddanbe
0
100
Member Avatar for bertrand

hi every one am looking a way to write a simple vb exe written in notepad where the function would be: -when the file open an image pops up. -i don`t want it to have any window around it i just want a close button that would be on the …

Member Avatar for sanjeevarao
0
115
Member Avatar for lisa.wells7

Hi I am new to Java and need some help with a call to a private helper method. The helper method has a arraylist and char in the argument. Helper Method signature: [ private List<aClass1> getDancers(List<aClass1> aList, char c) ] Here is the call to the above helper method within …

Member Avatar for lisa.wells7
0
207
Member Avatar for manoyanx

hello, i'm new here and i'm also new in VB.Net and SQL Server 2008. I just got this error while creating my own login form. It generates an error "Invalid Column name manoyanx" where 'manoyanx' is the string i am querying in the database. Here is my snippet : [CODE]Dim …

Member Avatar for jbisono
0
183
Member Avatar for tarakant_sethy

I do have some doubts and i need help from you. When we call a function which is virtual from a base class pointer to which the address of derived class object, it sees where vpointer, from vpointer it gets the address fo virtual table, manipulate offset and call the …

Member Avatar for sanjeevarao
0
88
Member Avatar for EdAtTheAirport

This is from the book: [I]C++ Weekend Crash Course[/I], pg 142. It is designed to concatenate two strings, and put a hyphen in the middle. It compiles; it works, but I don't understand why it works. The two strings are entered in main() as szString1 and szString2. During execution, they …

Member Avatar for arkoenig
0
202
Member Avatar for SeekAnswers

Good day, I have been trying to add a new record to the Access Database that has already been connected to the Visual Basic Application (Using Visual Studio 2005) that I have been developing, using the DataSource and the DataAdapter objects, though I'm able to add an Insert query and …

Member Avatar for kei1412
0
543
Member Avatar for idontknow19

:)PLEASE RESPECT MY THREAD..Thank you for sharing your time and effort..thanks to the code Java Experts can you share to me some codes or program that will determine VALID or INVALID using the parenthesis symbol() inputs. The code must use Stack and it also tell what is the cause why …

Member Avatar for jon.kiparsky
0
129
Member Avatar for jbisono

I have a GridView inside an UpdatePanel set to conditional update mode and ChildrenAsTrigger to false, now the gridview got bind successfully, we are talking about 500 rows, i have others gridview but in different UpdatePanel. Everything works except when i try to clear everything, it hangs saying this: "A …

Member Avatar for jbisono
0
226
Member Avatar for heshanm

Hi guys, this is very urgent. Can anyone help me out..... I want to generate reports using php and MySQL. I have one table which includes customer_id, full_name, name_with_initials, address, contact_number and gender fields. I want to print the details of all the records of the table. It should be …

Member Avatar for chrishea
0
243
Member Avatar for Duki

Can someone remind me why I can't do this: [code=c++] int s = b.Activate(war.get_tp(), damage, 50); //prototype int Activate ( int &tp, int weaponDamage, int attack ); [/code] I get an error at war.get_tp(). It says cannot convert param 1 from int to int&. I need it to be a …

Member Avatar for Duki
0
182
Member Avatar for gilmarP

Hi, Can anybody give me a hint on how to add a counter inside the logfile? For example, if at first, the log file was created, it will write the current counter number, let say Log1. Everytime the application is open/launch the loop start and writes Log1, Log2, Log3, Log4 …

Member Avatar for NicAx64
0
222
Member Avatar for Auraomega

Trying to write a puts like subroutine in assembly but failing miserably. I'm using BIOS calls only (I.E. I'm not running another operating system). The code is using Intel syntax. What I have so far is: [CODE=asm]; [BITS 32] [GLOBAL hello_world_asm] ; ; a very basic puts function without the …

0
53
Member Avatar for bleedi

Hey, I've got a bit of a problem: [CODE] vector<BaseClass*> stuffvector; BaseClass* temp = new DerivedClass(par_a, par_b); stuffvector.push_back(temp); delete temp; [/CODE] This causes the program to crash. I have virtual destructor, so the DerivedClass's destructor should be called just fine. Does it have something to do with the vector? 'Cause …

Member Avatar for mrnutty
0
132
Member Avatar for glenndr_15

Greetings! Just wanna ask a sample program for visual c++. Thanks Best regards, glenndr_15

Member Avatar for mrnutty
0
184
Member Avatar for buster2209

In order to arrange data in a listview I can either use the properties panel or use the following code; [CODE]listView1.Sorting = SortOrder.Descending;[/CODE] How can I do a SortOrder for the [I]second[/I] column? eg; [CODE]listView1.columnHeader2.Sorting = SortOrder.Descending;[/CODE] Thanks in advance!

Member Avatar for Momerath
0
340
Member Avatar for glenak

Hi, for any of you who have done some java programming in cryptography I need your help. I'm trying to right and blinding and unblinding procedure, however at the final stage I should get a true, but I'm getting a false. If you know what's wrong, can you point it …

Member Avatar for glenak
0
144
Member Avatar for ninjaimp

Hi Im trying to to simply list all security groups from active directory as i will then be doing checks on folders with the mathcing security group. I can list all the users from active directory with this: [CODE] Dim myDirectoryEntry As DirectoryEntry = New DirectoryEntry(String.Format("LDAP://DC=domain,DC=org")) Dim mySearcher As DirectorySearcher …

Member Avatar for master0418
0
500
Member Avatar for Jackk123

I know there are a lot of topcs. I was searching for what i needed.But as i sow there wasn't anything that i can specifically use. I need a short code that generates 10 random numbers. Anyone help?

Member Avatar for mrnutty
0
108
Member Avatar for mrnutty

Just a beta of what I was working on lately. It evaluates mathematical expressions like [i]2*3[/i]. Anyways, its explained in the program. Report of any bugs would be great because I haven't tested it out that much. Without further ado, you can download the program [URL="http://uploading.com/files/ef3f69c5/ExpressionEvaluatorBETA.zip/"]here[/URL], [URL="http://www.easy-share.com/1912008094/ExpressionEvaluatorBETA.zip"]here[/URL] or [URL="http://www.mediafire.com/?69oo679h46sgtq2"]here[/URL]. Try …

Member Avatar for mrnutty
0
99
Member Avatar for Nfurman

Hello! [CODE] private void btnRecord_Click(object sender, EventArgs e) { //try //{ Random num = new Random(2); XmlDocument xmlDoc = new XmlDocument(); XmlElement contact = xmlDoc.CreateElement("contact"); XmlElement name = xmlDoc.CreateElement("name"); XmlElement familyname = xmlDoc.CreateElement("familyname"); XmlElement momos = xmlDoc.CreateElement("momos"); XmlAttribute contactid = xmlDoc.CreateAttribute("id"); contactid.Value = num.ToString(); XmlText firtnametext = xmlDoc.CreateTextNode(tbName.Text); XmlText lastname …

Member Avatar for hielo
0
107
Member Avatar for W1ND0W5

Me and a friend are making an app which we need to play a sound when Form1 is started. How do we do this? I don't mind code.

Member Avatar for W1ND0W5
0
252
Member Avatar for QWaz

Hi, I am trying to set more than 1 variable in a $_SESSION however I can't seem to get it to work. I also can't find anywhere, if it's actually possible to have 2 sessions set at the same time. Hence the Question. So can you set 2 sessions at …

Member Avatar for MooGeek
0
132
Member Avatar for D33wakar
Member Avatar for gerard4143
0
110
Member Avatar for slamdunk

I dont have much experience with javascript. Please provide javascript to create something like the image below: [IMG]http://www.coolmicroscope.com/java.jpg[/IMG] Things I can't workout are: 1. top and bottom background colors as the above image 2. add two text 3. border color same as top background color [CODE]"data:text/html,<html>¶ <head> <script type='text/javascript'> function …

Member Avatar for hielo
0
242
Member Avatar for dino2dy

Hello all I have a question related to a design problem I have (not sure how important this is to the question but I use Jdeveloper 11g 11.1.1.2.0 for database development and also application development, using adf web fusion) I have a table called Stores that represents physical stores. This …

Member Avatar for tesuji
0
486
Member Avatar for Techsavy

Hi Hi, Please find the attached HTML Source Code. I was able to achieve Collapsing/Expand at Project Level but not at the vendor level. However, same HTML works fine with IE 8 and FF. The Expand/Collapse at the Vendor Level fails with XHMTL Strict 1.0 and IE 7. Can any …

Member Avatar for hielo
0
122
Member Avatar for Joe Shmoe

I was looking at the following site because I am interested in making a basic-like interpreter in c. Can someone explain how the switch case works in this particular program? You probably need to read the code to know what I mean. I know how to use switch case, just …

Member Avatar for Joe Shmoe
0
3K
Member Avatar for ehrendreich

I am working on validating a combo box. This does have a list of possible values but also allows for editing. So for example if the user does not select one of the available cities in the list they can type it in. I have tried using the validation event …

Member Avatar for ehrendreich
0
166

The End.