199,113 Archived Topics
Remove Filter ![]() | |
Hello out there! I've tried lots of editing in this code yet I still receive the following errors. 1. Every time I press the Update button to update a record, I usually receive this error message [B]“Syntax error in UPDATE statement”.[/B] 2. When I press the Save New button to … | |
[code] [COLOR=#000000]] Dim GETWORD[/COLOR] [COLOR=#000000] Dim GETLINE[/COLOR] [COLOR=#000000] Dim ARRAYNUMBER As Integer[/COLOR] [COLOR=#000000] Dim itmx As ListItem[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] nFileNum = FreeFile[/COLOR] [COLOR=#000000] Open "C:\Documents and Settings\Reece\My Documents\I.T\Visual Basic\Reece\client.db" For Input As nFileNum[/COLOR] [COLOR=#000000] If Input(LOF(nFileNum), nFileNum) > "0" Then[/COLOR] [COLOR=#000000] GETLINE = Input(LOF(nFileNum), nFileNum)[/COLOR] [COLOR=#000000] GETLINE … | |
Hi all, How can I make, for example, all my Buttons have the same look (Maybe the same red background)... Of course I don't want to go to every button and set it's background to red... I want to set the value in one place for all buttons. Any ideas? … | |
I'm hoping this is the appropriate forum for my situation. I'm trying to populate a form on a .NET server with data from a form on a different server. Using SOAP::Lite we've managed to get this code working: [code] use strict; use warnings; use SOAP::Lite +trace => 'debug'; my $name='Trudge'; … | |
can anyone give me an explanation about static class in java Thank u | |
hi im new in c++ and i need some help , im doing a program that trace many shapes and i have a problem with this one %%%%%% % % %%%%%% this is just an example i hav to read the length and with and the character from the user … | |
Hi, I have created a database using Access 03 and VB, and I will be letting some people use it shortly. I would like to create a way in which the program cannot simply be copied onto another computer. I was thinking of using VB and referring to some system … | |
Hi there First off I don't want you guys to tell me the answer that way I learn nothing., but if you could give me a pointer to what I am doing wrong it would help alot cheers :D What I am trying to do is get a dice to … | |
Hello, I am trying to migrate my application from an older unix box to the new Hp unix box with Itanium architecture.The problem I am facing is with the different versions of the aC++ compilers installed in the 2 boxes: older unix machine has : aC++ Version A.03.33 new machine … | |
Hi I have an binary of 10 bits . How do i change it to decimal suppose binary is 1000000001 . I need to get the decimal of it . Can some body gimme the psedocode?? | |
Do you have any idea what functions to use in standard library to replace these Win32 functions (GetPrivateProfileInt and GetPrivateProfileString)? Thanks! :) | |
Hello, I need to make a x^2 curve in C++. It has to be horizontal to make it easier, not vertical. I have no idea where to start, can someone put me in the right direction? Thank you. | |
Hi, i am having a problem with indexing. In my database, one of my table have 3 foreign key references, All these fields are indexed by default. I need to create an index for a regular seach item. is there any problem regarding performance, if i combine the primary key … | |
I found this very nice tutorial on what Python generators are and how they can be used: [url]http://www.neotitans.com/resources/python-generators-tutorial.html[/url] I had a difficult time with the other tutorials out there because, funnily enough, they seem to assume that you already know what generators are before they try to teach you about … | |
I want to create an application which passes a text message to a server trough an ssl port I couldn't use curl and I need to encrypt using public key. I expect anybody to help me. Thanking You | |
I just study directx9 for a few months by myself,and i've been puzzled by a problem that is how to set texture for a sphere for a long time.i want to create an real earth like that of nasa world wind.In fact,i have create an earth,but some coordinate of the … | |
how do you get the directory witch the program is instaled in ? and put it in code e.g. textbox1.text = (******get directory code*******) | |
Hi,guys how are you I just want to ask in c programming that how to return a string to a main function thanks. | |
Hi New to ASP auth_in.asp [CODE]If (Mgr_Access = TRUE) And (Adv_Access = TRUE) Then %> <!-- #include file = "login_option.asp" --> <% END if[/CODE] login.asp [CODE] <!-- MAIN BODY --> <p><b>Choose your Login Option</b></p> <form method="post" action=""> <input TYPE="radio" NAME="Login" VALUE="MG" CHECKED>Manager <input TYPE="radio" NAME="Login" VALUE="AD">Advisor </br> </br><input type="submit" value="Submit"> … ![]() | |
Alright, my situation is as stated: After a create a asp webpage, (build it) i upload it to my ftp to get it online. But when I try to get to the url, it just displays the code as if it were a text file. When i press F5 and … | |
I have an array in class array and I'd like to access it's members in class table. I'm lost on how to do this. Any help would be greatly appreciated, thanks. [code] using System; public class Restaurant { //Writes a welcome message. public void Welcome() {//start Welcome method Console.WriteLine("Welcome to … | |
I am using <?php include ('/php/header.php'); ?> in my php index file. Everything shows up in Dreamweaver, but as soon as it hits the web server and I go to access it absolutely nothing shows up. All I get is a blank page with no source code. HELP! | |
hello Can any one please help me in the following..... I making a database with Access and ASP. I have created a search option where I have a text box and a submit button. the result to this search is displayed in the same page. all i want is a … | |
what is recordset? n y we use it? <%=RS("fieldname")%> what the above expresion do? | |
Hello-- I have an ordering screen that displays hundreds of items in a datagrid and provides a blank for the user to enter a Quantity. Datagrid "CatalogGrid" is bound to a datasource which is based on the System.Collection.CollectionBase class. If the user has entered a Quantity on a row, the … | |
Hi, I am trying to write a program that tells the user the ammount of digits that are in a number for multiple numbers. I have it to the point where it will tell me the digits of the first number but it wil just write it an infinite number … | |
hi all! i'm having difficulties with arrays in java. i've got a few questions that i'm kind of stuck on and their really bugging me! i'm new to java so if anyone can help with the following questions, i'd REALY appreciate it!!!! 1) Write a loop that creates an integer … | |
I am having a debate with my network admin as we get ready to bring MS SQL Server 2005 online on our Windows 2000 network. I have been working on webpage scripts in PHP (which I am fairly familiar with) on a web host using MySQL to prepare. Now the … | |
I am having trouble calculating the discount rate in java, I have the formula and equation but cannot figure out, what the problem. and my program would compile and work but would display the wrong amt of discount. here the a part of the program.. [code] public void setDiscountRate(double discountRateBeforeTaxes) … | |
Hy, I have a JFrame main window and a Dialog window, how can i use the method [I]setPositionRelativeTo()[/I] so that my Dialog window positions centered on the main window ? Thanks | |
Hello everyone, I'm working on a school work to create a simple text-based dungeon game. In this game, a player goes from one room to another room. Each room may have an item to be taken. Commands used are like: go south, go north, take sword, drop sword, look (to … | |
>How can i convert a number to binary in c++ If you stare at it really hard, things will start to blur and when you turn your head, it'll start to look like binary in your peripheral vision. | |
I am working on an image map rollover...its basically done..but it isn't working in Firefox and I have an error in IE7, however it is still working in I.E.7...was wondering if somebody could take a look and see some glaring error that I am making in my code...It's a fairly … | |
![]() | Hi. I'm new with Java's GUI Components and I'm having a hard time with my program design right now. My program deals with manipulating database elements (i.e. fields and records) and I'm stuck with asking the user to add a new record into the database. My program originally works in … |
I have created and populated an Excel workbook with 3 worksheets. Sheet1 contains data; Sheet2 and Sheet3 are empty. I massage the data in Sheet1 and enter the output into Sheet2. I would now like to delete Sheet1 and close and save the Excel file. I am embarressed to say … | |
Hello, I'm working on a sudoku type game with 4x4 squares rather than the typical 9x9 and I have written code to generate a random number for each button when new game is clicked the problem is it will generate 1 to 4 boards and then it freezes up I'm … | |
Hello im trying to learn c++ but cant find a program to use. I dont really know what to write on so can anybody tell me? thanks :) | |
I have data in a txt file named Test2.txt that looks like this. 1a,1b,1c,1d,1e 2a,2b,2c,2d,2e 3a,3b,3c,3d,3e 4a,4b,4c,4d,4e 5a,5b,5c,5d,5e I want to put this data into a 2D array so that `dataArray[0][0]` will hold 1a, `dataArray[0][1]` will hold 1b, `dataArray[1][0]` will hold 2a, etc. However, the problem is that I need … | |
Hi all, I am new to C#(programming). Could you tell me a good link for C#. Could you please tell me the use of STATIC keyword use in C#. why static is used in the following line what are the advantages..? public static class myclass{ ..................... } Thanks and regards | |
I have output from my program. I need it to be sent directly to Notepad or any other word processor. How can I do that? it's really important--thanks. | |
![]() | ******I need help with my project. Here's the specs********** CS123 MP2 Database Table 1. On Load of the program it will read all files and put its data to the memory. a. Data file - this must be in CVS (Comma Separated Values). The first line is a header that … ![]() |
I want to upload an Image into a Jpanel .. Actually I want to do the following: 1.Thw User Clicks a jButton 2. A window will be opened by which he/she can choice a image 3. The selected image will be positioned into the Jframe provide me some tutorials or … | |
I have an html form containing the usual text boxes and a checkbox. When submitted to the server the user receives both an email acknowledgement as well as an html "thank you" page, both delivered by a perl cgi script. Depending on whether the checkbox is checked or not on … | |
hye...im having difficulities to retrieve data from one table. i need to retrieve data from few columns and multiple rows in one table and display it the data. is there any way of doin it? urgent help need!! | |
Hello, I have installed VB6 and SQL * plus (Oracle 8i). I want to connect VB6 and Oracle. That is, I want to preapare an application where in, if I enter a value in the text box, it should get appended in the table in SQL. I know how to … | |
I am making a simple payroll program that keeps track of my hours, jobs, descriptions, etc. It also keeps track of the checks I've gotten. I have three main tables: Hours consisting of date, time started, ended, total hours, customer, job, description, Payperiod number, I know this one could be … | |
This has been a long time dream of mine.I read a lot of books, sometimes really old and out-of-mainstream books. I want to build a forum where likeminded people would propose book ideas, review them etc and others can talk about that book. I also wanted to expand this to … | |
I'm creating a car dealership website and I want to display a banner on each result page, but the banner should relate to the search the user made. If the user searches for an Audi A4 the url is: [url]http://......../searchlisting.php?search=1&[/url][B]makems=38&models=25[/B]&price=-1&seller=&year=&x=35&y=8 If the user searches for an Audi A6 the url … | |
Sorry~~, I don't know where to post this quetion. Can someboy help me with this question, plz.... Suppose someone designed a stack abstract data type in which the top function returned an access path (or pointer), rather than returning a copy of the top element. This is not true data … | |
Hi all, This code block is making sure the user is entering the correct character, either y/n. char response; cout<<"\nDo you want to continue? (y/n): "; cin>>response; cout<<endl; while(response != 'y' || response != 'n') { if (response == 'y' || response == 'n') break; cout<<response<<" is an invalid input. … |
The End.