1
vote
2answers
40 views
Hibernate: ORDER BY using Criteria API
Hi guys,
When I write a HQL query
Query q = session.createQuery("SELECT cat from Cat as cat ORDER BY cat.mother.kind.value");
return q.list();
Everything is fine. However, when …
0
votes
1answer
68 views
Wordpress order/sort problem
Hi,
The Problem:
I would like to sort my posts based on custom fields, when the user clicks on a link. I don't know if there is a parameter that can be passed via url to reorder p …
3
votes
3answers
55 views
Are equal timeouts executed in order in Javascript?
Suppose I do
setTimeout(foo, 0);
...
setTimeout(bar, 0);
Can I be sure foo will begin executing before bar? What if instead of 0 I use a timeout of 1, 10, or 100 for bar?
Si …
0
votes
2answers
28 views
Sort flat list, group by parents
I have a flat list of pages in a mySQL Table.
ID | Tab index | Page Name | parent
Pages can be children of another page, specified by the "parent" property.
The whole list i …
0
votes
2answers
198 views
Drupal and Ubercart - Add order that customer can pay for online? Bill customer’s order without having them manually put it in their cart?
I am configuring a rental website to manage real estate property using Drupal and Ubercart.
This site will need to accept rental payments, and IN ADDITION, will need to allow the …
1
vote
2answers
97 views
dynamically create lambdas expressions + linq + OrderByDescending
how can I create a dynamic lambda expression to pass to use in my orderby function inside linq? I basically want transform "queryResults.OrderByDescending();" in "queryResults.Orde …
0
votes
2answers
47 views
.net c# order management library
I have the need for sql based library that will allow me to create products, order items, orders, etc to support e-commerce on a .net mvc site. Does anybody have a suggestion as to …
1
vote
4answers
47 views
Most efficient way to order a list by a preset random.
I have a online PHP system where users vote different awards for their friends, however I am finding that the awards in the middle of the page and at the bottom get less votes over …
-2
votes
0answers
17 views
Admin Product Images short order problem in magento. [closed]
When i browes many product and then upload them then instead of its short order they are upload in different order in magento.
1
vote
4answers
57 views
Ordering a hash to xml: Rails
I'm building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished?
hash.to_xml
2
votes
4answers
59 views
SQL to have one specific record at the top, all others below
Hey all,
I am trying to put together a query that will display one specific record (found by the record's primary ID) at the top, and display all other records below it, sorted by …
3
votes
7answers
370 views
MySQL based web app: Easiest way for users to choose order or items?
I'm working on something where users can rearrange items, and at a later time, those items need to be displayed in the order chosen. As a simple example, consider a list of items: …
1
vote
7answers
163 views
Java, how to add a “comparator” class to increase code reusability
Preface: I'm posting this on behalf of a friend (who's apparently to shy to post it himself), I browsed through the related questions and I didn't seem to find any duplicate.. But …
0
votes
1answer
37 views
Re-order records in gridview/bindingsource
I am using Telerik's WinForms controls and have a radGridView which is bound to a bindingsource to display my data. I would like to expand on the functionality of this a bit to gi …
0
votes
1answer
168 views
The account of the contact on the order Microsoft CRM 4.0
When I create an order from a contact I want the account of the contact on the regarding field and not the contact. Because of that I created a code in the onload event which works …
