No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
Greetings, I'm a newbie and cannot fathom the deployment process. I noticed WITHOUT a Setup project/Setup wizard project in my solution (desktop application) when publishing creates a setup.exe which runs an installer of a kind. Not a typical windows installer with welcome, installation folder screens etc.., I added a setup … | |
Greetings, I'm writing an application for membership maintenance, part of this is to record if a member is [B]deceased[/B]. The data is stored in an [B]access 2007 [/B]database ([B]accdb[/B]), the deceased field being of '[B]Yes/No[/B]' datatype with no default value. In Access I can write SQL to retrieve rows where … | |
Greetings, The vb.net application I'm developing is for data input and have utilised a combo box which is populated with a list of UK towns. As it is 45,000 lines long there are problems testing the application as it doesn't always run when using the standard F5 - Start debugging … ![]() | |
Greetings, I am creating an applet to draw a shape based on the selected item within the awt choice object. It currently draws the selected shape based on selection and quickly dissappears. I believe that I should be doing all drawing elements from the paint method (which I am not). … | |
Greetings, I study C++ at college using one of the earliest versions of Code::Blocks (version 1.??). If I write any programs (all build and run succesfully and use the same GNU C compiler) from home with the latest version (8.02) and open the project and compile/run with earlier version used … | |
My web-page which can be seen on the URL link within this post. Consists of a header, navigation panel, left column (text), right column(pictures) and a footer (All of these hav div tags assigned to them). The footer is set to be displayed 20pixels from the bottom using the code … | |
My website when displayed locally in I.E 7 and Firefox has the layout output as I expected. However when rendered with Dreamweaver and Geocities web hosting the footer looks different than expected as it is intended to be the same size as the header. See page:- [URL="http://www.geocities.com/raisin_smiles/index.html"]http://www.geocities.com/raisin_smiles/index.html[/URL] The footer css … | |
Greetings, I have a css file (See below) which has setting for THREE divisions "centercol", "leftcol" and "footer". The stylesheet works fine until I add an image to the division (leftcol). The settings get applied to the the footer division as printed at text is printed at the bottom of … | |
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 "int". [CODE]<FORM ACTION="wk465682AddFAQ.jsp" METHOD="POST"> Id: <INPUT TYPE=TEXT NAME=Id><BR><BR> Category: <INPUT TYPE=TEXT NAME=category><BR><BR> Question<BR><TEXTAREA NAME=question COLS=100 … | |
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 update because of the WHERE clause as I am not specifying the date correctly. I believe syntax wise I … | |
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 uses an MS Access database to store the data (Rating feild exists in the … | |
Greetings, I'm slowly building up code to do the following:- [LIST=1] [*]Display TWO selection option boxes (cascading). [*]If the FIRST selection option box changes then reload the jsp using onchange event (not changing the option box value on relaod i.e. not re-running the SQL query). [*]ONLY on initial entry should … | |
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, that is passed as a parameter to the bean is Null (debugging showed value is … | |
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 is used to populate the second (cascading). See code below, apologies for the formatting as I wrote it … | |
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 detection has problems as the ball symbol rotates and hits either the CPU symbol … |
The End.