The reason is,
I have found that what if you do not have the original document. I have to change a logo in a PDF and have tried doing it with no success with Touch Up Tool. Does anyone know how to do this?
Yes I have. I have found that when I go to "Database" then to "Show SQL Query" then "Reset" then refresh the report most of my reports are fixed. But I have two reports that are still not responding. They have UDF (fields).
Hello;
Is there a quick way to get a Crystal Report back working with UDF Fileds after upgrading to Mas200 4.0.
I find with the simple reports if I remove the field, rename the report and bring the field back in it works. But the more complex reports with a bunch of formulas it becomes more...
I guess I was being lazy. I did a join, the inner join this gave me an error so I did this and it seems to work:
<CFQUERY NAME="GetContacts" DBTYPE="ODBC" DATASOURCE="#request.datasource#">
SELECT ContactType.*,
Contact.*,
Account.*
FROM ContactType,
Contact,
Account
WHERE...
I have an output that is duplicating by 2.
So if I have one record it shows 2.
I have verified that there is one record created not 2 in the access DB.
Here is the query:
<CFQUERY NAME="GetContacts" DBTYPE="ODBC" DATASOURCE="#request.datasource#">
SELECT ContactType.*, Contact.*
FROM...
Hello;
I have to create a quick fix in order to output a special item.
So,
I want to do this:
If the field iContent has ONLY ** in the field, it will not show. BUT, if the field has ** more text. It will show.
Can I do this with CFIF?
Many thanks,
Eric
I know, if it is simple whay are you asking?
Here is my Query:
------------------------------------------
<CFQUERY NAME="GetContacts" DBTYPE="ODBC" DATASOURCE="#request.datasource#">
SELECT ContactType.*, Contact.*
FROM Contact, ContactType
WHERE
ContactType.ContactType =...
Thanks, I figured it out. All I had to do was get rif og the hidden field:
<INPUT TYPE="hidden" NAME="AccountID" VALUE="#session.AccountID#">
Then just put #session.AccountID# in the VALUES in the SQL.
Thanks for the help though.
Eric
Here is what I have on my Application Page:
---------------------------------------------
<cfapplication name="LoudNews"
clientmanagement="Yes"
sessionmanagement="Yes"
setclientcookies="Yes"
clientstorage="Cookie"
sessiontimeout=#CreateTimeSpan(0,0,45,0)#>
<CFIF NOT...
Try this:
I just tried it and it worked:
----------------------------------
<CFFORM ACTION="testaction.cfm" METHOD="POST" NAME="submit">
Please Enter Your Name<BR>
<CFINPUT TYPE="text" NAME="Contact" SIZE="20" REQUIRED="Yes" MESSAGE="Name is required!">
<INPUT TYPE="submit"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.