RE: CFM Files are "Locked"?

2002-10-04 Thread CAROSATI Gerald
I usually use the development computer as working folder and then deploy the files to the pre-prod/prod server ... Gerald > -Original Message- > From: Shawn Grover [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, October 02, 2002 12:23 AM > To: CF-Talk > Subject: RE: CFM Files are "Loc

RE: CFFILE PDF to Sybase?

2002-09-30 Thread CAROSATI Gerald
And the viewer.cfm page: PT_Attachments 'GET', 'ID', '#url.ID#' Attachments Viewer -Original Message- From: CAROSATI Gerald [SMTP:[EMAIL PROTECTED]] Sent: 30 September 2002

RE: CFFILE PDF to Sybase?

2002-09-30 Thread CAROSATI Gerald
Attachment -Original Message- From: CAROSATI G

RE: CFFILE PDF to Sybase?

2002-09-30 Thread CAROSATI Gerald
Hi there ... Here is an exemple using sql server ... Save page: <> Viewer Page: <> for the save page, I pass a URL variable (ponumber) which contains the ID of the record to save The SQL syntax will obviously have to be modified since I did it for SQL server ... for the viewer the trick

RE: Stuck Building Admin Area (modal Windows)

2002-09-12 Thread CAROSATI Gerald
Sorry I didn't test it ... Just replace the current sub by: sub ModPicture(ImageType) if ImageType <> "none" then result = window.showModalDialog("MD_ModPicture.cfm?ImageType=" & ImageType,,"dialogWidth:20;dialogHeight:20") if result = "" then

RE: Stuck Building Admin Area

2002-09-11 Thread CAROSATI Gerald
The solution U describe in the first place sounds good ... In order to do that, I would use simple VBScript as follow: This would be the page containing the form: sub ModPicture(PicType) if PicType = "none" then exit sub result

RE: server side redirect redux

2002-09-11 Thread CAROSATI Gerald
Hi, Why not using the tag ??? Gerald -Original Message- From: Tony Weeg [SMTP:[EMAIL PROTECTED]] Sent: 11 September 2002 15:57 To: CF-Talk Subject:server side redirect redux this isnt working? Ge

RE: Shrinking a SQL7 log file

2002-09-11 Thread CAROSATI Gerald
It usually indicates that your dB backup is not working properly ... Gerald -Original Message- From: Tony Weeg [SMTP:[EMAIL PROTECTED]] Sent: 11 September 2002 04:29 To: CF-Talk Subject:RE: Shrinking a SQL7 log file if you

RE: Programmatically Import XLS into SQL Server 2000

2002-09-10 Thread CAROSATI Gerald
use DTS ... -Original Message- From: Bryan F. Hogan To: CF-Talk Sent: 10/09/02 20:10 Subject: OT: Programmatically Import XLS into SQL Server 2000 Any ideas? __ Signup for the Fusion Authority news alert and keep up wi