I'm trying to do this also, except with a numeric field field that has negatives.
When I do:
IF {?SortField} = "Total_Score" Then
ToText({@Total_Score}, "#######.##")
ELSE
{usp_Report_Client_Goals;1.Full_Name}
The sort order comes out:
0.08
-0.12
0.17
I would expect:
-0.12
0.08...
I am in a position that I've never been in before...needing to give a time frame on a project.
The project is a new application to replace an existing 3rd party application we use (Tenrox). Its a project time tracking software, where they will need the functionality of entering the time...
I believe I can achieve the same functionality I am looking for by using the TableLayout instead of the FlowLayout by setting the row height to autosize.
So far it looks good.
I searched google, and it appears my problem is a common gripe with the FlowLayout panel.
Have another issue that is layout related, so figure I'll update here instead of a new post...
I had the above working...but then I needed to add some more functionality. So what I have now is three group boxes within a flowlayout panel. When I close/hide the top group box, the bottom 2 move...
Sorry if this is wrong forum to post this...
Easiest way to explain this is: I am trying to replicate an HTML table design of 2 columns with 50% widths. Meaning that as the page size is increased, both columns grow equally.
I'm trying to do this on a windows form...with two group boxes. As...
I am new to XML and trying to do a simple read, currently i'm attempting to use XmlTextReader, but if you have a another suggestion that works I am not picky =)
Here is what I have, which doesn't work:
Dim sr As StringReader = New StringReader(Me.hidSpellXML.Value)
Dim...
I created a small .exe that runs nightly and exports a crystal report as .pdf files. Untill recently (2 weeks) ago, it ran fine for many months (11+), now it is erroring occasionly on the Report.Export() call.
Source: CrystalDecisions.CrystalReports.Engine
Message: Logon Failed.
I've done a...
the day of the week is dynamic, if its run on monday I need the query to say WHERE Monday = 1
Tuesday
Tuesday = 1
my question is more how do I add that into the string?
WHERE a.BP_Contact_Name='Calendar' AND
a.contact_for=b.biz_association_id AND...
I need to change up an existing query in an application, I have no CF expierence so need the details, as I have no clue on debugging or anything like that.
Existing query:
<cfquery name="qry_select_client_contact" datasource="#request.dsn#" dbtype="#request.dbtype#">
select...
I do understand I need to view it in a browser, but there is a time for that....when I get to points where it is ready for a browser. Like i said, what your suggesting is me going back to using Notepad.
Thank you for your answer
Not going to continue to argue with you over something that is irrelevant to what i'm asking. Trust me I know about different resolutions and that non-sense.
They created IDEs to help with this, something as simple as asking to have a stylesheet that a user will use be linked to the control...
Its an internal app, our employees will be locked to IE7 so none of that mattered in this case. What I see is what they will see, no question.
If I drop the control on a page, I can see what I want...but I would much rather see what i'm creating without having to drop it on a page and go...
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.