199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Mattisc

Hello, I am trying to create a new sub directory in an all ready created Folder. What happens is that when files are transferred from one directory to another it creates a sub directory everytime and places the files into it. I have got the part working for the creation …

Member Avatar for Mattisc
0
558
Member Avatar for Kingcoder210

I can show information by specific ID there in crystal report by following code. Code : [CODE]Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class Form6 Inherits System.Windows.Forms.Form Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Dim cryRpt As New ReportDocument 'cryRpt.Load(Application.StartupPath & "\CrystalReport5.rpt") 'CrystalReportViewer1.ReportSource = cryRpt 'CrystalReportViewer1.Refresh() Dim …

Member Avatar for Oxiegen
0
123
Member Avatar for canadian_angel

Hi, I am new to php and have to do a project that consists of a joke page, a jokelist page and the front page or index page. My problem is this: I have used the text below in my .htaccess page and the only thing I get when I …

Member Avatar for Jayavardhan
0
108
Member Avatar for gha1d

Hi Guys i'm writing a macro in excel that need a down arrow send at one point. Below is the script Sheets("1").Select Range("A4").Select Selection.End(xlDown).Select Sheets("2").Select Range("A4").Select Range(Selection, Selection.End(xlDown)).Select Range(Selection, Selection.End(xlToRight)).Select Selection.Copy Sheets("1").Select ActiveSheet.Paste Selection.End(xlDown).Select SendKeys ("DOWN") ' I need to send the down arrow here' How do i do it …

Member Avatar for Oxiegen
0
96
Member Avatar for Lusiphur

G'day all... I know there's a sticky in this forum for books that are recommended as C++ references from newbies to advanced coders. What I'm wondering is this... What are the online resources you [B]most[/B] recommend for C++ coders? What I'm looking for are those resources that are so useful …

Member Avatar for mike_2000_17
0
372
Member Avatar for Jeffrey0209

This is the code wrote so far.. I'm new to Cprograming. please help thank you! [CODE]#include <stdio.h> #include <stdlib.h> #include <conio.h> //Compute f(n)=n!, for 0<=n<=100 void f(int n){ // Adjust the array a so that each array element contains a single // digit without altering the number represented by the …

Member Avatar for Jeffrey0209
0
131
Member Avatar for aditya027

class C{ public static void main(String a[]) { int i1=9; int i2; if(i1>3) { i2=8; } System.out.println(i2); }}

Member Avatar for WargRider
0
132
Member Avatar for dansnyderECE

I can't seem to disable dynamic linking. How do I do this? I've tried the following: [CODE]babbage-dasnyder 19% mips-unknown-linux-gnu-g++ -static -static-libgcc hello.cpp babbage-dasnyder 20% file hello hello: ELF 32-bit MSB MIPS-I executable, MIPS, version 1 (SYSV), for GNU/Linux 2.4.18, dynamically linked (uses shared libs), not stripped[/CODE] But as you can …

Member Avatar for mike_2000_17
0
356
Member Avatar for benhowdle89

Hi i'm developing an app where i'm reading a value from a device and putting it into a mysql db, i have setup a function where the vb will calculate whether the new value being read has changed by 3% from the last value and if it has run the …

Member Avatar for Oxiegen
0
233
Member Avatar for canterorist

hi! i only want to know how to get the value of the array in javascript using class? [CODE] <div class='view'>1</div> <div class='view'>2</div> <div class='view'>3</div> <div class='view'>4</div> [/CODE]

Member Avatar for fxm
0
99
Member Avatar for captdave

i had bookmarked a site with this type of software but i lost it. i want to create a site similar to face-pic.com, faceparty.com and thailandfriends.com. can anyone point me in the right direction. and help is very appreciated thanks, dave

Member Avatar for Djul
0
174
Member Avatar for Enzuccio

Hi everyone. I've got to do a program in assembly and I'm a newbye. I'm studying and trying but there is always some difficulty. I'm using x86 language (16bit), I'm programming with ConText (actually I found this assembly enviroment on an italian website and I don't set anything) I've got …

Member Avatar for Enzuccio
0
332
Member Avatar for Charles1718

[CODE]if(response==="success"){ $('<p></p>&nbsp;|').appendTo('form textarea').html(''+file); } else{ $(''); }[/CODE] Hi!, I'm trying and playing arround with the .appendTo, to specify only on one text area, rather than .appendTo to every text area, is there any way to do that? or it is not possible? i try with the "div" and "id" "p" …

Member Avatar for Jayavardhan
0
134
Member Avatar for steventaal

I am learning wxWidgets to break free of console programming. I use Dev-C++, and I have installed all necessary DevPaks, and everything should work fine, except when I try and compile this code, I get: [Linker error] undefined reference to `WinMain@16' ld returned 1 exit status C:\Dev-Cpp\Makefile.win [Build Error] [Testing.exe] …

Member Avatar for Stefano Mtangoo
0
218
Member Avatar for Krstevski

Hello friends, I have a small problem with printing/getting exceptions in 3.1 version. My code is: [CODE=Python] try: # bla bla... except Exception, e: # here I got error message "Invalid Syntax" in the comma self.setError(e) return False [/CODE] What is the correct syntax in python 3.1 to get the …

Member Avatar for Krstevski
0
343
Member Avatar for antiv_boy

Am working on a php/mysql project that involves displaying long piece of text on a page. The text being that long, I would like a way of splitting up this article into multiple pages that will give my project the ease of navigating through. Any help would be highly appreciated. …

Member Avatar for antiv_boy
0
1K
Member Avatar for Kingcoder210

I can show information by specific ID there in crystal report by following code. Code : [CODE]Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class Form6 Inherits System.Windows.Forms.Form Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Dim cryRpt As New ReportDocument 'cryRpt.Load(Application.StartupPath & "\CrystalReport5.rpt") 'CrystalReportViewer1.ReportSource = cryRpt 'CrystalReportViewer1.Refresh() Dim …

Member Avatar for Luc001
0
164
Member Avatar for Mylsamy

Hi all, I am using Java Servlets with XML and XSLt, I am getting the values from text area in XSL , the value is using Escape method in Javascript. The code is Like [code] src = frm.txtFeedBackDsc.value; src=rtrim(src,' '); src=ltrim(src,''); dest= escape(src); frm.hsFeedbackDsc.value=dest;[/code] And the Value is stored in …

Member Avatar for masijade
0
211
Member Avatar for Wouldbecomp

Please help; I have input text data from a form into mySQL table, recovered it using php script and written it back to the form using value=var[ ]. If the data has spaces in it, i.e. more than one word, all characters after the first space are lost. But echo …

Member Avatar for Wouldbecomp
0
83
Member Avatar for dev_86

Hello everyone, im new in the forum. I am a student and independent developer. I am dealing with this WRT project for my studies and during my presentations, I will have to make changes in the code and show the results on the app more than 1 time. But I …

Member Avatar for dev_86
0
83
Member Avatar for stackOverflow

Hi everyone, I am using TC 3.0 . I'm getting an error as.. BGI error:graphics not initialized. But I've used initgraph. So, i thought i'll use this [CODE]/* read result of initialization */ errorcode = graphresult(); /* an error occurred */ if (errorcode != grOk) { printf("Graphics error: %s\n", grapherrormsg(errorcode)); …

Member Avatar for shahana.1988
0
214
Member Avatar for neetika reddy

Iam Having three dropdown lists named Department,StaffID,StaffType,textbox Name and one submit button...If I select Department as BEMechanical and click the button i have to get all the details regarding that branch and if i select Department,StaffID,stafftype and name i should get the details of the selected one.Any one plz help …

Member Avatar for Geekitygeek
0
155
Member Avatar for srky

Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and …

Member Avatar for srky
0
82
Member Avatar for virusisfound

hi, i have create a program in C# windows application with backend SQl Server 2005. I have a done coding for save, delete,update. save and delete is working properly. But update in that i have an error message taht datetime is not in proper format.what should i do to convert …

Member Avatar for nick.crane
0
139
Member Avatar for pbcomput

hi. i want to check expire date with mysql query between start date and enddate. if the end date is bigger then today's date then its good else it didnt display records. can any one please help me out. Thanks in advance. :)

Member Avatar for jhansianamaneni
0
191
Member Avatar for alex4700

I'm having a hard time understanding where is the problem... I have a class which is responsible connecting to DB and passing queries. (basically Data Access Layer) and it looks like this: [code=php] class DB { private $connection; public function __construct(){ $this->connection = mysql_connect('localhost', 'user', 'pass'); mysql_select_db( 'dbname', $this->connection ); …

Member Avatar for cwarn23
0
129
Member Avatar for neuelen

Hello, I am coping a problem with getline. I have a txt file that looks like the following.And my task is to read it and put them in a file that contains 10 columns and not 8. [CODE=plain]0,0,0,0,0,0,0,0 0,0,0,0,0,0,0,1 0,0,0,0,0,0,1,0 0,0,0,0,1,0,0,0 0,0,0,1,0,0,0,1 0,2,2,1,0,2,6,5 12,17,12,28,39,40,46,71 [/CODE] and I have to read …

Member Avatar for neuelen
0
105
Member Avatar for rajina
Member Avatar for Nick Evan
0
71
Member Avatar for Stefano Mtangoo

I have tried whatever I can but i'm yet to find a definition I can understand. Would anyone try to "educate" me on what is enterprise java beans?

Member Avatar for Stefano Mtangoo
0
121
Member Avatar for ayesha25

i have to read 10 lines from the middle of a file, i tried to use seek method but it requires number of bytes. i dont know how many bytes will be contained in 10lines. how can i tell seek to read 10 lines from a specified location.

Member Avatar for Geekitygeek
0
152
Member Avatar for PotaZinga

hi! please help am still new on ASP and am having trouble deleting from a table please help. the code i used is this: [code=asp] <% set conn=Server.CreateObject("ADODB.Connection") conn.Open "Provider=SQLNCLI;Server=THABO-2A88C6501\SQLEXPRESS;Database=customers;User ID=sa;Password=thabo;" set rs=Server.CreateObject("ADODB.recordset") if request("Delete")="Delete" then sql="DELETE * FROM Details WHERE Cust_ID='4567'" end if%> <center><form method="post" action="Delete.asp"> <input type="submit" name="Delete" …

Member Avatar for PotaZinga
0
103
Member Avatar for davidrooker

Basically I have a site that lists all the translation software’s in the market, the thing is when I register a new software I have a checkbox group with languages to form the “from language” dropdown field in the search, and another checkbox group to form the “to language” field, …

Member Avatar for davidrooker
0
80
Member Avatar for jrthom444

Hi Everyone, Thanks in advance for any help. I am fairly new to programming python, and I and another person are developing a simple educational (graphical) tool that shows variable referencing for any python code that I run in my own defined local and global name spaces. The problem I …

Member Avatar for jcao219
0
220
Member Avatar for Cory_Brown

We have an app that uses a sqlexpress db. We need our customers to be able to swap the database for this app out for another sqlexpress db fairly easily. So we came up with a small launcher app that allows them to choose the db they want from a …

Member Avatar for Oxiegen
0
643
Member Avatar for vignesh86

Hi... Am new to .net here. Hope am posting the question under the right category... My requirement is as follows: I have a gridview which is visible with an empty row on page load. It has four columns of which the first column is a text box item template. The …

Member Avatar for dbeura
0
136
Member Avatar for ale89

[B]Hello everyone! I have a query, Can be a user login or registration with php files. For example I have a user folder and folder inside That There Is nick.php, would be the user name pepe.php eg where are the data. And That in the login verify the user exists …

Member Avatar for rajarajan2017
0
81
Member Avatar for jamesvick

i was trying to make a [URL="http://devvicky.com/"]free microsoft word[/URL] plugin in vb.net. It automatically fills a web form. The main problem with the plugin is that it uses web browser control and once it has filled a form it will need to navigate another form. The form can only be …

Member Avatar for jamesvick
0
216
Member Avatar for KhairilSyahrin

Help me! I just can't seem to get this right. I'm trying to open an Excel file(Template) and put data from msflexgrid into a specific place in the excel file but i just can't seem to get it right. Can anyone help me with this coding? Much appreciated. Thank you …

Member Avatar for AndreRet
0
227
Member Avatar for waren

I want to hide the table when the user is logon. This is the code; [code] <div style="padding-left:20px"> <div id="welcome">welcome</div> //* I want to view this when it logon. <table id="logon" style="height: 165px;" border="0" cellspacing="0" cellpadding="0" width="794"> <tbody> <tr> <form name="logon"> <input type="submit" name="Submit" class="button" value="Log In" /> </form> </tr> …

Member Avatar for arunmagar
0
308
Member Avatar for faizabest

I have this error.. Can help me to solve this matter? You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '296''' at line 1 1 <?php include("db.php"); ?> 11 <?php 12 $Kod=$_REQUEST['kodpro']; 13 echo …

Member Avatar for rajarajan2017
0
151
Member Avatar for Weppies

Hi, I would just like to know if an asp.net application automaticaly set multi users active. Meaning if more than one user can activate the application on the web and use the same database without interfering with one another. Regards Weppies

Member Avatar for Weppies
0
219
Member Avatar for programboy

So here we are with our new Project at school. The question is what is it about? This project is for our thesis in where we(my group) will make a software that can be useful by us and other people. We basically start from scratch but if there are other …

Member Avatar for Nick Evan
0
339
Member Avatar for mastermind2

Hi Friends I want to create a product renewal alert with PHP I have three field in SQL Table 1. Id 2. product_name 3. order_date 4. expired_date 5. username Please Help. i want to show the renewal alert before 15 days of expired date

Member Avatar for mastermind2
0
140
Member Avatar for nihar.budumuru

i need some project topics in image processing and image compression to do my final projects send me some list plaese....

Member Avatar for masijade
0
100
Member Avatar for kalidas69

Hello, My requirement is to send message on port in j2me application, i came to know that by using UDH we can deliver a message on port, i try to add the destination port no in smpp class file where $part_no is define but control is not coming over there …

Member Avatar for kalidas69
0
77
Member Avatar for joncache

Hi Guys, I'm trying to do up a contact form that after a user submits the information, the drop down contact box will slide back up instead of redirecting to another page. The script works fine in Chrome and Safari, but Firefox and IE keeps redirecting to the php page. …

Member Avatar for Jayavardhan
0
109
Member Avatar for Livorion

Hello, I need help with something for Adobe Flash, can anyone lend me this please? [LIST] [*]A Flash movie that sends the content of 1 text box to an email adress using ASP [*]A Flash Movie that works as a Hit Counter, also with ASP [/LIST] They are 2 different …

Member Avatar for ArtistScope
0
89
Member Avatar for visweswaran28

Hi, I want to know, how to close a session when a user is idle (around 'n' time) in asp.net.

Member Avatar for hirenpatel53
0
141
Member Avatar for waren

I want to hide the table when the user is logon. This is the code; [code] <div style="padding-left:20px"> <div id="welcome">welcome</div> //* I want to view this when it logon. <table id="logon" style="height: 165px;" border="0" cellspacing="0" cellpadding="0" width="794"> <tbody> <tr> <form name="logon"> <input type="submit" name="Submit" class="button" value="Log In" /> </form> </tr> …

Member Avatar for steventaal
0
99
Member Avatar for Kingcoder210

I want to set resolution automatically when my program will run. I want to make it (resolution) 1280*1024. What should I write there in my vb.net program to set resolution when my program will run? When user will stop using my program it will get default resolution. Thats all. Please …

Member Avatar for Oxiegen
0
133

The End.