English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - March 2007

[Selected]: All categories Computers & Internet Programming & Design

I'm using a template for an asp page that takes data from a form and writes it to the database.
The form has many fields, and when I write them all in the SELECT statement, the statement runs onto two lines of code (I can't force it to be on one really long one)
When I run the form and click 'submit' i get an error:
"Unterminated string constant" which points to the end of the first line where the code wraps.

How can i wrap the code onto two lines? or how can I change the settings in Macromedia Dreamweaver so that it will not automatically wrap after a certain # of characters?

2007-03-06 05:01:55 · 2 answers · asked by jimbobbighouse 4

Does anyone know of a complete software program for creating a website for an estate agent? Something similar to ShopFactory would be good but geared towards an estate agency! Thanks!

2007-03-06 05:00:08 · 4 answers · asked by мuм τo εlεηa♥ & ηαуяα♥ 4

I was a big fan of the screensavers show on g4tech tv,but the show is cancelled now and i would like to find a similar tv show (other than Attack of the show) or maybe if there's a website that gives info on the latest technology,tips,tweaks and hacks for pc's and video game consoles,etc. I already know about "Attack of the Show" but are there any others?

2007-03-06 04:44:46 · 2 answers · asked by TjD 1

oo will they do it for me? I have never used a digital camera, or any other fancy type. Please provide step by step directions. Thanks

2007-03-06 04:39:35 · 1 answers · asked by Diver 2

were can i get my space layouts

2007-03-06 04:25:49 · 5 answers · asked by linda c 1

2007-03-06 04:18:54 · 4 answers · asked by linda c 1

2007-03-06 04:17:50 · 6 answers · asked by linda c 1

Hello,

I am trying to write a program which as part of it has to check if one date occured before or after the current date. I already have the part that returns the before/after date in YYYYMMDD format (since 20070412 would be larger then 20070406). Now I need to get the system date in this format.

If I were to be able to get the system date in this format, as a string or an int, I could then run the program:

if currentDate > userDate
{
statusLabel.setText("Your date has already happened")
}
else
{
statusLabel.setText("Your Date has not yet happened")
}

That is not the actual program, just a demo of it.

2007-03-06 04:12:49 · 1 answers · asked by Anonymous

2007-03-06 04:00:38 · 2 answers · asked by Anonymous

I am trying to create a select statement that will select data based on criteria that may or may not be given:

Select * from Table1
Where Column1 = TextBox1
and Column2 = TextBox2
and Column3 = TextBox3

The user however may not enter data into all TextBoxes which will result in the sql statement either failing or checking to see if that field contains "". How can I create one procedure that will select whether or not data is entered?

2007-03-06 03:59:44 · 4 answers · asked by instntpudn 2

OK so I've been learning C++ for a little while now.
I've spent £170 on books for it and read them all. I keep them handy as well.

My problem is that I want to start projects that will help push my knowledge. So this way i will run into problems i don't know how to overcome and be forced to look it up etc. But I can't think of any projects to make in C++ console environment.

I had a quick blast at windows forms but that's C. not c++. So i got confused fairly quickly.. System::string? not std::string? anyway..

So.. my question reall is this..
Should I
a) Keep hacking away at windows coding, i'll get it eventually.
b) Make a bigger console project to make sure i learn it all.
c) Go and learn something easier like python and come back to C later.

Any ideas or suggestions for how i should procede learning will be greatly appreciated.

p.s. I do eventually want to move to windows forms/winAPI coding. Most of the projects i really want to make would be best done in those i think.

2007-03-06 03:56:07 · 9 answers · asked by ronin.stretch 1

0

I am wanting to do a web design course. I left sixth form 3 years ago but I got good ok grade in ICT.
What would be the best course to look at?

2007-03-06 03:22:55 · 5 answers · asked by CLAIRE 2

online link

2007-03-06 03:18:26 · 2 answers · asked by Anonymous

the only way I can think of is reading in keys, but this will give me ascii numbers, is there another way thanks .

2007-03-06 02:43:45 · 1 answers · asked by dragongml 3

2007-03-06 02:38:35 · 2 answers · asked by claude s 1

Dim x, y As Integer
x = Convert.ToInt32(Me.Width / 2)
y = Convert.ToInt32(Me.Height)
e.Graphics.DrawLine(Pens.Green, x, 0, x, y)
this draws a green line but i dont understand what the ToInt32 does any one able to help?

2007-03-06 02:36:58 · 2 answers · asked by mombro 2

What could I use to program this, JAVA, LabVIEW, C? Whatever I just need to take a txt file that has large amounts of numbers and quickly put into excel file or csv? How would I go about doing this?

2007-03-06 02:32:28 · 3 answers · asked by sobe50418 1

In SQL I am trying to execute a print statement to list a set of students, which looks like this:
STUDENTS
FIRST LAST
john doe

What I want to do it underline the words STUDENTS, FIRST, and LAST without having to do another print '____' '____' , which is not verty neat looking. Is this possible, if so can someone show me how.
The print statement for STUDENTS looks like this:
print 'STUDENTS'

2007-03-06 02:31:51 · 3 answers · asked by Anonymous

my web guy used .gif and it's not working quite as fast as i want it to (u have to put the mouse over the button for a second before it changes color) he says it's my server but i think otherwise. Could i be that gif is larger than png? what else could the problem be?

2007-03-06 02:30:47 · 4 answers · asked by pugandrollwithme 2

i have a project where a user is able to sign up an account and be able to login to his own account..how do i do that for multi-users?

2007-03-06 02:04:55 · 4 answers · asked by nozmiat 3

Site map

Amazing Animals



Amazing Destruction

Amazing Earth

Amazing People

Amazing War

Amazingly Funny

this is the problem where i have amazing animals the gap is unwanted. I am trying to place an image to right of amazing animals without the gap. here is the code I have so far.

Site map

Amazing Animals

align=center>

Amazing Destruction

Amazing Earth

so how can i close that big gap that my image is making?

2007-03-06 02:01:50 · 5 answers · asked by angelheart 2

This spreadsheet tracks mandatory training and expiration dates of required training. I have a test taken date, and an expiration date. I would like to change the color of the expiration date as the date gets closer to expiration. 1-180 days green, 181-91 days orange, 90 days to 1 day red. How can I do this?

2007-03-06 01:58:15 · 3 answers · asked by vpinaula 1

2007-03-06 01:37:45 · 10 answers · asked by Anonymous

hi i want to put a pic of my own as the background of the ppt presentation - how do i do this? i want it on all the slides.
thanks!
x

2007-03-06 01:36:41 · 5 answers · asked by third space 4

I wanna add a pic to my 'about me' section on myspace :)

2007-03-06 01:12:26 · 5 answers · asked by SweetPea 3

write the full coding so that i can get some marks in tommorows exams..correct answer shall be rewarded

2007-03-06 01:10:21 · 4 answers · asked by spiker 1

I need to make a UML collaboration diagram from a kava code, can someone tell me any program can input a java code and then produce the UML collaboration diagram?

2007-03-06 01:00:58 · 2 answers · asked by Anonymous

how to jump from Form1 to Form 2 in ASP language.
i'm using isual web developer.
how the codes should be........declaration+control?

2007-03-06 00:44:20 · 1 answers · asked by MiRuL 1

fedest.com, questions and answers