8,966 Posted Topics

Member Avatar for jonlloydd

> when I click the record the table does not change What exactly do you mean by this? Describe what you expect to happen, but what isn't working.

Member Avatar for diafol
0
368
Member Avatar for ala_2

Are you looking for diagramming solutions or something like Windows Workflow Foundation.

Member Avatar for pritaeas
0
117
Member Avatar for Aayush_1
Member Avatar for kalcio
Member Avatar for bnmng
Member Avatar for TalhaMoazSarwar
Member Avatar for anandhachandru

https://developer.mastercard.com/portal/display/api/Sitemap If you are using a CMS like OpenCart (or others), check for the right plugin.

Member Avatar for anandhachandru
0
617
Member Avatar for rezajan
Member Avatar for F-3000

If you really want (text) logging (at some point), I can recommend [log4php](http://logging.apache.org/log4php/).

Member Avatar for Joel100
0
273
Member Avatar for pritaeas
Member Avatar for diafol
4
851
Member Avatar for mattyd

Telephone and email are not selected in the query, but the code is trying to get their value on line 82/83.

Member Avatar for pritaeas
0
1K
Member Avatar for koviko
Member Avatar for PulsarScript

Can you show some code? Do you really have to use [IComparable](http://www.dotnetperls.com/icomparable), perhaps LINQ is enough: yourList.OrderByDescending(item => item.Name); The `CompareTo` method should return -1, 0 or 1 depending on whether the passed object instance is larger, equal or smaller in order. Have a look at the link I showed, …

Member Avatar for pritaeas
0
140
Member Avatar for AntonyRayan

So many examples online. Your request is vague, what exactly are you looking for.

Member Avatar for diafol
-1
143
Member Avatar for heatherb
Member Avatar for finalist
Member Avatar for Ashleigh1
Member Avatar for AmritaHasan11
Member Avatar for DennisP
Member Avatar for Mushfik

Where is your connection? Check for errors to find the issue. $rewards = mysql_query("SELECT * FROM rewards ORDER BY points") or die(mysql_error());

Member Avatar for Mushfik
0
473
Member Avatar for Tinnin

$result = preg_replace('%<head>.*?</head>%sm', '', $subject); This worked for me. http://php.net/manual/en/reference.pcre.pattern.modifiers.php

Member Avatar for diafol
0
266
Member Avatar for ramsiva

Is it stored as a VARCHAR? You cannot just increment that. It should be possible to write a stored procedure for it, but usually such a composite ID is stored in separate columns (merged when queried). Usually such IDs are built from an AUTOINCREMENT column. Using MAX is dangerous, it …

Member Avatar for ramsiva
0
134
Member Avatar for MAtkins

I haven't uploaded your query dump yet, but one thing that causes an issue is that you are inner joining first on (FieldId = 1) and later on on (FieldId = 2). That second condition is no longer valid, as the first inner join only selects (FieldId = 1). Hence …

Member Avatar for MAtkins
0
370
Member Avatar for chrisschristou
Member Avatar for shubham2488
Member Avatar for diafol
0
284
Member Avatar for Smalls
Member Avatar for Smalls
0
385
Member Avatar for gbhs

> However I need to add a progress bar to indicate progress I don't think you can. You are starting a new process, which I doubt is returning progress information. You can start by trying to grab any output. Which application are you starting specifically?

Member Avatar for gbhs
0
718
Member Avatar for Simon_4

If I remove the `height: 12px;` from `.selservice` it shows again. That's because with the padding of 10px, a height of 12px only shows the whitespace of the padding.

Member Avatar for pritaeas
0
333
Member Avatar for arivbot

Using LINQ you can just do: ListBox1.Items.AddRange(lines.Take(10)) You'll need: Imports System.Linq

Member Avatar for pritaeas
0
300
Member Avatar for Anil_8
Member Avatar for AntonyRayan
Member Avatar for Sunil_13

We only help you with issues, we don't provide code. So what do you have, and what problem do you have exactly?

Member Avatar for pritaeas
0
60
Member Avatar for diafol
Member Avatar for joseCRJ
1
548
Member Avatar for crazyvonzipper
Member Avatar for harishprakash
Re: gzip

http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/ Assuming you are running Apache.

Member Avatar for pritaeas
0
170
Member Avatar for cbdmoversperth
Member Avatar for jez9
Member Avatar for altjen

It can reference SQLite because that can be installed on the phone. If you want to load data, I think you're stuck with creating a webservice, instead of connecting to MySQL directly.

Member Avatar for altjen
0
685
Member Avatar for sohail_bloke

https://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_length Depends on how your table is organized. Show an example.

Member Avatar for pritaeas
0
64
Member Avatar for Violet_82

Taken from here: http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx Specifically: http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx#IntrotoASP.NETMVC4withVisualStudio%28Beta%29

Member Avatar for pritaeas
1
264
Member Avatar for markdean1989
Member Avatar for markdean1989
0
209
Member Avatar for davy_yg

What are you doing with `'Lesson 3'` ? If you inject this into a query without escaping, your query will fail.

Member Avatar for diafol
0
128
Member Avatar for enterdani
Member Avatar for bubbafunk1

I think you should have the category check first, but add that there is no ID set. In the else you can check the IDs. if (is_product_category() == "powders" and get_the_ID() == -1) // or whatever it returns for a category { echo do_shortcode('[smartslider2 slider="14"]'); } else { switch (get_the_ID()) …

Member Avatar for bubbafunk1
0
211
Member Avatar for local1page
Member Avatar for milanjmp
Member Avatar for Toby14
Member Avatar for ts1989

Note that Excel might be using an OADate. If that's the case use: DateTime myDate = DateTime.FromOADate(yourExcelOADate);

Member Avatar for pritaeas
0
250
Member Avatar for Stefce
Member Avatar for Dani

The End.