newbie to verity

2000-05-23 Thread Kris Seaney

I want you guys to tell me if this is right.

I want to use verity to make a database searchable.

Here are the steps I think I need to take.
1. query the db
2. make the query results a collection
3. index that collection
4. search the index
5. display the results of the searched index
6. make one field of that search , for each one, a hyperlink to the
displayed doc.



Should I make a application page that stores steps 1 through 3?


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



collection vs. query

2000-05-23 Thread Kris Seaney

Hi Guys, I have this output referencing the query that verity indexed. How
do I get the data from the search instead of from the query?

Kris



#date#
#type#
#source#
#title#
#doc_name#



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



No Subject

2000-05-09 Thread Kris Seaney

Where is the best place to find custom tags?

I am looking for a kick ass search engine with in a site

Kris


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Sub Contracts

2000-05-09 Thread Kris Seaney



-Original Message-
From:   Kris Seaney [mailto:[EMAIL PROTECTED]]
Sent:   Tuesday, May 09, 2000 6:25 AM
To: [EMAIL PROTECTED]
Subject:Sub Contracts

Please list your requirements for doing some subcontracting.
Reply to [EMAIL PROTECTED]
Not to the list.

Thanks
Kris Seaney
Web Solutions Unlimited


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



unsubscribe

2000-04-26 Thread Kris Seaney

usubscribe

> -Original Message-
> From: Stanford, Nathan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 26, 2000 3:36 PM
> To: '[EMAIL PROTECTED]'
> Subject: My Personal Machine at home.
>
>
> I am having a problem... I hope this is not a repeat...
>
> I have my datasources working correctly but when I go into studio I am not
> able to connect to my local machine but my pages are working just
> fine.  It
> says that the cf server is not started.
>
> HELP I WANT MY ODBC CONNECTIONS BACK...
>
>
> Thanks to those who help!
>
> Nathan
> --
> 
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



insert ( is the list up?)

2000-04-25 Thread Kris Seaney

I want this data to go into a new table,





SELECT
Provider,DRGCD,Total_Cases,PCDTHS,Expected_PCDTH,PCDTH_Rating,AvgLOS,MedLOS,
MaxLOS,MinLOS,Expected_LOS,LOS_Rating,AvgCHG,MedCHG,MaxCHG,MinCHG,Expected_C
HG,CHG_Rating
FROM Region10Hospitals





Is this right?



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



insert

2000-04-25 Thread Kris Seaney

I want this data to go into a new table,





SELECT
Provider,DRGCD,Total_Cases,PCDTHS,Expected_PCDTH,PCDTH_Rating,AvgLOS,MedLOS,
MaxLOS,MinLOS,Expected_LOS,LOS_Rating,AvgCHG,MedCHG,MaxCHG,MinCHG,Expected_C
HG,CHG_Rating
FROM Region10Hospitals





Is this right?


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



inserting into a db

2000-04-25 Thread Kris Seaney

I want this data to go into a new table,





SELECT
Provider,DRGCD,Total_Cases,PCDTHS,Expected_PCDTH,PCDTH_Rating,AvgLOS,MedLOS,
MaxLOS,MinLOS,Expected_LOS,LOS_Rating,AvgCHG,MedCHG,MaxCHG,MinCHG,Expected_C
HG,CHG_Rating
FROM Region10Hospitals





Is this right?


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



pulling my hair out

2000-04-18 Thread Kris Seaney




Hi guys and Gals,
I got hired to come in and take over a major project. I think I got in a
wee bit over my head . Here is my first problem, I am getting this error::



Error Occurred While Processing Request
Error Diagnostic Information
Parameter 1 of function Round which is now "" must be a stk_real number

The error occurred while evaluating the expression:


 converter = "#round(getRS.regioncode)#"




The error occurred while processing an element with a general identifier of
(CFSET), occupying document position (29:1) to (29:47).


Date/Time: 04/18/00 10:42:41
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
Remote Address: 127.0.0.1
HTTP Referer:
http://localhost/WINDOWS/Desktop/work/patient_details.cfm?ID=patient&drg_cat
egory=05&query_drg=138&state=AL
Template: C:\WINDOWS\Desktop\work\patient_subtable1.cfm




here is the cfset syntax.






any ideas on where to start?


thanks
Kris Seaney


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.