4,457 Topics

Member Avatar for
Member Avatar for romes

hi ive been trying to insert specific data into a certain textbox from an access table, ive managed to pull the information from one field onto a listbox but i cant grab specific data and load it onto a textbox: here is the code, if anyone can help please that …

Member Avatar for binoj_daniel
0
96
Member Avatar for DDoerschuk

My first post here; I've read the FAQs and some example posts, and hope I'm doing this correctly! As of two days ago, every time I open an MS Office application (Office 2002 Pro, a.k.a. "Office XP Pro") on my XP SP2 machine an install process is started and these …

Member Avatar for DDoerschuk
0
220
Member Avatar for milan999999

hello friends, i m doing a project to make a simple [COLOR="red"]antivirus engine [/COLOR]to detect atleast one virus.. its mainly java based....but for that i could not find a model or open source code to refer to....if anybody knows or doing something similar can you please point out some urls …

0
20
Member Avatar for brad.minor

I have a few users who are having an issue. When they compose a message in HTML format and send it, some replies they get don't contain any text. When the Message notification pops up, you can see some of the reply text. Also, if you turn on Auto Preview …

0
33
Member Avatar for mustoora

Hi there. i'm having trouble joining tables. I'm using Access database. Initially, i have 2 tables called thresholdTable and Configuration. In the thresholdTable, there's a column called 'Config' and i've linked it to a column called 'Confuguration' from the Configuration table. Right now everything's working. However, i added another table, …

Member Avatar for QVeen72
0
1K
Member Avatar for Kshiteesh

Dear Friends, I have been working on a VB.net project on VB8 with ms access as backend. While finding certain data by entering primary key in the form i.e. id i experienced a problem. While displaying the values which are null in the database like wise tel1 is null then …

Member Avatar for Kshiteesh
0
582
Member Avatar for mustoora

Hi there, I have a combo box that contains 10 names. For eg. I select John's name. It will retrieve his left250 value from Access database. It will then display as a label. I've managed to do this so far. However, when i add in a new name in the …

Member Avatar for mustoora
0
103
Member Avatar for hbmarar

Hi, I was playing with a few wiki like stuffs, esppecially confluence. I was wondering whether i would get anyother open source tool that matches wiht the features of the confluence. It would be great if any experts ehre could give soem tips on other opensource wiki's i could try …

0
61
Member Avatar for yoyodelta

I cannot explain this problem, and in searching all over I've seen a few leads but no help. I do not understand at all why I get this exception. It claims I am trying to cast a JList as a DefaultListModel when I'me trying to cast a ListModel and a …

Member Avatar for yoyodelta
0
1K
Member Avatar for amishosh

Hi! Is there a way that I can "Build" a single source file? Wihout creating a project? I want to be able to open a *.c file in Visual Studio and simply Build it with out having to choose a project. I know it's a whole different world but in …

Member Avatar for Tight_Coder_Ex
0
78
Member Avatar for virus220

I know the way to retrieve data from an excel file by code Imports Microsoft.Office Imports System.Data.OleDb Imports System.Configuration Imports System.Collections Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.Web.UI.HtmlControls Partial Class _Default Inherits System.Web.UI.Page Dim conn As New OleDbConnection Dim comm As New OleDbCommand Dim DReader …

0
133
Member Avatar for Kshiteesh

I have inserted searching through passing parameter likewise. In search form there is only one textbox to pass the value. But there are three field names which are associated with that text box. For example: I have searched by passing phone number But there three field name tel1, tel2 and …

Member Avatar for preetham.saroja
0
122
Member Avatar for Kshiteesh

HI all ..... I am beginner of VB. net. I m developing a vb.net application program to store, update and search contact information and address. I have completed the data. I have used ms access as my backend. I enter data like wise; [code=vb.net] Dim con As New ADODB.Connection Dim …

Member Avatar for arjunsasidharan
0
176
Member Avatar for t_yalthis

hi everyone; in my program I need to sort the recordset according to specific field, however it gives an error like "Run-time error 3251: Current provider does not support the neccessary interfaces for sorting or filtering" rs_data.sort = "k_baslangic" 'is not working.. btw my connection code is Set conn = …

Member Avatar for t_yalthis
0
210
Member Avatar for gn0m3

Morning Guys and Gals, I am not too hot in this area so would like some advice. I have a machine with loads of stuff on it and need to get it all onto another machine. Ideally i want to just make an image of the current drive and then …

Member Avatar for JustinNH
0
83
Member Avatar for Naveed_Cn

Hi Everyone I m trying to open password protected Database for Data Report applying the following Code in Command Button1. Dim CN As ADODB.Connection Dim RS As ADODB.Recordset Set CN = New ADODB.Connection Set RS = New ADODB.Recordset CN.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0" & _ ";Data Source =" & App.Path & ".\MyDataBase.mdb" …

Member Avatar for QVeen72
0
201
Member Avatar for AV Manoharan

See, here I am going to explain for all concerned in this forum, about the two types of Data access objects which you can use in your VB (?). There are so many postings on this subject. The duo is [B]DAO[/B] & [B]ADO[/B]. It is not misspelled acronym like PHP …

Member Avatar for AV Manoharan
0
258
Member Avatar for FunZuludotcom

[COLOR="Green"][/COLOR][B]*** Inviting all Developers for a open source JAM!! **** [/B] [B]"imagine this" YOUR A PROGRAMMER, you go to a social networking site that allows you to ad your code, your functions, what ever you feel that site is missing that can totally enhance your experience + potentially the experience …

0
3
Member Avatar for john_sm

Hey Guys, I am still in a thinking stage and will like to learn from your experience, and was wondering if any of you folks have a hybrid environment i.e. Linux and Proprietary systems and what kind of issues do you run into. And also, what pieces of technology you …

0
70
Member Avatar for vvn

I Need to build comparison shopping site like [url]http://www.nextag.com[/url] / and [url]http://www.gosale.com/[/url] Any notes or open source code. Thanks

Member Avatar for jwenting
0
160
Member Avatar for john_sm

Hey Guys, I am still in a thinking stage and will like to learn from your experience, and was wondering if any of you folks have a hybrid environment i.e. Linux and Proprietary systems and what kind of issues do you run into. And also, what pieces of technology you …

Member Avatar for Spenser
0
107
Member Avatar for jvisprime

How to open HTML page in a browser with specific options selected in drop-down boxes? Hi Everybody, The task that I have is from Perl script to open HTML page in a browser with specific options selected in drop-down boxes and edit fields using POST method. The good example of …

Member Avatar for chandrag
0
128
Member Avatar for thirunavukaras

I have a link wich opens a the second page with links wich call a javascript function. I have some problem with javascript. i am two aspx page.. in my first aspx page contain the second aspx page name.. i am clicking the second page link the second page is …

Member Avatar for ~s.o.s~
0
114
Member Avatar for boss16thugz

Hi I am currently new in C#, I have finished exercising and studying how to code for console application. Then I plan to do a simple application. I started with a user log in. Where in the form will validate the username and password inputted by the user in an …

Member Avatar for boss16thugz
0
299
Member Avatar for rpjanaka

i am using ubuntu and i have never use "make files" with C but i want to study an open source video codec called "Theora". so i guess that first of all i have to understand the dependencies of the project, but i cant understand their make file. also it …

Member Avatar for TkTkorrovi
0
122
Member Avatar for azzu5

Hi guys, i want to start a PHP based online reciprocal web directory...please suggest me some good open source php directory! I am already using Skalinks here <snip> i want some thing more professional where i can show featured category, sponsers, banners etc Cheers

Member Avatar for brotherZ
0
80
Member Avatar for abc12345

I have written a shell script for transfering files from ftp1 to ftp2. In ftp1 there can be any number of directories,For eg under sourdedir (mentioned below)there can be any number of directories eg /opt/lampp/htdocs/scrap/test1/ under test1 1.7505-----1.zip 2.2505------2.zip In each of the subdirectories there wilI have written a shell …

Member Avatar for peter_budo
0
153
Member Avatar for Chery

Hi hope I'm in right forum. I replaced the hp with epsom. I was using hp director to edit scanned documents that I don't have the original source for. My Epsom cx4700 software only scans pdf as image. My Hp Director I used to use, does not show my epson …

0
54
Member Avatar for AquarianM

[URL="http://frripnet.blogspot.com/"]http://frripnet.blogspot.com/[/URL] First Responder Radio IP Network open-source development project. This is a project to develop standards for a national, cross-agency universal communications network for emergency workers of all kinds. What is the FRRIP net Project? FRRIP stands for First Responder Radio IP, and FRRIPnet would be a network composed of …

0
85
Member Avatar for jethfo

I need a robust shell script fast and don't have time to learn how script it myself from scratch. Summary: An existing PHP Application allows consumers to place an order for a product and upload files necessary to build that product. These files are stored in folders on the webserver …

Member Avatar for AHbrendan
0
117
Member Avatar for vodanh7x

i used visual studio 2003 ,i am newbie i Created a simple database access and link it below ,i want to use dataset and oledbapdater compare the input from textbox with username and password colums in file .mdb . [url]http://mkptrans-nt.com/BaiTapTn.mdb[/url] [B]interface drag drop [/B] [B][U]Login page :[/U][/B] [url]http://mkptrans-nt.com/pic1.JPG[/url] [B][U]Viewmark page …

Member Avatar for vodanh7x
0
143
Member Avatar for Ravi Singhal

hi , i am writing a programme in vb6. I want to check whether my cities are matching with cities in database. so i want to ask that how to pass a array to a database by query. I have written the following code please help me Dim CITYARRAY(5) As …

Member Avatar for manoshailu
0
89
Member Avatar for rinko

Hi to all, I use NetBeans 5.5 and through Library manager I imported a jar file. How can I see the source code of the classes that the jar file contains? I got all classes from the jar file listed, I can see the name of constructors and methods but …

Member Avatar for peter_budo
0
136
Member Avatar for danizzil14

Ok, I'm an amateur Computer Graphics artist, as in I don't make money off of it, but I plan to make it a career, I've been reading some different lit on the subject and it suggests making a digital portfolio. (ie. a website) One source suggests that I should use …

Member Avatar for ~s.o.s~
0
130
Member Avatar for bploog

Hi, DaniWeb Subscribers! I need to learn Cocoa with XTools quickly. I am reading Apple's Obj-C Prog Language manual and another book on Cocoa programming. I also looked at the examples provided by the ADC. I am still overwhelmed. I'd like to get the most simple example of the following …

Member Avatar for bploog
0
127
Member Avatar for tech291083

Hi, Just came acrosss this article [B]Linus fires latest shot in GNOME Wars[/B] [URL="http://applications.linux.com/applications/07/02/16/1937237.shtml?tid=26&tid=13&tid=22"][B]http://applications.linux.com/applications/07/02/16/1937237.shtml?tid=26&tid=13&tid=22[/B][/URL] As far as I know, Linus Torvalds was the gentleman who started Linux OS by putting the first bit of code together, so why he is against another open source movement called GNOME. I did get …

Member Avatar for jbennet
0
153
Member Avatar for Ciscoguy

I am getting the following error coming up and cant figeur it out Parse error: syntax error, unexpected T_CASE in /mnt/w0505/d37/s36/b0252bde/www/HorizonMarketing/nfoscomm/catalog/admin/orders.php on line 99 here is my code hope someone can help me [code] <?php /* $Id: orders.php,v 1.112 2003/06/29 22:50:52 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com …

Member Avatar for einfoway
0
103
Member Avatar for kalitherenegade

I am thinking of developing commercial software to rival microsoft office. qiet clearly i cant do this alone i mean it would take like forever and ever so if anyone is interested lets get talking

Member Avatar for AV Manoharan
0
141
Member Avatar for lordan

Hi all, We have a network with a number of Cisco 2950's and a proxy server. There is no router on the network. I want to be able to keep a map of the IP and MAC addresses of all machines that are connected to any of the switches. I …

Member Avatar for bwbrooks2031
0
365
Member Avatar for olufunkky

Please I need help with this program. I tried different approach, but doesn't seem to be getting no where. [B]QUESTION:[/B] [B]You've been going to work on a database project at work for sometime now. Your boss encourages you to program the database in Python. You disagree, arguing that Python is …

Member Avatar for olufunkky
0
152
Member Avatar for StandardsDT

In the IT Department I work in were starting to put Asset Tags on every piece of hardware. This includes Phones, Monitors, Desktops, Laptops, Printers, etc. The problem is were currently using Microsoft Visio to enter everything in. This is becoming starting to become a bit tedious with dragging the …

0
30
Member Avatar for Dejai

Hello everyone this is my first post on this forum... Though I am a member of several. Just thought I would share some information with all the people out there who want to know more about c++ game programming. Firstly if you want to make graphical games you need something …

Member Avatar for jbennet
0
94
Member Avatar for elduderino

HI, Im new here so hello all! Im having this problem with a v simle ajax script. [B][B]Heres the code: [code] <html> <head> <title>test page</title> <script type="text/javascript" src="text-utils.js"></script> <script language="javascript" type="text/javascript"> var request = null; function createRequest() { try { request = new XMLHttpRequest(); } catch (trymicrosoft) { try { …

Member Avatar for elduderino
0
66
Member Avatar for shouvik.d

hi, I'm doing a project which requires extraction of all the methods and members of a class in CPP files and such similar other informations. One big hurdle is these methods might use values/variables from other modules/classes. so I'm in need of creation of a complete symbol table which is …

Member Avatar for iamthwee
0
71
Member Avatar for anud18

Private Sub Form_Load() Dim dbUserName As ADODB.Connection Dim cmdCommand As New ADODB.Command Dim rsUserName As ADODB.Recordset Set dbUserName = New ADODB.Connection dbUserName.ConnectionString = "provider=Microsoft.Jet.OLEDB.4.0;" & "Persist Security Info=False;" & "Data Source = C:\Documents and Settings\Administrator\Desktop\db1.mdb" dbUserName.CursorLocation = adUseClient dbUserName.Open after this wen i run the with command it gives an …

Member Avatar for PVBert
0
85
Member Avatar for preetham.saroja

can anybody plz tell m -whats the error in the code for update button in datagrid-where table name is "table1"its has fields "ID","Name","Age","Sex","Area".. in the code its giving error has:: ---------------------- c:\inetpub\wwwroot\sampleprj1\WebForm1.aspx.vb(151): 'Textbox' is ambiguous, imported from the namespaces or types 'System.Web.UI.WebControls, System.Windows.Forms'. ------------------------------ The code is as follows [COLOR=#0000ff] …

Member Avatar for preetham.saroja
0
141
Member Avatar for ravindrakale

[B][COLOR=red]Hello everyone, [/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]someone help me ? i have a problem with vb script i paste the coding here just chek it out where i am wrong [COLOR=green]raj.ActiveConnection = MM_ravi_STRING[/COLOR] i got error here:( Thanks email me on [email]ravindrakale007@gmail.com[/email][/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]<[/COLOR][/B][EMAIL="%@LANGUAGE="][B][COLOR=red]%@LANGUAGE="VBSCRIPT"%[/COLOR][/B][/EMAIL][B][COLOR=red]> <!--#include file="Connections/ravi.asp" --> <% Dim raj Dim raj_numRows[/COLOR][/B] …

Member Avatar for Sitestepper
0
76
Member Avatar for sajithkahawatta

i want to delete a selected row from the database.the entries of database is shown by a gridview and i do <OnRowDeleting="GridView1_RowDeleting"> in source code. i select and bind as follows. [mycode] string str = "select PNR,CreditCardNumber as 'Credit Card Number',EmalAddress as 'Email Address',PassengerName as 'Passenger Name',PassportNumber as 'Passport Number',IPNumber …

Member Avatar for Blackred
0
125
Member Avatar for nogatez

Hello, I was hoping for some advice, and hopefully this is the correct area. I am looking email based support ticketing software, and preferable is open source and runs on Linux or BSD system. I have reviews a number so far, but they are all lacking an feature that our …

Member Avatar for jbennet
0
108
Member Avatar for rinko

Hello to all users, I am using a NetBeans IDE 4.1. I want to import packages that are packed in a zip file. I open the project window, then with right click on the project icon I selected properties and then in libraray menu i added the zip file. Then, …

Member Avatar for jwenting
0
130

The End.