Search:

Type: Posts; User: halford13

Search: Search took 0.01 seconds.

  1. Re: SQL Server 2005 - Split string into table using WITH recursion (no loops)

    hmm ... the link works for me.
    Lets try again:
    http://www.sqlservercentral.com/Forums/Topic817039-1683-1.aspx

    "http://www.sqlservercentral.com/Forums/Topic817039-1683-1.aspx"
  2. Re: SQL Server 2005 - Split string into table using WITH recursion (no loops)

    check this discussion: http://www.sqlservercentral.com/Forums/Topic817039-1683-1.aspx
  3. Replies
    1
    Views
    9,276

    SQL Server - JOIN technique

    I have next tables: Sales, Products, Brands
    I want to display all sales for products belonging to a list of brands (Ids) ',123,2354,4567,' OR ALL Brands (if this list is empty)

    Using the...
  4. Replies
    0
    Views
    6,594

    COUNT(*) and Display TOP 100

    Let’s say you have a result set with 5000 records but you want to display only 100 of them and in the same time to display the count of ALL records (5000).


    Let's say you have a table,...
  5. Replies
    1
    Views
    1,827

    VS 2005 AxOWC10.AxSpreadsheet

    Hi,

    I use a datagridview (READONLY) to display some data (from a storder procedure).
    I have a button "Export" which should export all the data displayed in the datagrid to an excel file.

    My...
  6. [2005] Find a Treenode in a TreeView by its value

    Hi,

    I just used the ASP.NET treeview for the first time and looks not so "smart" as the one from windows.

    What do I want: to select / check a TreeNode based on its .Value property.

    ...
  7. Replies
    1
    Views
    471

    [2005] Find TreeNodes in TreeViews

    Hi,

    I just used the ASP.NET treeview for the first time and looks not so "smart" as the one from windows.

    What do I want: to select / check a TreeNode based on its .Value property.

    ...
  8. Re: [2005] AxOWC10.AxSpreadsheet - 2e4 displayed as 2.00E+04

    Hello,

    Me again.
    So I found a way like:
    MyVar = "2E4"
    AxSSheet.ActiveSheet.Cells(x,y).value = "=T""" + MyVar + """)"

    Anyway, thank those who have viewed my problem.
  9. [RESOLVED] [2005] AxOWC10.AxSpreadsheet - 2e4 displayed as 2.00E+04

    Hello,

    I use an AxOWC10.AxSpreadsheet object and I want to transfer the value "2e4" from a textbox called txtName to MyAxSSheet.Cell(x,y)

    The problem is: the displayed value is "2.00E+04". Why?...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width