RE: MS SQL 2000 from access

2002-01-15 Thread Paul Ihrig
ectric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com - Original Message - From: "Paul Ihrig" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROT

RE: Content Management System Intranet

2002-01-15 Thread Paul Ihrig
i don't mean to knock real software development. the app is probably worth it for huge org's like GM. but for $20,500 you should get an occasional massage thrown in. guess i will write a bare bones system myself.. thanks though for the info! _

RE: Content Management System Intranet

2002-01-15 Thread Paul Ihrig
Dave you are defiantly correct. but try to explain that to controllers who still think the best way to cut costs is to fire the people who do the work, instead of correcting the business logic that got them to that point in the first place. -paul -Original Message- From: Dave Watts

RE: Content Management System Intranet

2002-01-15 Thread Paul Ihrig
Ian. that would be great. just to see what has been done, by other developers. appreciate it. i will let you know what i think after i see it. but may not get it up & running for a while since i have a ton of stuff i need to be looking into. again, thank you ___

Combining 2 tables?

2002-01-17 Thread Paul Ihrig
OK i need to merge 2 employee info tables into one. problem, both tables have employeeID as primary key 1 table has 20+ CF apps based of it the other the same amount of asp apps. how do i do this gracefully. i don't mind having the CF relat

cfinclude, who to pass for variables to?

2002-02-14 Thread Paul Ihrig
hello all. just curious how i would pass form to a n included page. say verity i have an cfinclude search field on the top of all my pages. i cfinclude the results page in small box on all my pages how do i pass the search info to the results page? normally i would just select the result page i

cfinclude, who to pass for variables to?

2002-02-14 Thread Paul Ihrig
hello all. just curious how i would pass form to a n included page. say verity i have an cfinclude search field on the top of all my pages. i cfinclude the results page in small box on all my pages how do i pass the search info to the results page? normally i would just select the result page i

RE: cfinclude, who to pass for variables to?

2002-02-14 Thread Paul Ihrig
ok. but if the page changes then the form action would have to change? so i cant just say action = 'verityResults.cfm' if the verityResults.cfm is also in each seperate page? or could i just have it where thispage always posts to the current page the form is included in? -paul -Orig

ot: auto login server & power outage

2002-02-19 Thread Paul Ihrig
hey guys asked this 3 years ago. got great help forgot how i did it now i need to build a new box. part of it was done in regedit before winnt...no win2k i want my server to login itself in when it boots up with out stopping at the login screen. also the regedit part was i think if the server

RE: auto login server & power outage

2002-02-19 Thread Paul Ihrig
elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighborware.com America's Leading Community Network Software > -Original Message- > From: Paul Ihrig [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 19, 2002 2:58 PM > To: CF-Talk > Subject: ot: auto lo

CFREPORT :: (CRPE32.DLL) could not be located

2002-02-27 Thread Paul Ihrig
ok? where do i get this dll? i thought cfreport was standard in 5? first time messing with it. do i actually need crystal on my local machine to test some one else's report? thanks -paul Error occurred while processing CFREPORT The Crystal Reports Engine (CRPE32.DLL) could not be located on

RE: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-27 Thread Paul Ihrig
:41 AM To: CF-Talk Subject: RE: CFREPORT :: (CRPE32.DLL) could not be located Don't you have to have Crystal Reports Software ($1,500 plus) installed on your server for CFREPORT to work? J -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27,

RE: CFREPORT :: (CRPE32.DLL) could not be located

2002-02-27 Thread Paul Ihrig
do i need a full version on the server to run cfreport? http://store.crystaldecisions.net/dr/v2/ec_MAIN.Entry16?SP=10024&PN=29&xid=1 5248&V1=30010453&V2=30010453&V3=1&V5=11028983&V4=10&S1=&S2=&S3=&S4=&S5=&DSP= 0&CUR=840&PGRP=0&CACHE_ID=36273 what version!?? thank you -paul _

Group in cfoutput query. brain fart

2002-03-06 Thread Paul Ihrig
sorry for the long email my problem is that if an employee has more then 1 phone number the whole record of that employee is displayed twice i would like to have it just loop over the multiple phone numbers, of that employee & display them along side there name. i have tried writing several di

RE: Group in cfoutput query. brain fart

2002-03-07 Thread Paul Ihrig
thanks Chuck & all but it is still not working the way i envision it. any more advice on this would be great! i know i know it, just cant get it! i have tried nesting different the Current Results: Adkins , John (241) Edit Photo Adkins , John 222-223- Edit Photo Anderson , Dorma

RE: Group in cfoutput query. brain fart

2002-03-07 Thread Paul Ihrig
Mathew & all thank you! got me back on track! thank you! what i did below. -paul SELECT tblEmployee.Lastname + ' ' + tblEmployee.Firstname as Fullname, tblEmployee.EMPLOYEE_ID, tblEmployee.EmployeeID, tblEmployee.StudioID, tblEmployee.Status, tblStudio.StudioID, tblStudio.OfficeID, tblStudi

<    1   2   3   4   5