Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 195
Search took 0.57 seconds.
Search: Posts Made By: macwiz
Forum: Java and JSP 10-21-2010, 06:46 PM
Replies: 3
Views: 946
Posted By macwiz
Thanks. Figured it out. I was trying to import...

Thanks. Figured it out. I was trying to import the class for some reason...

How do I actually get values back?

I currently have:
variable = method(paremeters)

where the method returns an...
Forum: Java and JSP 10-21-2010, 01:46 AM
Replies: 3
Views: 946
Posted By macwiz
Multiple Source Files

How do I split up my classes into multiple Java files (using Eclipse default package, can change if needed). I have looked all over, and can't seem to find a way to do it/get it to work.

thanks.
Forum: Computer Programming 01-08-2010, 01:50 PM
Replies: 0
Views: 687
Posted By macwiz
Regular Expression

Hi. I can't figure out how to do this.

I have this as my string.
<cfqueryparam value="anything_here" cfsqltype="anything_here">

I need to use regex to search for this:
<cfqueryparam...
Forum: JavaScript programming 01-07-2010, 02:04 AM
Replies: 5
Views: 578
Posted By macwiz
Thank you both. Got it! :-D

Thank you both. Got it! :-D
Forum: JavaScript programming 01-07-2010, 01:53 AM
Replies: 5
Views: 578
Posted By macwiz
Modify Tag

Hi. I have a bunch of textboxes that I need to run some JS on with onclick. However, no matter what I do, I cannot get it to work. I have this JS in an external file:

<script language="javascript"...
Forum: MySQL 07-22-2009, 06:11 AM
Replies: 1
Views: 584
Posted By macwiz
Querying with Conditions from 2 tables

Hi, I have 2 tables, each with a column with a true or false value. On one page, I need to check that in one table, the value is true AND that in the other table, the value is false and than return...
Forum: MySQL 07-18-2009, 07:03 AM
Replies: 1
Views: 617
Posted By macwiz
Query Row Range

Hi. I know I can query the top 10 rows in a table, but how would i get rows 11-30, 31-40, etc...? I need to get 10 results per page. Thanks!
Forum: ColdFusion 07-10-2009, 08:41 PM
Replies: 0
Views: 5,339
Posted By macwiz
Can't Update Table With Form Data in SQL Statement

Hi. Attached is the zip file of the error and the 2 cfm pages.... selectstudents.cfm goes first.

THe issue I am having is that the database is not being updated when I run the editroster.cfm...
Forum: ColdFusion 07-10-2009, 06:00 AM
Replies: 2
Views: 4,242
Posted By macwiz
I figured it out. thanks anyways.

I figured it out. thanks anyways.
Forum: ColdFusion 07-10-2009, 05:59 AM
Replies: 0
Views: 3,553
Posted By macwiz
Set Checkbox State

OK. I need help please. My setup is so:
I have 3 SQL tables, a students table, with a column for either of their 8 classes, and a username column. the username is how i track users and the classes...
Forum: ColdFusion 07-08-2009, 03:35 AM
Replies: 2
Views: 4,242
Posted By macwiz
Variable Undefined

Whenever I run this code, I get VARIABLE LNAME IS UNDEFINED

<cfquery name="TeacherFN" datasource="AITE_Test_System">
SELECT Lname, Fname
FROM dbo.[Teachers]
WHERE AD_Username =...
Forum: MySQL 07-08-2009, 02:05 AM
Replies: 2
Views: 2,333
Posted By macwiz
DELETEd rows count

Hi. How can I get the amount of rows deleted by a DELETE statement in SQL? I need to print the count on my page (I am using ColdFusion). Thanks.
Forum: MySQL 07-06-2009, 06:02 PM
Replies: 10
Views: 796
Posted By macwiz
Thanks.

Thanks.
Forum: MySQL 07-06-2009, 04:44 PM
Replies: 10
Views: 796
Posted By macwiz
Than yes, thanks. Do I need to name the the other...

Than yes, thanks. Do I need to name the the other fields, or can i do:
SELECT *, 'students' as tablename
....
UNION
SELECT fname, lname, 'teachers' as tablename
...
Forum: MySQL 07-06-2009, 04:38 PM
Replies: 10
Views: 796
Posted By macwiz
OK, thanks. I take it tablename now becomes part...

OK, thanks. I take it tablename now becomes part of the SQL output and I can use it as #tablename#?
Forum: MySQL 07-06-2009, 04:29 PM
Replies: 10
Views: 796
Posted By macwiz
OK thanks, but how do I use the tablename in my...

OK thanks, but how do I use the tablename in my data? I need to use it as a variable... I don't see anyway to return this information.
Forum: MySQL 07-06-2009, 04:06 AM
Replies: 10
Views: 796
Posted By macwiz
I wasn't using one... it's a single statement ...

I wasn't using one... it's a single statement

SELECT *
FROM Students,Teachers
WHERE username='#FORM.j_username#'


I need to know which table the username is from. None of the other...
Forum: MySQL 07-06-2009, 03:40 AM
Replies: 10
Views: 796
Posted By macwiz
Returning Results Table

Hi. I need to query multiple tables, which I can do fine, for results. However, how do I retrieve the table where my results came from? (It's CF, by the way). I need to use the table in some if...
Forum: ColdFusion 06-24-2009, 11:38 PM
Replies: 0
Views: 3,151
Posted By macwiz
LDAP Login

Hello. How do I use LDAP to authenticate users? I have a login page and a page to process it, and the #getAuthUser()# returns a result just fine, but I need to actually login with the information....
Forum: HTML & CSS 03-14-2009, 08:05 PM
Replies: 4
Views: 1,614
Posted By macwiz
Don't wrap the <input> tag inside the <label>...

Don't wrap the <input> tag inside the <label> tag. It should be:

<label>Distance</label> <input type="text" name="userDistance" size="10" class="timeData" readonly />


Take a look at the...
Forum: HTML & CSS 03-14-2009, 08:00 PM
Replies: 47
Views: 2,569
Posted By macwiz
OK. Glad to help. It was a nice refresher for me....

OK. Glad to help. It was a nice refresher for me. Haven't been on these forums in a long time. Spend most of my time on the Apple Discussions (discussions.apple.com).
Forum: HTML & CSS 03-14-2009, 07:29 PM
Replies: 47
Views: 2,569
Posted By macwiz
OK. Any other issues?

OK. Any other issues?
Forum: HTML & CSS 03-14-2009, 07:11 PM
Replies: 47
Views: 2,569
Posted By macwiz
The missing alt attribute error won't actually...

The missing alt attribute error won't actually change anything on the page. It is just the text you see when you hover over an image, or when you use a text only browser.
Forum: HTML & CSS 03-14-2009, 06:55 PM
Replies: 47
Views: 2,569
Posted By macwiz
O. Than you are stuck with the validation error....

O. Than you are stuck with the validation error. If you are really concerned, than contact whoever's RSS feed it is.
Forum: HTML & CSS 03-14-2009, 04:04 PM
Replies: 47
Views: 2,569
Posted By macwiz
I don't have the PHP source for this page, so you...

I don't have the PHP source for this page, so you need to find this line in the PHP source. However, in the HTML markup, line 182 you have this:
<div class='feedItems_main'><b>Average Review</b><br...
Showing results 1 to 25 of 195

 
Forum Jump

All times are GMT +1. The time now is 06:23 AM.