Search:

Type: Posts; User: venerable bede

Page 1 of 13 1 2 3 4

Search: Search took 1.95 seconds.

  1. Replies
    1,370
    Views
    98,532

    Re: Virtual Pub now open

    Been a while since I established this pub.
    Boy has it ever gone downhill. What a hole.
  2. Replies
    9
    Views
    1,983

    Re: Parksie :-(

    12 years ago guys.
    Let's not forget one of our kinder members. :duck: :(
  3. Re: Problems changing column size (sql server 2012)

    Sorted.
    It seems that you have to rebuild the primary key after changing the column.
    Will be interested to see if this has any adverse effects on child tables e.t.c.
  4. [RESOLVED] Problems changing column size (sql server 2012)

    I have a table in my db called 'MyTable'.
    When I run the following against the table :

    select sum(max_length)
    from sys.columns
    where object_id = object_id('MyTable')

    I get the follwing...
  5. Replies
    2
    Views
    795

    Re: Problems converting a constant

    Thanks for that Si.
    Jesus, it is so obvious but couldn't see the wood for the tree I'm afraid.
    Thanks again.
  6. Replies
    2
    Views
    795

    Problems converting a constant

    I have a vbs file which contains a huge list of constants e.g

    Private Const Client = 3

    The problem I am having is that I need to change one of these constants into a variable populated by a...
  7. Replies
    0
    Views
    572

    Encryption (vbe files)

    Hi

    I have a file which is included in a number of pages

    <!-- #include file="../_script/vb/blah.vbs" -->

    The script includes some constants that I have been told to encrypt some how.
    Using...
  8. Replies
    1
    Views
    611

    8k row limit on sql server

    Hi all

    I need to add a new field to a table in sql server 2012 which needs to be 6000 chars but which may expand in the near future.
    I was thinking on making this a VARCHAR(Max) but am worried...
  9. Replies
    24
    Views
    5,437

    Re: searching through a collection

    How would I loop through them ?
  10. Replies
    24
    Views
    5,437

    Re: searching through a collection

    Is there no For Each in VB6 collections?
  11. Replies
    24
    Views
    5,437

    searching through a collection

    I have a simple collection which typically holds the following:



    Value Key
    125434 J
    544334 H

    All I want to do is to loop through it and look for H and if I find H I want to...
  12. Replies
    2
    Views
    535

    Adding subitems to a listview

    I am not to familiar with VB 6 so forgive
    .
    I am using the following to add a second column :

    Set item = listView.ListItems.Add(, , "AAA")
    item.SubItems(1) = "BBB"

    But the second line keeps...
  13. Replies
    4
    Views
    2,188

    Re: Where is my ListViewItem

    Thanks for that but I still dont get while in VB 6 I can have a listview control but no ListViewItem.
    Makes no sense to me.
  14. Replies
    4
    Views
    2,188

    Where is my ListViewItem

    Hi All

    Been forced to look at a VB 6 app which is doing my head in.
    I have added a ListView Control but for the life of me cannot create a ListViewItem in code.

    Am I missing a reference or am...
  15. Re: Strange problems with browser rendering javascript [VS 2010]

    Further Issues. The following code checks for a carriage return when entering in textbox1 ('text1') and shifts focus to textbox2 ('text2').

    function CheckForReturn() {
    if...
  16. Replies
    0
    Views
    463

    Wheres Bodhwad ??

    Wheres Bodhwad ??

    I am broken hearted and need a hug.
  17. Strange problems with browser rendering javascript [VS 2010]

    I have the following just before my </body>


    <script type="text/javascript">
    //success message..
    function OnSuccess(result) {
    if (result) {
    ...
  18. Replies
    1,370
    Views
    98,532

    Re: Virtual Pub now open

    Being disgusting is a prerequisite in this establishment. Want a job as a door man?
    You can drink all you like and beat the crap out of anyone you like.
  19. Replies
    98
    Views
    23,892

    Re: Farewell?

    But I miss him.:( He was cuddly and only rarely pooped on the carpet.
  20. Replies
    1,370
    Views
    98,532

    Re: Virtual Pub now open

    Jesus you stink.
    Have a large JD and coke to forget the years of abuse. (My catholic priest used to say that to me)
  21. Replies
    98
    Views
    23,892

    Re: Farewell?

    I have returned from the dead and shall reopen the pub forthwith.

    Where is my beloved Bodwad ?
  22. Replies
    1,370
    Views
    98,532

    Re: Virtual Pub now open

    Wow. This place has gone down hill since I opened it. You guys are pigs.
  23. Replies
    2
    Views
    1,582

    VS 2010 Advice on GPS mapping app

    Hi All (been a while)

    I have been asked to look into developing an application that will allow and administrator to map out a large factory floor.
    In essence they want something like Google maps...
  24. Recognising what code makes use of the local drive

    Hi All (Been a while)

    I have been given a bit of an epic job.
    I have an enormous code base. Literally hundreds of folders with thousands of VB.net and VB solutions scattered around.
    My job is to...
  25. Replies
    1
    Views
    745

    VS 2013 Cant connect to SQL Server

    Not sure if this is the right forum but I am having a problem.

    In VS 2013 I can see my sql server in SQL Server object explorer. It appears as :

    MY-PC (SQL Server 10.0.4000 - sa)
    MY-PC (SQL...
  26. Replies
    3
    Views
    1,235

    VS 2012 Re: Concatenate Columns in grid

    The concatenated text will go in the "part" column.
  27. Replies
    3
    Views
    1,235

    VS 2012 Concatenate Columns in grid

    I have a datagrid(Windows) which is bound to a BindingSource.

    The columns in the bindingsource are "Name", "Part", "Part1", "Part2".
    Part will always have an entry.
    If Part1 and Part2 contain...
  28. Replies
    9
    Views
    1,481

    Re: Adding items to a listview

    Ooops.
    I think I edited my post while you where answering.
    I think my problem is that I dont want the parent . All I want is a plain old list of items with column headers but can figure out how to...
  29. Replies
    9
    Views
    1,481

    Re: Adding items to a listview

    Thanks for that guys but to be honest I am not sure what you mean. I have set the view to Details mode but now My column heqders just show "Column 1, Column 2" e.t.cand the first column shows...
  30. Replies
    9
    Views
    1,481

    Adding items to a listview

    Sorry about this silly question but I haven't done any Winforms work or VB in ages.
    I am looping through a collection and adding items to a listvew control with the following code:

    For Each f As...
  31. Re: Making Stupid Android Apps For Education?!!

    And I was thinking about teaching myself java using eclipse.

    Hmmmmm
  32. VS 2012 Struggling with chartcontrol (binding to List)

    Hi all

    I have a collection called results which contains a collection of a class which has an integer called Quantity and a string called Day.

    34, "Monday"
    45,"Tuesday"
    2, Wednesday ...e.t.c...
  33. Replies
    2
    Views
    418

    Grouping by days??

    Hi

    I have the following query :

    select count(*) as Produced from prodTable where DateCreated between @startdate and @enddate) Produced,
    which returns a count of records created between 2...
  34. Replies
    3
    Views
    1,119

    Re: C# read data source from other form

    jmcilhinney is right (as usual) :-). You should keep all you data access code separate from your UI.
    If however you have to do it this way then you could always pass the connection object into the...
  35. Replies
    1
    Views
    2,372

    Failed test question (This is fun)

    A mate of mine had to do a test recently for a job. He gave me one of the questions and for the life of me it makes no sense.
    This is the question :


    A sequence of numbers is called arithmetic...
  36. Replies
    1,370
    Views
    98,532

    Re: Virtual Pub now open

    And you thought it was safe!
    Business as usual........and smoking is encouraged.
  37. Replies
    9
    Views
    1,213

    Re: Can I order please?

    That's the first time you have asked me that. Normally when I order this quantity you give me a bag for free.
    Are these still free because if they are I will have a bag, otherwise no thank you.
  38. Replies
    9
    Views
    1,213

    Can I order please?

    I would like a portion of won tons
    1 portion of Beef and King prawns in Black bean Cantonese style
    1 portion of King prawn Chow Mein
    1 portion Fried rice and 1 portion chips.

    Any chance I could...
  39. Replies
    32
    Views
    4,085

    Re: Dear Minions, I am back

    I remember you.
    How can I forget that night in Paris.
    The moon, the stars and that cheeky bottle of Chablis.
  40. Replies
    2
    Views
    1,084

    Re: An overview of Generics

    Thanks.

    I'll give it a try.:wave:
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width