+ Post New Thread
Page 11 of 106 FirstFirst ... 9 10 11 12 13 21 61 ... LastLast
Threads 201 to 220 of 2115

Forum: Coldfusion - Advanced Techniques

  1. Consuming Web Service that returns a Complex Data Type

    All, I'm trying to consume a web service that returns a complex data type. I'm not having any luck. Hoping someone can point me in the right...

    • Replies: 5
    • Views: 4,924
    04:27 PM Go to last post
  2. prolbmes with bind in flash form (MX7)

    Can anyone tell me what I am doing wrong with my bind property in this CFFORM. When I use it the form will not display. <cfform...

    • Replies: 1
    • Views: 878
    04:02 PM Go to last post
  3. cfdocument and session variables

    Hi, I am trying to output a page into pdf using the following code. <!--- report.cfm ---> <cfhttp url="http://myServer/myAppFolder/myForm.jsp"...

    • Replies: 2
    • Views: 525
    03:45 PM Go to last post
  4. K2 Memory Bloat

    hello. Whenever the K2 search indexer runs. we find that the k2server process memory footprint gets larger and larger. Eventually, the server...

    • Replies: 2
    • Views: 779
    02:23 PM Go to last post
  5. cftree + cfgrid

    Hi all, I have a cftree and a cfgrid on the same page. The cftree is populated from a cfquery. When a user selects a item in the cftree i would...

    • Replies: 3
    • Views: 704
    01:02 PM Go to last post
  6. CFQUERY sql string

    Hi, Is it possible to get hold of the sql string from a cfquery after it has executed? Particularly, is it possible to get it even if debug is...

    • Replies: 5
    • Views: 2,947
    07:04 AM Go to last post
  7. CFINVOKE

    Hi, I've a problem invoking 2 cfc's in one function which has same return variable. please see the below code. my question is how does it affect...

    • Replies: 4
    • Views: 4,375
    01:04 AM Go to last post
  8. How do I bypass an Application.cfm file?

    I have an application that uses the CF Security Framework (Application.cfm, cflogin, cfloginuser), Apache, and MySQL to handle the log in process....

    • Replies: 2
    • Views: 2,329
    12:25 AM Go to last post
  9. Possible Solution to CFSearchTagException errors.

    Today my CF server started generating an odd error every time the server tried to process a Verity request. The error message was: An error...

    • Replies: 0
    • Views: 902
    11:55 PM Go to last post
  10. UDP Connection

    I run a gaming server, and there are a lot of options for PHP to read the server status directly from the server using a UDP connection to the...

    • Replies: 2
    • Views: 941
    11:16 PM Go to last post
  11. can i do a user define query

    I want to be able to create a report that is defined by what user fill out on a form. I want them to see the results in a table from the fields...

    • Replies: 0
    • Views: 1,050
    08:28 PM Go to last post
  12. Using vspider.exe to search Virtual Hosts on Apache

    Hi there, We are running apache v2, CFMX 7 standard on windows 2003 server. I want to create spiders that index at the various virtual hosts we...

    • Replies: 2
    • Views: 364
    06:27 PM Go to last post
  13. find(...

    when using the Find function can i make it so that it is case insensitive?

    • Replies: 2
    • Views: 887
    05:35 PM Go to last post
  14. <cflock> help

    AFAIK, cflock is used for protecting data in persistant scopes (i.e. session, application, client, server, etc...). Updates, deletes, inserts to...

    • Replies: 2
    • Views: 1,172
    05:24 PM Go to last post
  15. FORM scope and CFCs?

    I have a application where users take a 90 question multiple choice test, after each of the 6 pages I want to save their answers to an array for...

    • Replies: 5
    • Views: 1,649
    05:12 PM Go to last post
  16. Working with checkboxes ...

    Hey blewis Thanks for that post. I was knocking myself senseless against the keyboard trying to figure out how to update a group of checkboxes. ...

    • Replies: 0
    • Views: 785
    02:16 PM Go to last post
  17. Updating DB from a csv file

    Most text data files have one record per line. You are looping through the file as a list and specifying the vertical tab character as a delimiter...

    • Replies: 0
    • Views: 1,044
    01:31 PM Go to last post
  18. DNS query with ColdFusion

    Hi all, I need to make a DNS query from within ColdFusion MX 6.1 to figure out the Active Directories servers for a domain name (TXT records) . ...

    • Replies: 1
    • Views: 520
    11:34 AM Go to last post
  19. Dynamically variable assignment

    The following code does not work. <CFPARAM Name="FieldList" Default="FirstName,LastName,CGId,EmpId"> <CFIF IsDefined("Form.NewSearch") AND...

    • Replies: 2
    • Views: 773
    09:02 AM Go to last post
  20. Query of Query Vs Queries

    This is a theorical question (or maybe some of you have experiencied. Actually, I have a script that "queries of query" in cfmx as following: q1...

    • Replies: 0
    • Views: 1,112
    08:14 AM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139