199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for lafalot

Hi, I have a cferror type = "exception" exception="any" in my application.cfm file. This works great for most errors, but I recently found that it is not working for attribute validation errors. For example, if I misspell an attribute for the cfqueryparam tag, my custom error page is not called. …

Member Avatar for mellamokb
0
132
Member Avatar for jagruthi

Hi friends Plz help Me this is fist time that i sending the post if any mistake plz live it I send My form with manage attachment with the name of untitle my qurey was how to add column to datagrid which we select the item in dropdownlist([B]example[/B] in dropdown …

0
58
Member Avatar for Cyb3rAssasin

Hey guys Im writing a app to upload files to my webserver so when i save a file locally it will upload when i open the app. Ive searched the internet for uploading libraries but none of them seem to work can someone shed a little light on this for …

Member Avatar for Ancient Dragon
0
228
Member Avatar for zeropulse
Member Avatar for Duoas
0
97
Member Avatar for TSeven

This is a 3DS max loader in Delphi6. The program always end with an access violation in memory, somwhere in the T3DObject.Create section, when it is called from an another class. (first occur in TChunk.Load3Data when AddObject is called) Why? How can it be solved? [ICODE]unit Unit3DS_11; interface uses Windows, …

Member Avatar for Duoas
0
646
Member Avatar for brightmohan

Hi, Please have a look at my attachments... I wanted to know how this can be acheieved.... I want to bind some colums of my database table with various controls (ex. TextBoxes) and then some of the other colums to a LISTBOX or COMBOBOX..... I know that I can bind …

Member Avatar for brightmohan
0
119
Member Avatar for mcx76

I am creating web order form html and php.I am not php coder.So please sorry if i am wrong . The demo page is [URL="http://www.desinovels.com/order/contactus.htm"]Here[/URL] I want if user come and click on check boxes.So i will receive email on completion.when submit.I dont know which tags will be user to …

Member Avatar for nav33n
0
114
Member Avatar for Cyb3rAssasin

Hi I use the Mozilla Firefox web browser and I keep getting pop-ups that open in IE(Internet Explorer) I want to write a program that hides in the background and closes iexplorer.exe whenever the process tries to run. Is this possible, and if so can someone help me because I …

Member Avatar for Cyb3rAssasin
0
149
Member Avatar for Charleslp2007

Hello !!! I am the owner of a website which is a social network. The members can email each other but there is a little problem: [B]They can see the email address of the person who wrote them[/B]. As you can see, this is uncomfortable for some people because there …

Member Avatar for digital-ether
0
296
Member Avatar for rec

Hi All, Can any of you please provide feedback to me on what operating system and programming language would be best suited for migrating from an industrial Human-Machine Interface (HMI) that presently is implemented in Quickbasic 4.5 running under DOS and must include the capability to communicate with external controllers …

Member Avatar for hkdani
0
120
Member Avatar for tootypegs

Hi i want to use create file to get a handle on my USB device so that i can stream from it. However i am having problems. To me i appear to have the syntax correct but i get errors returned in the form of "Undefinded symbol HANDLE" "statement is …

Member Avatar for tootypegs
0
97
Member Avatar for HelloFromHell

Hi, I've recently started learning C++ using 'C++ Demystified' and I'm trying to make this function work. I've done the pointers chapter and I saw a little function that uses <cctype>, and I'm trying to get it to work. Heres the code: [CODE=c++]#include <iostream> #include <cctype> using namespace std; bool …

Member Avatar for HelloFromHell
0
112
Member Avatar for ceyesuma

Can any one look at the error message and give me an idea of how to begin to resolve it? Thanks Cannot add Jar dist/ContacApp.jar to this module as it is. Make a library wrapper module for it and add that as a dependency. I am using netbeans and adding …

Member Avatar for ceyesuma
0
72
Member Avatar for nse

iam trying to write a C++ program for the MAC and IP addresses,,,but i need help on what exactly the program will do regarding those two addresses..if any body has a code which can help. thanks

Member Avatar for CrazyDieter
0
203
Member Avatar for ritika_khanna

i am working on online railway reservation project in vb.net. i want to know after entering reservation details by user in a table where user can made only 6 person's reservation e.g train_no,source,destination,name,class,berth,age, senior citizen then how to calculate ticket price when button is clicked.please send me this code urgently.

Member Avatar for marjie222
0
104
Member Avatar for Alekhan

Hello, hope all people around will be fine and enjoying programming. I want to do get data from the database which is available on internet domain while my application is window base application. Is there any complete method i can get data from the database.

Member Avatar for Alekhan
0
165
Member Avatar for manish_gajjar

ajax_example1.php <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="javascript"> function showdetail(id) { //var xmlhttp; //if(window.XMLHttpRequest) xmlhttp=new XMLHttpRequest(); /*else if(window.ActiveXObject) xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");*/ xmlhttp.open("GET","data_fetch.php?id="+id,true); xmlhttp.send(null); xmlhttp.onreadystatechange=function() { if(xmlhttp.readyState==4 || xmlhttp.readyState=="complete") { //if(xmlhttp.status==200) { //if(xmlhttp.responseText!='') { //document.getElementById('emp_nm').innerHTML=xmlhttp.responseText; xmldoc=xmlhttp.responseXML; document.getElementById("emp_nm").innerHTML=xmldoc.getElementsByTagName("emp_nm")[0].firstChild.data; document.getElementById("dpt_nm").innerHTML=xmldoc.getElementsByTagName("dpt_nm")[0].firstChild.data; document.getElementById("wrkphour").innerHTML=xmldoc.getElementsByTagName("wrkphour")[0].firstChild.data; document.getElementById("sal").innerHTML=xmldoc.getElementsByTagName("sal")[0].firstChild.data; document.getElementById("ph_no").innerHTML=xmldoc.getElementsByTagName("ph_no")[0].firstChild.data; …

Member Avatar for cfroese
0
91
Member Avatar for neha gupta

Hi, I m trying to run my php script using the xampp on Fedora linux. I ve sucessfully started xampp.And tested using "http://localhost/" It works well.... But when i try to run my file (php or html)it does nt work.. I put my file exp.html [or exp.php] in the "lampp/htdocs/" …

Member Avatar for cfroese
0
219
Member Avatar for jp61

Hi, I have Spry placed on my web pages, when previewing in Firefox, and I click the Spry Accordion my nav at the top becomes bold and fuzzy, very strange, but it doesn't happen on every page [url]www.jimpoole.net/sinclair-college-courses.html[/url] I've compared code and looked at everything I know and can't come …

Member Avatar for jp61
0
135
Member Avatar for guest11

HI all, I want to know the result of common dialog control. My code is : CommonDialog1.Flags = cdlCCFullOpen CommonDialog1.ShowColor Label1(0).BackColor = CommonDialog1.color But i want to assing CommonDialog1.color value to label1(0).backcolor only if user click ok button of commondialog control if user click cancel button then default color is …

Member Avatar for hkdani
0
129
Member Avatar for richasr1

I can delete shapes as it's very simple, but deleting shapes that belong to a certain parent I cannot do. For example, deleting all TShape elements that share the parent "group". I'm unsure of how to do this, can anyone lead me in the right direction? or tell me its …

Member Avatar for richasr1
0
108
Member Avatar for boni_go

Hello, I have some problem with os exception. In the traceback info I get only the errno without the description. for examplem when I write: [code=python] import os; os.listdir("no-exists-dir-name"); [/code] I get the exception: [code=python] Traceback (most recent call last): File "<interactive input>", line 1, in <module> WindowsError: [Error 3] …

Member Avatar for SteveWhite
0
453
Member Avatar for slayer10

ok i dont know if this is really java but if looking for a good java flash tutorial and possible download (if necessary), plz help

Member Avatar for slayer10
0
57
Member Avatar for dv1r

im trying to make a function that will fill an array with numbers but something seems to be wrong =\ its suppose to be cards.... sorry if my spelling is bad :P [code] #include<stdio.h> #include<conio.h> #include<stdlib.h> typedef struct{ int num,sute,joker,in_use,arr_place; } card; void set_deck(deck[]) { clrscr(); int i=0,j=0,counter=0; for(j=1;j<=4;j++) for(i=1;i<=13;i++) …

Member Avatar for Narue
0
177
Member Avatar for freddiecool

Hi can anyone help me i get an illegal start of expression public static void main everytime i try to compile.My code is below. Thanks... public static void main (String []args){ PrylDialog pd=new PrylDialog(); System.out.println("Welcome!!!!! "); int option=0; do{ option=pd.kommando(); switch(option){ case 1:pd.skapaPerson(); break; case 2: pd.skapaPryl(); break; case 3: …

Member Avatar for freddiecool
0
235
Member Avatar for Geek-Master

Hey everyone, This problem I've been working with has got me stumped. Let me show you the table layout first. ID_NUM int, SEQ_NUM int, ATTRIBUTE_CODE char(2), ATTRIBUTE_DEF char(50), JOB_TIME datetime This table contains a list of activities individuals like and there is no way of knowing which one they like …

Member Avatar for mellamokb
0
88
Member Avatar for Hawesch

Hello, I'm new to this and trying to understand how I should code this. I'm looking to be able to write a code where I have the string "test_this_" I'm looking to beable to add the date and time in secs at the end of the statement. Can someone help …

Member Avatar for Narue
0
91
Member Avatar for altzaportu
Member Avatar for Acidburn

Hello there, is there a way to convert a char[2] = '1', '2' kinda thing to an int ?

Member Avatar for Narue
0
119
Member Avatar for badboy20008

hi I just want 2 know how you can display the first word from a list of words from a text file you have to see that word then it dissapears and you have to type that word than you go to the second word, it shows the word after …

Member Avatar for Ancient Dragon
0
85
Member Avatar for dh273

I am very new to C++ and am wondering what the difference between the two bits of code below is,in terms of what it's really doing and if I should be using one, rather than the other. They both compile fine with no error messages, and have seen examples of …

Member Avatar for Narue
0
103
Member Avatar for sara_84

please, i need a java code that convert if statement to switch statement (Contrarily) and convert for statement to while statement (Contrarily). ( deal with nested statement)

Member Avatar for Jishnu
0
192
Member Avatar for dalebert

I have a simple function that I wish to perform in a .NET program. I am currently working in C# with .NET version 1.1, but any .NET language help would be useful. I want to be able to send a remote command to a UNIX or VxWorks computer form a …

Member Avatar for dalebert
0
132
Member Avatar for bis student

hello , I want to know what is the difference between passing by value and reference , and if you can put an example with simple out put .

Member Avatar for twomers
0
128
Member Avatar for laspal

Hi I wanted to know how can I delete class object inside list. class Record: def __init__(self): self.list = [] def add(self): fname = raw_input("First Name:> ") lname = raw_input("Last Name:> ") street = raw_input("Street:> ") self.list.append( Person( fname, lname, street)) Now I have added my Person object into the …

Member Avatar for katharnakh
0
4K
Member Avatar for hidash_in

i want to check the pid for a newly created process. i asked somebody they told to check it in the java native interface. but i didnt get the clear solution for this problem. can anyone is there to clear my problem..

Member Avatar for hidash_in
0
124
Member Avatar for hawisme000

i have a little idea of how to make this, .ocx but i dnt know how to use them , i where to get them any1 here can help?? and sample of how to use them??

Member Avatar for x2per14
0
178
Member Avatar for gaowei

I want to learn python in my holiday!But I don't know which python's book is well.Who can recommend one good book to me! how to learn python! What is important part of python? I'd like to have your advice as to me. Thanks in advance. Any help is much appreciated.

Member Avatar for Impact4ever
0
107
Member Avatar for zoner7

I'm hoping to create a program that allows a user to enter several points, their coordinates and their masses and then calculates, over a period of time, each points' new coordinates due to gravity. I've started a code to calculate position, and I'm trying to understand why DEV C++ keeps …

Member Avatar for rajatC
0
119
Member Avatar for seamus.boyle

I'm trying trying to use the Image.composite() function with the code below: [code=python] import Image im1 = Image.open("GetGif1.png") im2 = Image.open("GetGif2.png") im3 = Image.composite('im1','im2',"L") im.save('output.png') [/code] But I get this error: [code] Traceback (most recent call last): File "composite_images.py", line 11, in <module> im3 = Image.composite('im1','im2',"L") File "/usr/lib/python2.5/site-packages/PIL/Image.py", line 1960, …

Member Avatar for seamus.boyle
0
221
Member Avatar for Annex
Member Avatar for PL.P27

Hi everybody. First of all happy new year to all. Secondly, I am 3 months into learning Java and GUI and I am having some trouble with comparing strings. I am doing hangman and I have a text field set up for when the player wants to guess the entire …

Member Avatar for rajatC
0
97
Member Avatar for gtselvam

I have a python script that will run a batch script. This batch script sets an environment variable say _BLDPATH. I want to grab this variable in the python script to use that variable later on. The problem is that even though the variable gets set properly when the batch …

Member Avatar for Duoas
0
221
Member Avatar for OmniX

Hi Guys, the problem im having is constructing a function that is usable for any submit button if it meets a certain criteria (this case mouseOver). Now orginally I was using the submit button for only one and was working fine but there are three. So I would like to …

Member Avatar for mellamokb
0
126
Member Avatar for mir12

Hi it would be great help if anybody can guide me through this Question Problem: Find the least cost path between two nodes in a graph. The input for building the node graph for the problem will be in the format as below. Enter Nodes and Weight (Q to terminate): …

Member Avatar for Duoas
0
134
Member Avatar for janicefernandes

we are a small website company. I make the user interface of the website while my colleague develops the admin side in asp. The admin pages alow our client to change the text and images on certain pages like products, gallery etc. i want to study code examples of such …

Member Avatar for mellamokb
0
218
Member Avatar for amith003

Hi Everyone I'm using ASP.NET with C# for an application. I want to know how to take values from a database(sqlserver) and store it in session variables in .net. Can anyone pl help? Thanks in Advance

Member Avatar for amith003
0
107
Member Avatar for stoncoder

how to code a function to send an email to a predetermine email address. I developt a sample but i got som error message due to mailhost . the error is showen in attached file. can anyone say me how to solve this problem. i tried several mailhost, but it …

Member Avatar for mellamokb
0
102
Member Avatar for knowledgelover

hi, I am desiging ASP.net website , in one of the forms I need to import data to an excel work book with a specific name but I need to check first is that work bokk already exist so not recreate but only add a sheet to it . here …

Member Avatar for mellamokb
0
144
Member Avatar for mana

I have written a calculater that gets an expression from the user and change it to polish form and then calculates the result it can calculate cos,sin,tan cot,+,-,*,/ the first part is very similar to a program i saw in web(function ReversePolish) it must be able to get () . …

Member Avatar for Duoas
0
188

The End.