User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 403,000 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,803 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 17 of 17
Search took 0.01 seconds.
Posts Made By: Robtyketto
Forum: MS Access and FileMaker Pro Mar 19th, 2008
Replies: 2
Views: 1,216
Posted By Robtyketto
Re: Access/Jet SQL: Date/time issues

After further testing it appears not to like the time format as the code below works

mdm.Database.MSAccess.runQuery("UPDATE UserOverallResults SET Results = 10
WHERE UserName = 'Rob' AND quizDate =...
Forum: MS Access and FileMaker Pro Mar 19th, 2008
Replies: 2
Views: 1,216
Posted By Robtyketto
Help Access/Jet SQL: Date/time issues

Greetings,

I'm using Flash MX connecting to an MS Access database via JET.

I've stored dates using Flash/Jet into my database as 'dd/mm/yyyy hh:mm:ss' into a DATE/TIME field.

However I can't...
Forum: JSP Mar 18th, 2008
Replies: 3
Views: 525
Posted By Robtyketto
Re: JSP: Example Rating Systems

I'm think this maybe a problem solved purely by SQL.

I'm working on the following :-

UPDATE FAQ
SET Rating = (SELECT AVG(Rating + 7) FROM FAQ WHERE Category = "Email" AND
Question = "New" GROUP...
Forum: JSP Mar 18th, 2008
Replies: 3
Views: 525
Posted By Robtyketto
Question JSP: Example Rating Systems

Greetings,

Does anybody have any ideas or existing code how to make a ratings systems i.e.

Users select 1-5 on a drop down box and it calculates the average from all the previous values, the system...
Forum: JSP Mar 18th, 2008
Replies: 5
Views: 823
Posted By Robtyketto
Re: JSP: Cascading option box problems ...

All working now, thanks for your input :)
Forum: JSP Mar 16th, 2008
Replies: 5
Views: 823
Posted By Robtyketto
Re: JSP: Cascading option box problems ...

Thanks for the reply,

I've fixed the errors, but when the user changes the value and the onChange event is actioned how do I get it to keep its previous selection?

I thought it would pass in the...
Forum: JSP Mar 16th, 2008
Replies: 5
Views: 823
Posted By Robtyketto
Help Re: JSP: Cascading option box problems ...

if (request.getparameter("OptionCategoryValue") == null)

should be getParameter

Now I get error message :-



Can any assist or offer advice, is it clear what I want to achieve?
Forum: JSP Mar 15th, 2008
Replies: 5
Views: 823
Posted By Robtyketto
JSP: Cascading option box problems ...

Greetings,

I'm slowly building up code to do the following:-


Display TWO selection option boxes (cascading).
If the FIRST selection option box changes then reload the jsp using onchange event...
Forum: JSP Mar 15th, 2008
Replies: 6
Views: 1,299
Posted By Robtyketto
Re: JSP: Problem with Integer Values, not assigning type correctly

I do understand what youre saying but due to the fact I'm against very tight deadlines, I need to go for the marks i.e. get the primary requirements finished, which unfortunately means I dont have...
Forum: JSP Mar 15th, 2008
Replies: 6
Views: 1,299
Posted By Robtyketto
Re: JSP: Problem with Integer Values, not assigning type correctly

Thanks for the advice I have done the following two:-

ALWAYS use PreparedStatement for database operations.
ALWAYS use parameterised queries for database operations.


Unfortunately I wont be doing...
Forum: JSP Mar 14th, 2008
Replies: 6
Views: 1,299
Posted By Robtyketto
Re: JSP: Problem with Integer Values, not assigning type correctly

I have resolved the initial problem of inserting the field sequence as an integer instead of a string, I changed it form a string to an integer using the code below :-

String sequenceParam =...
Forum: JSP Mar 14th, 2008
Replies: 6
Views: 1,299
Posted By Robtyketto
JSP: Problem with Integer Values, not assigning type correctly

Greetings,

Within my jsp I have HTML code (see below) which accepts input, one of these fields sequence unlike the others is an Integer and within the HTML FORM the INPUT TYPE is set to...
Forum: JSP Mar 7th, 2008
Replies: 0
Views: 1,289
Posted By Robtyketto
Help JSP/Using Beans: Unexpected Null value.

Greetings,

I have 2 JSP files and a bean which are collectively used to delete a record from an access database.

They run without errors, however the only value from the form that is required,...
Forum: JSP Feb 21st, 2008
Replies: 2
Views: 723
Posted By Robtyketto
Re: Begginer: JSP Cascading Comb box.

Should I think about reloading the form or using an onchange event?
Forum: JSP Feb 21st, 2008
Replies: 2
Views: 723
Posted By Robtyketto
Begginer: JSP Cascading Comb box.

Greetings,

Im a newbie to JSP/Javascript (unfortunalley).

However I found enough example to create code that connects to my access db and populates two combo boxes.

The selection of the first box...
Forum: Game Development Mar 29th, 2007
Replies: 1
Views: 1,885
Posted By Robtyketto
Re: Flash MX: Collison with a symbol which is rotating issue

I now understand why this is happening as during the collision the code


this.yspeed = this.yspeed*-1;


Results in the following:-

this.yspeed = this.y (y location of ball symbol)
this.yspeed...
Forum: Game Development Mar 29th, 2007
Replies: 1
Views: 1,885
Posted By Robtyketto
Flash MX: Collison with a symbol which is rotating issue

Hi,

Im a newbie to flash and have an issue regarding the collision within my pong game (pong but using football graphics). The men are placed on the top & bottom of the screen.

The collision...
Showing results 1 to 17 of 17

 
All times are GMT -4. The time now is 9:07 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC