199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for makanda

i want to write an atm code that ask yu to enter the pin number and ifit is wrong it tells you to reenter the correct one, then it gives the option either to deposit or to withdraw but not exceeding the maximum balance

Member Avatar for Fenrir()
0
128
Member Avatar for kashif farooq

<table > <tr> <td width="673" align="center" valign="top"><img src = "img1.jpg" name = 'SlideShow' width = 670 height = 249 border="0"></td></tr> <tr> <td height="19" align="left" valign="top"> <div align="justify" class="style5"> <h2 align="left"> Your Search Results:</h2> <form action="searchfeed.php" method="post" name="searchform" id="searchform" onSubmit = "return check_fields(this)"; > <table width="654" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> …

Member Avatar for bhupendrasinghpratap
0
431
Member Avatar for strRusty_gal

Hi All, Thank you for viewing my thread. I have an enquiry on process. My application runs this way. First, it will export something to PDF format. Second, the application will attach the PDF to send an email to someone. Next, i want to delete the PDF file. When i …

Member Avatar for strRusty_gal
0
117
Member Avatar for kirtee2209

Hi. I have a c# project created in Visual Studio 2010. The project runs successfully on Windows XP 32bit but I get an error when building on Windows 7 64bit. The error is as follows: Could not load referenced assembly "C:\WINDOWS\system32\stdole.dll". Caught a FileNotFoundException saying "Could not load file or …

0
280
Member Avatar for poiu1
Member Avatar for ang19

Hi have one querery regarding writing in machine code, address- instruction 00000 001 10000 00001 010 10000 00010 100 10000 00011 110 10001 00100 111 00000 10000 000 00001 10001 000 11111 i dont know how to write a program in machine code, which adds up to the numbers stored …

Member Avatar for David_34
0
1K
Member Avatar for overwraith
Member Avatar for ss125

I am trying to get the width and height of the uploaded html file. This is what i have done so far. WebBrowser wb = new WebBrowser(); int ht,wd; wb.Navigate("D:\\page1.HTM"); ht = wb.Height; wd = wb.Width; But the above code always return me the wrong size of the page. Can …

Member Avatar for ss125
0
270
Member Avatar for cadam940

There is a famous recursive relation to find Stirling numbers of the first kind, i.e. C(n,k)=C(n−1,k−1)+(n−1)C(n−1,k) This is a solution to the following problem: Given a set of N distinct numbers, how many different permutations of the set exist such that there are exactly K left-to-right maxima? This was not …

Member Avatar for rubberman
0
375
Member Avatar for Purav_1

* * * * * * * * * * * * Can anyone write a program to print this type of pattern?

Member Avatar for rubberman
0
95
Member Avatar for sundeep.gurroby

Okie I have three tables. 1) for 'users' (UserID, Address, FirstName, LastName, Email,UserName, Password, UserLevel,Regdate) 2) for 'statement (StatementID, MonthID) 3) for 'tom_sawyer_db' (UserID, MonthID, TransacID,DateID,TransacName,Deposits,Withdrawal,Balance) I would like to know how to link them up to get a table with Date, Transaction, Deposits,Withdrawal, Balance for a month at a …

Member Avatar for sundeep.gurroby
0
398
Member Avatar for Labdabeta

Hello, I have a particular set up of cast operators and constructors which is leading to a compile-time ambiguity error. I am wondering if somebody can explain why this is happening and what can be done to fix it. For example, here we have 2 classes: class A { int …

Member Avatar for Labdabeta
0
313
Member Avatar for nitos

hi, i am trying to learn web development using tutorials, i have this contact form my problem is that if i put the php on a separate file n call it it works fine but when i put on same page it gives Notice: Undefined index... what do i do …

Member Avatar for nitos
0
566
Member Avatar for Evil_genius82

Hi all, I have a issue that I have been try to solve for a long time... **Background info** I have a form that when submitted, checks validation and also does an ajax request to see if user email exists. Validation is working, and email checking is also working. The …

Member Avatar for iamthwee
0
128
Member Avatar for Maurice_3

I have a package of python modules that I need to import to another module. Wi use of user input of a string or interger, the module is to iterate over the list of the modules to find the one with an answer as follows. from hometests.clauses import * # …

Member Avatar for Gribouillis
0
1K
Member Avatar for wesh_1

hi all am trying to develop an application for mobile using html,the aim is to send form details without using server ie submiting form to a number instead of server, via sms meaning my clients will reach me via sms sent to my phone.is it possible HTML code please help.

Member Avatar for patk570
0
252
Member Avatar for murali2489

Hi Team, This is my first Spring Code . I just followed the code provided in the book and tried to run the class , but it throws the below error. Please throw light on it. package spring.hello; import org.springframework.beans.factory.BeanFactory; import org.springframework.beans.factory.xml.XmlBeanFactory; import org.springframework.core.io.FileSystemResource; public class Main{ public static void …

0
192
Member Avatar for laura301019

Hi I have a calendar extender in the edititemtemplate section of a gridview. I need to set the start date to the current day. I did this on another page by writing CalendarExtender1.StartDate = DateTime.Today; However as the extender is in a gridview it isn't appearing in the back end …

Member Avatar for JorgeM
0
876
Member Avatar for rajendher

hello sir, i have php code to display the following details. Total size : 1.9 MB No. of files : 15 No. of directories : 2 but i need to do this by database because i am displaying links from database. so how it is possible. any suggestions please......... thank …

Member Avatar for diafol
0
261
Member Avatar for Arturo32

Hi guys, I need to create a web application in my job using Java, so i started using Netbeans 7.4, and started a new project. Im trying to develop a web application that will be hosted in a server, so i selected Web Application from the Java Web folder. Is …

Member Avatar for Arturo32
0
361
Member Avatar for rajendher

if i have 10 files in a folder then how to make a zip file for download. any suggestion here or any links . please reply... thanks for reply in advance....

Member Avatar for cereal
0
223
Member Avatar for murali2489

Hi All, I have just completed studying Core Java and started to learn Spring Framework. I think its a silly question but still Im confused about this. Can i build a Dyanamic webpage / website using Spring Framework ?

Member Avatar for murali2489
0
98
Member Avatar for gh.fuz

Hi guys, I want to enable the Exit Button controls on startup and disable the Reset Form Button control on startup. and also assign a calculate button to the enter key. any guide or help?

Member Avatar for gh.fuz
0
126
Member Avatar for rajeesh_rsn

Hi i have created a website for my client using PHP and mysql . The client need to backup a table in database as excel file every day. Well he had no idea about coding and all ... He need to backup using a simple way. Please anyone let me …

Member Avatar for arslanqamar
0
803
Member Avatar for Builder_1

i have intalled jdk 7 update 51 and netbeans 7.0 .for the first time it works fine but later IDE netbeans does not start at all and dialogue box comes that JVM creation failed...kindly help

Member Avatar for Builder_1
0
229
Member Avatar for cfinhas

Hello Everyone. My application is installed on tomcat it works fine, but after 48 hours it give error below. if we restart the server everything works fine again Can anybody tell me what's wrong here with the bottom error? Thanks a lot........... [code] HTTP Status 500 - type Exception report …

Member Avatar for stultuske
0
2K
Member Avatar for kjklls

I have a tab panel on form1 and on the 1st tab there's a button and when i click this button it will enable a function. what i want to do is to work on other tabs while the function on the 1st tab is still executing. is there anyway …

Member Avatar for Reverend Jim
0
266
Member Avatar for boomboombugsh

How do I show this output using for loop statement? 1 23 345 4567 Thanks in advance :)

Member Avatar for iqra liaquat
0
225
Member Avatar for James_25

I know this may seem to be beating the proverbial dead horse, however I haven't seen anything specific to what language is best to terraforming and generation of a basic sandbox. Any suggestions as to what languages or even programs that can be tied into game development for interaction between …

Member Avatar for emilo35
0
266
Member Avatar for davy_yg

Hello, I have this code that shows fb share button which I intend my code to share the article title instead of only the url. how? event_article.php <html> <link href= "css/events.css" rel="stylesheet" type="text/css" media="screen"> <!-- OpenGraph Facebook Meta Tags --> <meta property="og:title" content="Website Title /> <meta property="og:type" content="website" /> <meta …

Member Avatar for davy_yg
0
239
Member Avatar for rajendher

hello admin, how to display the following shortcut. your here >> home >> files >> 2014 >> 02. is database required for that ? any suggestions please ....... thank you........

Member Avatar for rajendher
0
216
Member Avatar for mrhankey

hi there, I have tried numerous queries on my database but 0 rows affected. Basically the Documents table has the ProductID's held in here. so say they have 100 docs for a Product it would record the ProductID for in every Document entry. This works fine. issue is now we …

Member Avatar for rch1231
0
149
Member Avatar for haroon.khaliq

A computer program intended to be developed which allow creating,reading,updating and deleting student data,one student data comprises of the name,roll numbers and their grades. the version of this application should use text files to store the student data,the arrays structures should be used, this is the code i am trying …

Member Avatar for rubberman
0
154
Member Avatar for chaitu11
Member Avatar for showman13

Good Evening All... I have a need to do something and have no clue where to start, so Here I am asking for some direction or even a solution if you happen to have one. Here is the situation... I have a member base that orders a product that is …

Member Avatar for showman13
0
2K
Member Avatar for Grazel

hi! i am creating a program that need to import excel file. i really don't know how to. Can someone help? Thanks in Advance! God Bless!

Member Avatar for Grazel
0
248
Member Avatar for Grazel

I have a login form , i want to limit privileges of the user based on their type (e.g ; admin, encoder) wherein when the admin login, the mdi form will load and all the control buttons are accesible for him, while when the encoder login , only one button …

Member Avatar for Grazel
0
282
Member Avatar for sciprog22

Hello, Thank you for the time! a) I have a Ball Object which implements the Runnable interface and traces the various positions of a ball. b) I then have a Ball_Bounce JPanel inside a JFrame which creates two instances of the Ball object and then paints them to the JPanel. …

Member Avatar for sciprog22
0
192
Member Avatar for iamthwee

Hey guys, just wondering what is the best practice to do mysql queries in CI. Do I need to escape the query using db->query->escape? Additionally, outputing stuff from the db so it doesn't break my html form what's the difference between using xss_escape and using php's htmlentities() functions. Thanks in …

Member Avatar for veedeoo
0
246
Member Avatar for Stealthbird97

Hi, I realise I might be asking quite a lot here but I have no idea what I need to do in order to get this to work correctly. I have the following. http://jsfiddle.net/Stealthbird97/6k8es/ Just press the "a" key on your keyboard to see what it does. Now, I want …

Member Avatar for Stealthbird97
0
157
Member Avatar for Jeffrey_1

I am having an impossible time finding a solution for this. I need to combine cell contents in an unusual way (see below), based on if there is an "x" in column A. See below for the exact representation of what I need to do in a worksheet with 200,000 …

Member Avatar for Jeffrey_1
0
299
Member Avatar for dany12

I would like to know what means Java Web UI with html5 knowledge,flex,javascript,css? Do you have to use plain jsp jsf servlet and then use a MVC pattern? If so the views are made with html5 flex? If anyone knows more about this please explain it to me because I …

Member Avatar for stultuske
0
343
Member Avatar for oomotayo

Here is what i want to do, check the image attached, javascript to sum the values of text boxes in a row having individual total, i have this but not working function sum() { var txtFirstNumberValue = document.getElementsByName('ca_score[]').value; var txtSecondNumberValue = document.getElementsByName('score[]').value; if (txtFirstNumberValue == "") txtFirstNumberValue = 0; if …

Member Avatar for JorgeM
0
2K
Member Avatar for tony75

Hi I have simple python script that open a TCP socket,connect to the SMTP servert and issue a VRFY command. When I run the script I got error,I wonder How can I fix error? #!/usr/bin/python import socket import sys if len(sys.argv) != 2: print "Usage: vrfy.py <username>" sys.exit(0) # Create …

Member Avatar for tony75
0
1K
Member Avatar for chozotheqhai

Suppose I had 3 divs, each div has at least one hide/show button. The problem is when I click a show button, both 3 divs will show ups. Example: <div id="container"> <div class="course"> <a href="#" class="clickshow"> Click me to Show</a> <div class="hidden"> Hello </div> </div> <div class="course"> <a href="#" class="clickshow"> …

Member Avatar for JorgeM
0
346
Member Avatar for khadija.cheeko

i want to change the colour of output text field when i check the check box. its working fine if instead of output i use inputext field but not working with out put text field. this is the code snipt of jsp page <af:panelFormLayout id="pfl3"> <af:selectBooleanCheckbox label="Noun " id="sbc1" selected="true"/> …

Member Avatar for JorgeM
0
644
Member Avatar for blazemadej

Having issues making a menu that will subtotal and then display a grand total. My professor is no help. It would be awesome if anyone can point me in the right direction. Because i have no idea why its not working. The program works fine until I get to the …

Member Avatar for blazemadej
0
842
Member Avatar for baid.arham619
Member Avatar for iamthwee

As title states, I need help using both query strings and segment urls. Any ideas I'm at a loss?

Member Avatar for iamthwee
0
7K
Member Avatar for Emma_3

Everything works fine, but the outputted numbers are supposed to be asterisks instead of digits. Ideas? #include <iostream> using std::cout; using std::cin; int main () { int number = 0; char star = '*', stars = '*'; cout << "Please enter a base number to create the triangle: "; cin …

Member Avatar for samson.dadson.3
0
254

The End.