First  |  Prev |  Next  |  Last
Pages: 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342
HEX timestamp in AS/400 QHST
Had to do a dummy select to preset the variable types to stop the bad extraction of the timestamps in the 1870s. The microseconds have to be added separately if that much precision is desired. <cfquery name="TNAMES" datasource="x"> select c.sys_tname as file from qsys2.s... 22 Aug 2006 17:23
linking back to a query after action page
Wondering if anyone knows the best way to add a link on an action page that will take a user back to a completed query page. What I have is a query results page that allows to edit or delete, after the action of either edit or deleting I need to bring the user back to the first query page so they can edit or d... 22 Aug 2006 16:51
Sourceless Deploy Doesn't Work On Linux!
Hello all.... I cfcompiled an app in windows. The compiled files run great under windows. I deploy those same files to a linux server running CFMX7 Enterprise, and the app won't run. I geet getting unexpected constant errors on each file that is loaded. If I replace a file that caused an unexpected const... 22 Aug 2006 11:26
CF Execute
Hi, Our requirement is to have a daily database dump. We have created a batch file which takes a dump of DB. We cannot use windows scheduler as it is login based and there is no gaurentee that someone else can log us out . We created a CFMl file which calls the .bat file using <cfexecute> and placed it on... 16 Aug 2006 15:57
Call a CFC that is a webservice from CF locally
I have a CFC that is a webservice used for an external VB.net application. That works like a champ, however, i would like to call this same webservice from my CF website that is located on the same server as the CFC webservice. Is this possible? i mean i guess i could treat it like another webservice (<cfinvoke ... 16 Aug 2006 12:10
Data Labels on cfchart
I'm creating a chart with two data series, one plotted as a bar graph, the other a line graph. I want to include the data value at the top of the bar graph, but exclude on the line graph. Documentation says the datalabelstyle attribute of cfchartseries identifies what to use for the series, but it seems to be e... 15 Aug 2006 15:52
PDF Print
I have a list of images in this format ( ARCHIVAL\RASTER\TBB008\TB-P&S\image1.pdf, ARCHIVAL\RASTER\TBB008\TB-P&S\image2.pdf, ARCHIVAL\RASTER\TBB008\TB-P&S\image3.pdf ...etc) so when a user clicked the " open selected images ", it should open all the images at the same pdf window NOT separate pdf window.. ... 16 Aug 2006 09:59
creating form /subform/ and subsubform
hello i need help. i am new comer to web development and my co has chosen cf here is a case that i have. please excuse me if it is unclear. 2 major forms form1 and form2 but with in these 2 there are 2 options which makes it of a total of 4 forms: with in each form (form1 and form2) there are A... 14 Aug 2006 13:46
Webservices over SSL Problem
I have a number of servers all running CF MX 6.1 All of our sites are protected by a non-public certificate authority. I have been fighting with consumption of web services on just the test box. I have use the java keytool to import the root certificates to all of the servers. After much pain with this I ... 10 Aug 2006 18:34
cfoutput in javascript
Hello, I can't seem to figure out why the below code does not work. I'm just trying to create an array from a cfquery. The code does not give any errors. but the alerts are not working. If I view the source of the browser page I can see the array has the right information in it from the db. Why aren't the ale... 10 Aug 2006 18:34
First  |  Prev |  Next  |  Last
Pages: 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342