search : firstname lastname

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

martyi3150533 Problem picking-up my datasource Any assistance would be appreciated ?? I connected my CF2018 to my mariaDB server: Actions Data Source Name Driver Status rhce MySQL OK But, I’m getting below output: SELECT sno, firstname, lastname, city, country, age FROM scientists Sno FirstName
2682174 CFB-4167821 Editor Features : Code Colorization Firstname Lastname ER: CFML syntax highlighting is not working properly Problem Description: CFML syntax highlighting is not working properly Steps to Reproduce: Past this into a CFM file. Actual Result: 1. Double and single
2682166 CFB-4170327 General - IDE Firstname Lastname CSS syntax highlighter broken Problem Description: This is valid CSS and it marks it as incorrect. Steps to Reproduce: 1. Open attached file with CF builder CSS highlighter Actual Result: 1. Encountered " "\"UTF-8\" "" at line 1, column 10
2682169 CFB-4168441 General - IDE Firstname Lastname Syntax highlighting is incorrect inside comment Problem Description: Syntax highlighting is incorrect inside comment Steps to Reproduce: Open attached example code with "CFML Multi Page Editor" Actual Result: Code inside a commented area
2682170 CFB-4167890 General - IDE Firstname Lastname Eclipse: "XML" shown twice in Preferences Problem Description: In eclipse preferences the the "XML" item is shown twice and not fully integrated. The adobe tree is highly outdated. Steps to Reproduce: Install Builder into Eclipse Mars or Neon
2682171 CFB-4167889 General - IDE Firstname Lastname Eclipse: "HTML" shown twice in Preferences Duplicate ID: 4167890 ColdFusion Builder Problem Description: In eclipse preferences the the "HTML" item is shown twice and not fully integrated. The adobe tree is highly outdated. Steps to Reproduce
2682172 CFB-4167888 General - IDE Firstname Lastname Eclipse: "CSS" shown twice in Preferences Duplicate ID: 4167890 ColdFusion Builder Problem Description: In eclipse preferences the "CSS" item is shown twice and not fully integrated. The adobe tree is highly outdated. Steps to Reproduce
2682173 CFB-4167887 General - IDE Firstname Lastname Eclipse: "JavaScript" shown twice in Preferences Problem Description: In eclipse preferences the the "JavaScript" item is shown twice and not fully integrated. The adobe tree is highly outdated. Steps to Reproduce: Install Builder into Eclipse
2609004 CF-3948955 Paul N. The test case works for me. Please check it in new build. Is returned result a query? YES query ADDRESS ARTISTID CITY EMAIL FAX FIRSTNAME LASTNAME PHONE POSTALCODE STATE THEPASSWORD It is an instance of QueryTable. Please check.
2613240 CF-3337394 External U. Firstname Lastname - did you try adding the required extra code such as: data.setMetadata( { "string_no": "String" } ); before your SerializeJSON() call?
the HTML CFGRID to not display query results. the following will break the CFGRID: order by #arguments.cfgridsortcolumn# #arguments.cfgridsortdirection# SELECT userID, firstname,lastname, disable, group_ID, email, username FROM
Portal Topic Bulk Inserting Data
array="#users#" index="u"> insert into mytable (firstname, lastname, email) values ( firstname#">, lastname#">,
2682167 CFB-4168736 General - IDE Firstname Lastname Evaluation expired message cannot disabled Problem Description: After install CF builder in Eclipse you will receive an Evaluation expired popup, everytime you open eclipse. It always tell you thet the Standard Edition has expired and only
2682175 CFB-4167702 General - IDE Firstname Lastname Keyboard shortcuts are not working Problem Description: All keyboard shortcuts are not working. If you press "CTRL+T a list bubbles up, but if you press A, you will not get an cfabort. You need to click the cfabort with a mouse after you press
2682176 CFB-4167694 Preferences Firstname Lastname "Active Profile" is lost and cannot not recorded by Workspacemechanic Problem Description: The formatter profiles cannot recorded with workspacemechanic. This is below "ColdFusion > Profiles > Editor > Formatter". After resetting the workbench
2673046 CF-4155265 Security Analyzer ext-user SQLi not flagged for variables in else-if and else block. Problem: SQLi not flagged for variables in else-if and else block. Method: SELECT ARTISTID, FIRSTNAME, LASTNAME, EMAIL, THEPASSWORD, ADDRESS, CITY, STATE, POSTALCODE, PHONE, FAX
David Byers How does this affect hard coded variables that aren’t variables?  For example:
SELECT firstName, lastName FROM People WHERE (Deleted = 0) AND (personID = )
 Should the “0” in this instance be in a
2613240 CF-3337394 External U. @FirstName LastName: You did see that you need to specify metadata for the struct, right? To be clear, the fix isn't "It magically works", but "you have to do X to make it work right".
----------------------------- Watson Bug ID: 4164063 External Customer Info: External Company: External Customer Name: Firstname Lastname External Customer Email: External Test Config: My Hardware and Environment details:
: External Customer Name: Firstname Lastname External Customer Email: External Test Config: My Hardware and Environment details:
: External Customer Name: Firstname Lastname External Customer Email: External Test Config: My Hardware and Environment details: Not required.
2675044 CF-4087973 S P. Certain scenarios to be covered as part of this bug: 1) SELECT ARTISTID, FIRSTNAME, LASTNAME, EMAIL, THEPASSWORD, ADDRESS, CITY, STATE, POSTALCODE, PHONE, FAX FROM ARTISTS WHERE 1=1 #listing.recordCount# #listing.currentRow# - #encode
2682176 CFB-4167694 Nikhil D. @Firstname Lastname : Thanks for pointing this out. We looked into this and here are our findings : WorkspaceMechanic recorder basically picks any read/write operation occuring to preferences file (.prefs file inside workspace metadata) of the corresponding preference
2682179 CFB-4166867 General - IDE Firstname Lastname Unable to acquire PluginConverter service during generation Problem Description: If CF Builder is installed into Eclipse MARS as plugin you get error shown. Unable to acquire PluginConverter service during generation for: C:\Program Files
Customer Info: External Company: External Customer Name: Firstname Lastname External Customer Email: External Test Config: My Hardware and Environment details:
(CSS & Javascript are missing) Expected Result: Any Workarounds: ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 4166924 External Customer Info: External Company: External Customer Name: Firstname Lastname External Customer Email: External
is incorrect and these are MANY. Expected Result: No fails. Any Workarounds: None. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 4165524 External Customer Info: External Company: External Customer Name: Firstname Lastname External Customer Email
. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 4160466 External Customer Info: External Company: External Customer Name: Firstname Lastname External Customer Email: External Test Config: My Hardware and Environment details:
. Install MySQL 5 driver and change the DSNs. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 4154053 Reason: PRHaveInfo External Customer Info: External Company: External Customer Name: Firstname Lastname External Customer Email: External Test
----------------------------- Watson Bug ID: 4150733 External Customer Info: External Company: External Customer Name: Firstname Lastname External Customer Email: External Test Config: My Hardware and Environment details:
: Expected Result: With "ß" we expect this string to me 'ß TEXT' Any Workarounds: NO workaround known. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 4150357 External Customer Info: External Company: External Customer Name: Firstname Lastname
attributecollection. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 4148583 External Customer Info: External Company: External Customer Name: Firstname Lastname External Customer Email: External Test Config: My Hardware and Environment details:
2673316 CF-4126922 Security Analyzer David Epler Should not mark some tag-specific variables as XSS (RecordCount/CurrentRow) Duplicate ID: CF-4087973 Problem Description: Given the code: SELECT ARTISTID, FIRSTNAME, LASTNAME, EMAIL, THEPASSWORD, ADDRESS, CITY, STATE, POSTALCODE, PHONE
dashboardUser(); gridProxy.setHTTPMethod("GET"); result = gridProxy.getData(page,pagesize,sort,sortdir); return result; } SELECT Emp_ID, FirstName, LastName
query=”getScientists”> #sno# #firstname# #lastname# #city# #country# #age#
Proxy.setHTTPMethod("GET"); result = gridProxy.getData(page,pagesize,sort,sortdir); return result; } SELECT Emp_ID, FirstName, LastName, EMail FROM Employees
._name#! -------------------------- test.cfm --------------------------- SELECT firstname FROM artists WHERE lastname='Kim' #application.applicationname# -------------------------- output ----------------------------------- default-app-dsn-test Greetings from Mars, Elicia!
an excel sheet: row 1: last_name, first_name, company row 2: smith, joe, row 3: doe, john, Leave the cells empty under "company" To import the data: Actual Result: Query returns only columns named "last_name" and "first_name" Expected Result: Query should have returned all columns, i.e. "last
2682178 CFB-4166921 General - IDE Firstname Lastname java.lang.NullPointerException: Failed to create the part's controls Problem Description: java.lang.NullPointerException at com.adobe.ide.coldfusion.server.util.ImportLocalServerUtils.addDefaultServer(ImportLocalServerUtils.java:285) at com
2613240 CF-3337394 External U. This has regressed in CF 11 update 3. Repro: // Villian.cfc component accessors=true { property string firstName; property string lastName; property string title; } // villian.cfm villian = new Villian(); villian.setFirstName("Julius"); villian
String: HTTP_COOKIE: ALLREQUESTS=1; DISPLAYWHAT=1; JSESSIONID=540D73616127D961BF0DC54BB2DD68A4.cfusion; EUSERID=0%25Z%3BKCR5%5F9%22NU%5F3YSV%22XM30%20%20; USERID=af21388; VERIFIED=Yes; FIRSTNAME=Ashok; LASTNAME=Ramkumar; OWA=https%3A%2F%2Fsmail%2Envenergy%2Ecom%2Fowa; CFAUTHORIZATION_cfadmin="YWRtaW4NY2ZhZG1
2673147 CF-4149128 External U. You should be able to create 2 tables with 1 record each with the fields I am using: Table: tblusers Fields: id: 95 FirstName: robert LastName: schwartz Table: hazusersys Fields: id: 95 Sys: Test1 And then use my code: SELECT
="false" {property name="firstName";property name="lastName";param name="firstName" default="abcd";param name="lastName" default="efgh";public Artists function init() {return this;}}NOTE: using param/cfparam will create keys (for firstName, lastName, etc.) as upper case in your variables scope, where as using
set charset=utf-8, or to iso-8859-1, or as above left it unspecified. Actual Result: ÐÏx11;ࡱá is the printable part of what is downloaded. Note that on our unpatched server this is also the first eight bytes of data, it's just not truncated. Expected Result: A spreadsheet with Email, FirstName
set charset=utf-8, or to iso-8859-1, or as above left it unspecified. Actual Result: ÐÏx11;ࡱá is the printable part of what is downloaded. Note that on our unpatched server this is also the first eight bytes of data, it's just not truncated. Expected Result: A spreadsheet with Email, FirstName
set charset=utf-8, or to iso-8859-1, or as above left it unspecified. Actual Result: ÐÏx11;ࡱá is the printable part of what is downloaded. Note that on our unpatched server this is also the first eight bytes of data, it's just not truncated. Expected Result: A spreadsheet with Email, FirstName
set charset=utf-8, or to iso-8859-1, or as above left it unspecified. Actual Result: ÐÏx11;ࡱá is the printable part of what is downloaded. Note that on our unpatched server this is also the first eight bytes of data, it's just not truncated. Expected Result: A spreadsheet with Email, FirstName
set charset=utf-8, or to iso-8859-1, or as above left it unspecified. Actual Result: ÐÏx11;ࡱá is the printable part of what is downloaded. Note that on our unpatched server this is also the first eight bytes of data, it's just not truncated. Expected Result: A spreadsheet with Email, FirstName
set charset=utf-8, or to iso-8859-1, or as above left it unspecified. Actual Result: ÐÏx11;ࡱá is the printable part of what is downloaded. Note that on our unpatched server this is also the first eight bytes of data, it's just not truncated. Expected Result: A spreadsheet with Email, FirstName
set charset=utf-8, or to iso-8859-1, or as above left it unspecified. Actual Result: ÐÏx11;ࡱá is the printable part of what is downloaded. Note that on our unpatched server this is also the first eight bytes of data, it's just not truncated. Expected Result: A spreadsheet with Email, FirstName
=utf-8, or to iso-8859-1, or as above left it unspecified. Actual Result: ÐÏx11;ࡱá is the printable part of what is downloaded. Note that on our unpatched server this is also the first eight bytes of data, it's just not truncated. Expected Result: A spreadsheet with Email, FirstName, and LastName
spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3975343 External Customer Info: External Company: External Customer Name: colin External
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
charset="utf-8", or "iso-8859-1", or as above left it unspecified. Actual Result: ÐÏx11;ࡱá Expected Result: A spreadsheet with Email, FirstName, and LastName in bold on the top row. Any Workarounds: None found so far. ----------------------------- Additional Watson Details
;}Author.cfccomponent persistent="true" table="Authors"{ property name="authorid" generator="native" fieldtype="id"; property name="firstname"; property name="lastname"; counter = 0; void function preUpdate( required struct oldData ) { counter++; trace( text="fired preUpdate #counter#", inline=true ); }}example
Tracker Issue Destructuring
variable. For example: function getPersonInfo( person ){ var place = {city: "New York", state: "NY"}; return { person, place }; } joe = {id: 1, firstName: "Joe", lastName: "Fusion" }; joeInfo = getPersonInfo( joe ); In the above example, getPersonInfo would return a struct with keys "person
/Users/robertsilverberg/Documents/workspace/bobmax/actual/app/bug.cfm:line 1311 : obj.setFirstname("James");12 : obj.setLastname("Bond");13 : entitysave(obj);14 : writeDump(obj);4. Refresh the page.I get the error:Could not find the ColdFusion component or interface C2.Ensure that the name is correct and that the component or interface exists.The error occurred in
.createStatement(); resultSet = statement.executeQuery("SELECT * FROM authors"); while ( resultSet.next() ) { author = resultSet.getString("firstname") & " " & resultSet.getString("lastname"); writeoutput(author & ""); } ---> ram:///a/b/ is registered in the Administrator ---> 2) Create