199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for pepyrs

Hey guys I know it had been discussed so much but I still don't get it working. What I need is to filter a gridview by a few dropdown lists and the main idea is to "continue" filtering the gridview. I mean, when I select value from ddl1, then the …

Member Avatar for robea
0
841
Member Avatar for akasekaihime

can anyone help me how to create a search command....I am just new to php and I cant find any sites or tutorials to help me.... here is the story.. I want make a search box that will post all the scheduled trips with the corresponding destination, origin, date of …

Member Avatar for veedeoo
0
267
Member Avatar for Griff0527

I am getting an error during the build stating: "Illegal call of non-static member function" and I cannot figure out 1) what does this mean, or 2) how to resolve it. For detailed clarification, I will type out what the assignment was (I say was because the assignment was due …

Member Avatar for raptr_dflo
0
377
Member Avatar for pendo826

[CODE]//Header file for Array.cpp. #ifndef ARRAY_H #define ARRAY_H template<class Datatype> class Array { private: //Template for use with the Array's data type. //Member Variables. int size; int grow_size; int num_elements; Datatype* m_array; public: //Constructor. Array( int p_size) { m_array = new Datatype[p_size]; size = p_size; } //Destructor. ~Array() { if( …

Member Avatar for raptr_dflo
0
188
Member Avatar for welshly_2010

how would i go about putting each number button 0-9 into one piece of code and then call it in the click_event

Member Avatar for ddanbe
0
159
Member Avatar for Tissing

Today, I am going to take a break off from other software and take a review on one of the .NET component; I would call it [URL="http://www.e-iceblue.com/Introduce/excel-for-net-introduce.html"]Spire.xls[/URL]. The product title says it all, the main purpose of having this software is to enable developers/programmers to fast generate, read, write and …

0
182
Member Avatar for pushpat

Hi Folks :), I need your help:?:, I am getting segmentation fault for "delete bptr_1" ( please refer program written below and line number 46 ). If i remove statements "delete dptr;" (@line 32) inside try{}, then the program executes otherwise it will give error. Could you please tell me …

Member Avatar for pushpat
0
145
Member Avatar for bernardz26

Good day vb.net programmers!. I have here a combobox1 named choosename in form1. then i have a 10 textboxes named answers in form2. I want that if i choose from the combobox1 the textboxes answers of form2 to will link to it. and it save into my sql database. can …

Member Avatar for M.Waqas Aslam
0
130
Member Avatar for jbennet

How to get last auto number? I've got 2 tables I.e. booking and booking membership One person is the leader of a booking, but many people can be members of that Still, when I inse the booking I want to also do an insert into the bookingmembership table. The booking …

Member Avatar for urtrivedi
0
103
Member Avatar for dwiniers

Hello there VB6 masters, I need you help guy for this compile error: End with without with. I got the syntax in line no.33 Thanks in advance! [CODE]Private Sub cmdSearch_Click() Dim sql As String With rsLibrary If Trim(Combo1.Text) <> "" Then If Combo1.Text = "All" Then txtTitle = "" txtDirector …

Member Avatar for dwiniers
0
724
Member Avatar for Sunciti
Member Avatar for Gribouillis
0
92
Member Avatar for poojavb

Hello friends.... I have to check the folder path in such a way that c:\Pooja\[COLOR="red"]dynamic_folder[/COLOR]\Output.txt From Pooja folder how will I be able to move to the text file since the dynamic folder can be anything and I want to move inside the dynamic folder... is there any way... i …

Member Avatar for poojavb
0
164
Member Avatar for .:n'tQ-boy:.

Hi mate, I am doing a mini program in java that let us look up word as a dictionary. I tended to use database to store words and their meanings, but my teacher suggested me using file (or xml). I chose using file (write a vector to file). Can u …

Member Avatar for joehms22
0
196
Member Avatar for IgniteTCS

I am working on a project where I need to open a .pps file using Visual Basic 6 (which I have done already). I need to change the slide transition according to input obtained from a serial port that will keep changing during the execution of the VB project. Please …

Member Avatar for ChrisPadgham
0
2K
Member Avatar for Karkalash

Hello: How can I improve on my function template to also do insertion sort on strings? I'm afraid I'm very new to templates, any hints appreciated. Template looks like so: [CODE]template <class T> void insSort(T arr[], int size) { T key = arr[0]; int j = 0; for(int i = …

Member Avatar for Karkalash
0
1K
Member Avatar for shean1488

Hi everybody, I just start lerning C I'v heard a lot about pointers but not really sure were to put them. (or may be I'm wrong may be I just made some mistake) pls take a quic look. [CODE]/* This program will delete all simbols * from s1 that s2 …

Member Avatar for zeroliken
0
98
Member Avatar for str91
Member Avatar for zeroliken
0
139
Member Avatar for Jack_1978

Hi guys! I have company website created using PHP and mysql database. I am not a programmer but know few things about ftp transfer etc. We happen to change our web server and for that had to transfer the file to new location. All the files are intact and even …

Member Avatar for Jack_1978
0
137
Member Avatar for deceivingrakesh

Hi , guys i need help in converting WORD documents to PDF using a reference com object , i dont want to automate MS word on server , there's "itextsharp" but i dono how to convert files using that , 1 great reference lib is from subsystems , but it …

Member Avatar for AffineMesh
0
133
Member Avatar for phorce

Hello, I have two paragraphs on my page and I need to draw a line between them. Now, I currently store the positions of the two paragraphs inside a database and I have access to them, I just don't know what to do from here. Some people have suggested I …

Member Avatar for vsmash
0
141
Member Avatar for LennyM10

Hello I am trying to add an app to my site, innovationalgaming.com and keep getting the following errors; Warning: Invalid argument supplied for foreach() in /home/innovati/domains/innovationalgaming.com/public_html/hooks/pinAwardsProProfileButton_626f463af659d41a2aeeef50026da9e9.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/innovati/domains/innovationalgaming.com/public_html/hooks/pinAwardsProProfileButton_626f463af659d41a2aeeef50026da9e9.php:67) in /home/innovati/domains/innovationalgaming.com/public_html/admin/sources/classes/output/formats/html/htmlOutput.php on line 114 Warning: Cannot …

Member Avatar for diafol
0
690
Member Avatar for Valiantangel

Can anyone give me an example iniitialing a non zero value using arrays If u cant give an example pls dont respond.Thanks:)

Member Avatar for NormR1
0
84
Member Avatar for SoftwareGuy

Hello, I have two projects in this solution: ProjectA and ProjectB. ProjectA is the main start-up project, and has a reference to ProjectB. ProjectA has a file called MainForm.cs, which contains a textbox and the main UI. ProjectB has a class inside Shapes.cs, containing a particular structure we're using. Shapes.cs …

Member Avatar for kplcjl
0
241
Member Avatar for otengkwaku

hi guys i need some help with WinAPI i will like to learn. what it is about and it relation to c# \

Member Avatar for otengkwaku
0
133
Member Avatar for pattilupwned

Hello, I am just starting out in a basic C++ class and am having some trouble with this problem for class. Any help would be seriously appreciated. In the program, I have to use an input file that includes the name of a college, where the college is located, the …

Member Avatar for m4ster_r0shi
0
223
Member Avatar for jingham

i am using a java program and i need to store two sets of data (radius and thickness) there are elven of these i need to store. my question is firstly how to store these into an array without having to do user input each time. then say i need …

Member Avatar for NormR1
0
251
Member Avatar for adarsh_wolf

Hi all, i am using vb 6.0 and oracle sql*plus ...........i need the code for ....when the car name is selected in the combo box it's corresponding purchase cost should be displayed in the text box..........and i have connected this to the database through ADODC connection pls help me ASAP …

Member Avatar for BitBlt
0
115
Member Avatar for gemccllc

Hello, I am getting the error: ADODB.Recordset error '800a0e78' Operation is not allowed when the object is closed. regarding the line below stating: "Do Until intX = 1 Or GEMCCdb.EOF" [CODE] <% strPwd = Request.Form("pwd") strUsr = Request.Form("usr") Set GEMCCdb=Server.CreateObject("ADODB.recordset") GEMCCdb.open "TABLE", "DSN=DBNAME;uid=USERNAME;pwd=PASSWORD",2,3 GEMCCdb.MoveFirst Do Until intX = 1 Or …

Member Avatar for vsmash
0
957
Member Avatar for HWK1982

hi everybody my problem is when i set timer for ftp to send me a file , the keylogger doesn't log or save any text in log file , i face this problem just when i set timer for ftp otherwise it work fine i mean without timer i set …

Member Avatar for triumphost
0
669
Member Avatar for gogs85

How to make setup wizard for my application which needs to have adobe reader. How to put the adobe exe to the same setup, then install my application start install and adobe.exe?

Member Avatar for gogs85
0
102
Member Avatar for comSysStudent

I'm trying to get my JPanel (JFrame?) to resize itself to fit randomly drawn shapes. I have a shape superclass and right now I'm working with my line subclass. Everything is working fine except I can't figure out how to make the shapes fit the size of the JPanel. Should …

Member Avatar for comSysStudent
0
7K
Member Avatar for Johnathon332

How does one simply make a mutator or setter for an array of strings? I have made a inspector or accessor but cant seem to figure out how to make a mutator. much appreciated.

Member Avatar for mike_2000_17
0
684
Member Avatar for kdeep

Hi, I'm new to this so not sure if I'm posting this in the right place. I'm in my first semester of college and I'm taking an IT elective: Software Design. It doesn't involve any special programming language, it's simple, basic object-oriented design class. We were just introduced to the …

Member Avatar for Momerath
0
1K
Member Avatar for Raj1987

hi I develop MDI App in which we want to child frame to child frame and parent to child frame communication. If any one knew it plz help me.

Member Avatar for Robart Gilbert
0
80
Member Avatar for matthew.m

it involves using a static array to build and hold the coefficients values and evaluate and analyze them as well as to export the results to an external file such as a text file here is what i have so far any help would be appreciated. [CODE] import java.util.*; import …

Member Avatar for NormR1
0
569
Member Avatar for triumphost

Is there anyway I can specialize JUST the Contains function of the class below? I tried for hours and cannot figure it out as I'm not too good at specialization but I learned templates recently. I want to do something like: [CODE] bool Contains(string ToFind) { //If typeof(T) == typeof(string) …

Member Avatar for mike_2000_17
0
617
Member Avatar for DaveyMoyes

Hi all, I have a small piece of code to check that a field is numeric only, [code] function validate_numeric($variable) { return is_numeric($variable); } [/code] How can I check that text entered is text only ? so to protect against malicous attacks. . . Thanks

Member Avatar for jkon
0
335
Member Avatar for sammry

When People are trying to insert an sql inection, that time mysql errors displays the table name with the column names, how can I turn off this, My site is built in MVC framework, and this is how developers have queried the database, [CODE] $offset=0; if(isset( $_GET['offset'])) $offset=$_GET['offset']; $array_list=$DB->q("select *,users.user_list_id …

Member Avatar for sammry
0
2K
Member Avatar for surajrai

Hi, I am trying to put a dll to GAC. The assembly is signed. 1.I tried draging and droping (nothing happens) 2. I tried command gacutil /i abc.dll, from visual studio command prompt. It says Assembly successfully added to the cache but when I open windows\Assembly folder, I cant see …

Member Avatar for Momerath
0
274
Member Avatar for while(!success)

Hey guys, learning about multi-dimensional arrays and am tracing a code that my teacher gave us, but I'm failing to see or conceptualize it. for instance: Why does the following code output 3? [CODE] int a[2][4][2] = {16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1}; cout << a[1][2][1] << endl; //output is 3 [/CODE] How are the …

Member Avatar for while(!success)
0
300
Member Avatar for spixy

Waaah, i got a project, but I can't get it write, i'm not bad at programming but,it's just happen my professor is really busy. teaching is just his part-time job. I can remember we stop the discussion somewhere introducing objects.. but haven't really discussed about things lets go back to …

Member Avatar for spixy
0
4K
Member Avatar for daldrome

Hey guys, I'm trying to get my code to compile. I have 3 files: a header file, a cpp file for my main function and another cpp file for my other functions. When I try to compile my cpp function file, I get the error Undefined reference to 'WinMain@16 and …

Member Avatar for kevenm
0
1K
Member Avatar for erogol

I try to match 01010 with /010/ but there is one return ([B]010[/B]10) for this match. There are actually two match (010-is common-10) in that string with regex. I used /010/g but againit returns just one match. Is it possible to match this regex twice with such string?

Member Avatar for d5e5
0
172
Member Avatar for millanskie

Hi, First Problem: I have a PHP script that export CSV with Japanese text, for example I download the CSV on the website then save to desktop of my computer and Open it on NOTEPAD... that works fine I could still see all the japanese text OK with no problem, …

Member Avatar for ruddyfrompt
0
15K
Member Avatar for jsp_novice

Hi, I am having trouble debugging this code.Please be kind enough to have a look.[CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Bogus Order Calculate</title> </head> <body> <H1>Bogus Order Calculate</H1> You ordered these items: <form action="FinalizeOrder.jsp" METHOD="POST"> <% if("Dictionary".equalsIgnoreCase(request.getParameter("book"))) { %><input type="hidden" name="book" value="10.00"> a Book<BR><% } if("Coffeecake".equalsIgnoreCase(request.getParameter("food"))) { %><input type="hidden" name="food" …

Member Avatar for jsp_novice
0
136
Member Avatar for mido22

i have this problem : Dynamic SQL generation for the DeleteCommand is not supported against a SelectCommand that does not return any key column information. ... the button used to delete record in my project is button6 at the end of the code my code : [CODE]Public Class Form1 Dim …

Member Avatar for Oxiegen
0
208
Member Avatar for Swiftle

Hello I built a personal 2D array for my current project. I also store these arrays (called Matrix) in a std::vector. The matrices are 24*181 and currently I sue between 30 and 50 of them. I don't think project details are relevant however I'm getting 3 errors which I have …

Member Avatar for VernonDozier
0
210
Member Avatar for UFO Disko

I keep getting this error [CODE]Parser Error Message: Encountered end tag "nav" with no matching start tag. Are your start/end tags properly balanced? Source Error: Line 110: </li> Line 111: </ul> Line 112: </nav> Line 113: } Line 114: </div>[/CODE] My code is fairly simple (using Webmatrix with Razor) [CODE]@if …

Member Avatar for mikev2
0
626
Member Avatar for Thermalnuke

Hey guys I got a problem, my program is suppose to take 10 numbers or grade scores and output the max, min and avg. score. My program writes out the max and the avg, although the avg dosent come out correctly because i am not getting a min for a …

Member Avatar for Thermalnuke
0
141
Member Avatar for thepanther

having abit of trouble with this code here is wot i want to do but dont seem to be working like that can someone help please.. thanks Promt the user to answer the 10 questions, record the answers and compare them to the correct answers. Once the user has answered …

Member Avatar for thepanther
0
157

The End.