199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for alski

Hi people. I have a time and attendance module in VB6 which saves transactions (ADO) in MS-SQL if there is a LAN connection, and save it locally (MS Access) when offline. The trigger is when someone logged in. This is what I did: [Code] Set cn = New ADODB.Connection cn.Open …

Member Avatar for alski
0
104
Member Avatar for firoz.raj

simple want when user click on close form button.all the form should close except Mdi form.but MDI Form also get close.Kindly let me know. any help would be Highly appreciated.here is the code what i have written. [code=vb] Private Sub FrmClose_Click() Dim frm As Form For Each frm In Forms …

Member Avatar for firoz.raj
0
86
Member Avatar for itisnot_me

ok what i am trying to do is math between different values and then echo something if that number is in between those values [CODE] //gives % $bal = $other / $first + $second + $third; //checks what percent is in between if($bal < 50) { echo "3pt"; } //if …

Member Avatar for itisnot_me
0
82
Member Avatar for StuartMillner

I am writing a program that reads paragraphs from a word document and puts them between XML tags. I have a class which handles the loading and reading of the word document. The document loads fine, and the program can read all the words into the program, but not on …

Member Avatar for StuartMillner
0
972
Member Avatar for aparnesh

I have created a timer function using setTimeout. The function works perfectly in IE and Opera but doesn't work in FireFox or Netscape 6. I checked out my Javascript book where it says setTimeout is compatible with all browsers. So where am I going wrong ? [CODE]function showPics() { if …

Member Avatar for Nine of Hearts
0
518
Member Avatar for chrispaul8676

hi, there, i came up with thisd login page. i came up with username , password and result textbox. i have included the C# behind code. i want to use roles and membership, but don't know how. i am not suppose to come up with any dropdownlist or textbox for …

Member Avatar for chrispaul8676
0
169
Member Avatar for Whilliam

Hello. Im new to Java. I don't know much about Java's codes but I have a good background in C. Im using NetBeans 6.7. I have this code: [code=java] package javaapplication1; public class Main { public int x = 3; public int test(){ x += 4; return x; } public …

Member Avatar for kvprajapati
0
130
Member Avatar for laghaterohan

hello , here is my code below to unzip a file and list only the file names contend in that folder in the listbox below , the code is working properly however am unable to get only the file name in the list box. In the listbox i get entire …

Member Avatar for laghaterohan
0
116
Member Avatar for Jean Gwyneth

hi, i have my php pages done already and it's running good in my localhost but when i have uploaded it, search engine would not work. i have changed the appropriate database names and tables provided by the web host , but it just doesnt work still. I know that …

Member Avatar for Jean Gwyneth
0
135
Member Avatar for nivielan

whats wrong in my code ? is i have missed any thing ?? send the replie as soon as possible. am not getting an output.. [code=c#] private void Form1_Load(object sender, EventArgs e) { Graphics Grf; Grf = this.CreateGraphics(); ShowKnownColors(Grf); } private void ShowKnownColors(Graphics Grf) { this.Size = new Size(1150, 680);//make …

Member Avatar for ddanbe
0
102
Member Avatar for sana.khatib20

hi thnx all for the help last time. nw i hav another prob. i am developing an application for the doctors n wanna store all the patients records.i am using an access database.nw my problem is tat the register no. tat is the identity of the patient has to be …

Member Avatar for iCreator
0
287
Member Avatar for abu taher

at 1st: class name entry in a text box (by add new button). access file is store it. then in a another form (when a student admitt) enter all data of this student (in few text box) without class name. when I want to entry the class name then I …

Member Avatar for abu taher
0
154
Member Avatar for ablitz

Hi Everyone! I'm currently working on MySQL/PHP/JavaScript project using AJAX. I came across some weird abnormality and wanted to share with you and hopefully find a solution to this problem. for some reason alert(textarea2); shows nothing but if I place another alert(textarea2); right after the first one it works, second …

Member Avatar for ablitz
0
296
Member Avatar for keziaebitner

i need a code for this java program...urgent please... using dialog boxes : input month in "99" form date in "99" form year = 2009 then display the date in 'MMM 99, 2009' form otherwise, display 'invalid date' Valid date 01-12 = Values for month 01-28 = for month - …

Member Avatar for masijade
0
82
Member Avatar for Adrian_0211

im working on my thesis right now... i need to create a map locator.. just like this one [url]http://www.map.wisc.edu/[/url] any idea how to do this? thanks for the help..

Member Avatar for narkarvinayak
0
92
Member Avatar for drjay1627

What are names starting with the ":", are they variables, constants or something else? drjay

Member Avatar for Kevin_poison
0
112
Member Avatar for rockbluster

Form wouldn't submit and keep popping out. "Not all fields are valid". [CODE]<script type="text/javascript"> dojo.require("dojo.parser"); dojo.require("dijit.form.ValidationTextBox"); dojo.require ("dijit.form.Form"); dojo.require("dijit.form.CheckBox"); dojo.require ("dijit.form.FilteringSelect"); dojo.require ("dijit.form.TextBox"); var valid = true; function checkPw(formFields) { //alert (formFields.uPass); //alert (formFields.uPass2); if (formFields.uPass !== formFields.uPass2) { alert("Confirmation password is different."); valid = false; } return valid; } …

Member Avatar for rockbluster
0
77
Member Avatar for dnanetwork

so far i've implemented virtual terminal & Hosted order page module.. remaining is silent post, Legacy SCMP api, Simple order API, Soap toolkit api... my question is it necessary to implement Legacy SCMP api, Soap toolkit api....if yes then why...?

Member Avatar for DangerDev
0
140
Member Avatar for laghaterohan

hello, Below is the C# code. When i run it i get an error saying cannot convert char to string in the foreach statement. Please help me out...am unable to figure out whts the problem! awating replies..... [CODE] private void DisplayFiles(string DirPath) { string Root = null; Root = txtdestination.Text; …

Member Avatar for laghaterohan
0
147
Member Avatar for cool_yu2k

Hello! We have an assignment regarding binary tree and I am having a hard time debugging it. The countNode and countLeaves method do not work. It does not display output and instead remain blank. Please help me and check if what is really wrong. Thanks in advance. It will be …

Member Avatar for kvprajapati
0
313
Member Avatar for Lensva

its supposed to zip folder content recursively, which it does until it encounters a folder with both an empty folder and a non-empty. or so i think. i used the following structure to zip: [URL="http://img291.imageshack.us/img291/6120/84976017.jpg"]http://img291.imageshack.us/img291/6120/84976017.jpg[/URL] if untitled folder is removed it works. any tips would be much appreciated. [code=java] import …

Member Avatar for kvprajapati
0
110
Member Avatar for omaragainonthet

Can anyone please send me the code for my following application: I am using a data grid view with a check box column and a delete button on my Windows Form. Now I want the user to check the check boxes and when he clicks the DELETE button then not …

Member Avatar for localp
0
140
Member Avatar for mbirame

Hi folks, I am brand new to PHP, but I am trying to learn from an online tutorial. I'm using this one: [url]http://inpics.net/tutorials/php/variables24.html[/url] I'm sure there are many others, but that's where I'm at now. I am on the variables section, and they present this code: [CODE]<?php # This script …

Member Avatar for humbug
0
140
Member Avatar for Kusno

Dear all, Sorry, if this Thread is wrong room :$ . I want to return a field value from a table, so I created a function like this : [CODE]CREATE FUNCTION dbo.CheckStatusTrx(@TransNo Varchar(20)) RETURNS varchar(20) AS BEGIN DECLARE @Flag Numeric(1) SELECT @Flag = Flag, CreatedBy, ApprovedBy FROM TrxTD WHERE TransNo …

0
99
Member Avatar for ShawnH

I'm currently using the old SetWindowRgn method to create a form with rounded corners but the edges of the corners produced are horribly pixelated. Is there any way to have a form with rounded corners that are smooth?

Member Avatar for ShawnH
0
265
Member Avatar for misslb02
Member Avatar for wildgoose
0
98
Member Avatar for AssaultM16

I was wondering. Is there any function like strtok to split into tokens a string, which is c++ standard? Also is there a way to store those tokens into separate char arrays? Thank You

Member Avatar for AssaultM16
0
157
Member Avatar for squanch

I'm trying to allow a user to find a specific string within a DataGridView column and replace it with another string.....not necessarily requiring them to replace the whole string but to change a word within the string. for example: Find What: GLAND it searchs the column and finds GLAND STEAM …

Member Avatar for kvprajapati
0
166
Member Avatar for HughLa

Hi everyone I am having a problem with displaying an image from mysql with base64_decode. my image viewer looks like this: [code] <?php require_once($_SERVER['DOCUMENT_ROOT'].'/site/dbconnect.php'); $result=mysql_query("SELECT * FROM images WHERE p_id='".$_GET['p_id']."'"); $table_returns=mysql_fetch_array($result); $encoded=$table_returns['data']; $image_name=$table_returns['image_name']; $the_date=$table_returns['date']; mysql_close($connect); echo base64_decode($encoded); echo $image_name; echo $the_date; ?> [/code] I don't know what I am doing …

Member Avatar for Banderson
0
331
Member Avatar for iamnoangel26

I am planning on making a biometrics attendance system. I have the hardware and planning on creating a software. My question is Whis VB to use. VB.Net or VB 6.0? Or other language to suggest? I am a Intermediate user when it comes to VB 6.0 and C++. Thanks in …

Member Avatar for iamnoangel26
0
215
Member Avatar for sal9000

Hello, and thanks in advance :) I'm currently working on solving an ODE, which I already know what it the solution supposed to "look like" . I wanted to try with GSL ODE solvers, but I'm having some trouble, because I'm getting something completely wrong! I just wanted to see …

Member Avatar for sal9000
0
196
Member Avatar for borneo

hello everybody..can someone help me to find out the script for testimonial...i have been searching but i can't found it..please everybody..i really need it for my last year project...really need help from the pro....

Member Avatar for borneo
0
97
Member Avatar for Morika

Hi, I'm a newbie to python and I need to extract numbers from a path name. A path name such as: /grups.google.com/grup/cmp.lng.pythn/browse_thread/thread/8_ee63e_[B]17[/B]del_0c12d And I'm trying to get it to take out the 17. I thought I could just do: [ICODE]det file = /grups.google.com/grup/cmp.lng.pythn/browse_thread/thread/8_ee63e_[B]17del[/B]_0c12d index = det_file.find('del') dent = det_file[index[-2]][/ICODE] This …

Member Avatar for Morika
0
143
Member Avatar for bobocheez

Is there a way to send a streaming url such as mms or asx through mysql or a php file so that it does not appear in the source code?

Member Avatar for bobocheez
0
100
Member Avatar for mzprog

Hi all, I has to develop a utility GUI using java, as it is very tedious doing programmitically. Anyone knows of a good free tool or plug-in for eclips for building java-based GUI, which can be editable programmatically. i know of Netbeans Desktop application but it generates horrible code. plz …

Member Avatar for StuartMillner
0
187
Member Avatar for Uttumi

Hi, This is a very simple question, but I just couldn't figure out any set of keywords that would point to an obvious answer. So here we go. Code example: int array [size] ; Size is, for example, given as an argument. Is this array initialization static or dynamic? It …

Member Avatar for John A
0
253
Member Avatar for Bertie

Is it correct to say that you can create a DLL which contains an abstract class that each programmer must declare instances of to keep segragated code working independently of eachothers progress??? I understand that most forums don't allow their users to delete their threads, so dont mind the Judge …

Member Avatar for Bertie
0
81
Member Avatar for sneekula

Does anyone know a good internet site where I can 'park' my Python code? Easy download, upload, and search.

Member Avatar for zachabesh
0
203
Member Avatar for funjoke88

1. Write a C program to read a list of books from a file and create a linked list to store them. The purpose of this program is to keep track of the books kept in a shelf. The shelf is a three-tier shelf and each tier can store up …

Member Avatar for funjoke88
0
97
Member Avatar for sparf

hey all, been a while since i was this stumped. i have main.php which calls in an iframe child.php child.php is only a table it has lots of TDs in it. now what i want to do is to have a button on main.php that when pressed creates an XLS …

Member Avatar for sparf
0
88
Member Avatar for nathanpacker

Hey, I need help getting that ugly yyyy-mm-dd format to change to something prettier. I would prefer being able to output it in the form like January 01, 2007. Something easy to read for the average user. I can leave it stored in yyyy-mm-dd in my database, but in my …

Member Avatar for kblenman
0
264
Member Avatar for Ola1

I have been given the task to Design,Develop,Test and Document an application on a stack class. The stack class's public interface should consist of methods to initialize a stack object, to check whether a stack is full or empty, to push integers onto the stack, to pop integers off a …

Member Avatar for NathanOliver
0
119
Member Avatar for karin21

hi, i have a script here which display an item name from database into textfield based on the combo box selection, i cn display the item name but my problem is i dont know how to display the item information into the textbox? i'm required to use php but i …

Member Avatar for karin21
0
2K
Member Avatar for Toxikr3

Hi guys, I have been working on a site and have managed to add a login script. I made an "status" script myself which tells people if a user is online or not. I did that by using database(easiest way I could think of), when person logs in it changes …

Member Avatar for Toxikr3
0
241
Member Avatar for jyotis999

Hi, I want to add a new node at 5th position in a single linked list in C++.Please help me with this..as am new to linked list.

Member Avatar for rivimey
0
75
Member Avatar for 0TheFace

Hi, I've been trying to set up a webserver for a while now, but with no luck. Here is the problem:- After I installed PHP,Apache,MySQL into a folder named 'server' on my local machine and followed the relevant steps to set them up; I used the following script to check …

Member Avatar for 0TheFace
0
260
Member Avatar for Lethys

Hi.I'm trying to make a program that blocks speed programs like speedgear. I'm currently blocking it with this code block [code] ProcessMemoryReader pReader = new ProcessMemoryReader(); pReader.ReadProcess = p; pReader.OpenProcess(); byte[] NewVal = x; int store = 0; IntPtr BaseAddress; BaseAddress = new IntPtr(0x0043B382); x = pReader.ReadProcessMemory(BaseAddress, 6, out store); …

Member Avatar for sknake
0
81
Member Avatar for BobLewiston

Can someone please break down a simple statement for a relative newbie? [CODE]Thread firstThread = new Thread (new ThreadStart (Method1));[/CODE] In other words, what is happening at each stage here: [CODE]new ThreadStart (Method1)[/CODE] [CODE]new Thread (new ThreadStart (Method1))[/CODE] [CODE]Thread firstThread = new Thread (new ThreadStart (Method1));[/CODE] Thanks for any help …

Member Avatar for cq2535
0
406
Member Avatar for ginger182

Hi could someone help me or guide on how to do this, I have a home page with a search button(kinda like ebay) if there is not search criteria entered it will just redirect to default page. if the user types nokia phone for example i need to genereate a …

Member Avatar for ginger182
0
89
Member Avatar for leviathan185

Hi, I am trying to write an upload script and everytime i try and upload a file it will give me an error. Warning: move_uploaded_file(/home/******/public_html/dw/uploads) [function.move-uploaded-file]: failed to open stream: Is a directory in /home/******/public_html/dw/upload2.php on line 3 I have checked that the folder is there as the error suggests …

Member Avatar for leviathan185
0
176

The End.