Search:

Type: Posts; User: Zelot

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: Threading Issue

    by Zelot
    Replies
    3
    Views
    2,651

    Re: Threading Issue

    Hi JM,



    Application: IPC.Integration.View.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.

    Exception Info:...
  2. Thread: Threading Issue

    by Zelot
    Replies
    3
    Views
    2,651

    Threading Issue

    Hi,

    We have a server that contains an application that integrates SAP and Salesforce. Now this app has several tasks that runs simultaneously. Everything is working fine up until I added to...
  3. Replies
    3
    Views
    2,093

    4.0 Re: Webbrowser Control Finding Elements

    Hi,

    Sorry for the late reply. I was stuck somewhere without internet. By the way this is the link.
    https://drive.google.com/file/d/0B6hT4V-c4wTZWjRWM0hIVVRVdkU/view?usp=sharing

    I need to...
  4. Replies
    3
    Views
    2,093

    4.0 Webbrowser Control Finding Elements

    Hi,

    I have this requirement. In our system we have a list of contacts, and for each of these contacts we have saved their linkedIn Profile links. Now everytime a contact changes their Company...
  5. Replies
    81
    Views
    15,127

    Re: When did you start coding? What's your story?

    Started coding at 2001 using vb6, I was addicted to games at that time and decided to make my own game (still have no idea at that time how hard it could be). My plan of making my own RPG ended up...
  6. Re: Webservice Call to A long running Stored Procedure

    Update

    1. Removed the inner cursor using TG and SZL's advice and the results are very noticeable indeed. I have a contract that generates about 258,000 records. From a 15 min processing time it...
  7. Re: Webservice Call to A long running Stored Procedure

    Hi TG, I'll test it in a while got stuck documenting things.
  8. Re: Webservice Call to A long running Stored Procedure

    1. The first part of the stored procedure "The big query" is to get all of the stock keeping units of all the products in the contract and perform several calculations.
    2. The second part is the...
  9. Re: Webservice Call to A long running Stored Procedure

    Please see link for the table structures and stored procedure. Please note that all of the fields are set to NVARCHAR(MAX)
    ...
  10. Re: Webservice Call to A long running Stored Procedure

    Apologies for the late reply.

    Currently the plan is to create a Log table where the processing of the stored procedure is logged. At the start of the stored procedure a record will be inserted...
  11. Re: Webservice Call to A long running Stored Procedure

    Are you talking about a windows service? Why is it a bad idea?

    **Edit Will get back as soon as I get home. Appreciate all the help/advice you guys can give.
  12. Re: Webservice Call to A long running Stored Procedure

    For the item that I was testing it was about 5 mins more or less.



    The stored procedure's background goes like this.

    1. The front end for this project is Salesforce.
    2. We have 3 tables...
  13. Webservice Call to A long running Stored Procedure

    I have this Web method that calls a stored procedure that runs for a long time. The problem is the stored procedure stops midway and doesn't push through. Now I know that the problem is not in the...
  14. Replies
    11
    Views
    1,480

    Re: What do you think about iPhone 6?

    Way too overpriced for what it does. I'm not buying that piece of ..... <smokes outside>
  15. Replies
    53
    Views
    5,697

    Re: What is in your pocket?

    Front Left: hanky, Cellphone
    Front Right: car keys, lighter, half pack of marlboro, coins
    Rear Left: Recipets, Comb
    Rear Right: Wallet
  16. Re: How to prevent making duplicated rows in datagridview table

    Another variation of what @wes4dbt is suggesting. Load your content into an object then use distinct and then bind it to your grid. This will simplify what you are doing.


    var contents = new...
  17. Re: How to prevent making duplicated rows in datagridview table

    Can you post an example content of your textfile.
  18. Replies
    10
    Views
    4,086

    VS 2012 Re: List view Grid in vb.net

    Just use a grid and specify the headers that you want to be shown. You can eliminate a big chunk of your code and simplify things.
  19. Re: How to prevent making duplicated rows in datagridview table

    Why don't you just bind it and if there are duplicates check the object that you are binding to your grid, if there are really duplicates in it then check your query.
  20. Replies
    2
    Views
    613

    Cool Stuff in Visual Studio

    I just found out that you can see the assembly code of your .net code using Debug.Disassembly and trace through it. It looks so damn cool but too bad I'm not one who can benefit from it.

    Is there...
  21. Replies
    22
    Views
    2,700

    Re: Depression, how do you deal with it?

    Food, Beer and friends usually work's for me ... adding sex to the formula would be better but i'm single right now :(
  22. Replies
    2
    Views
    760

    Re: Cannot convert to double

    Perhaps you are passing an empty string to a variable/parameter somewhere there that is of type double as there is no validation.
  23. Thread: redacted

    by Zelot
    Replies
    4
    Views
    7,424

    VS 2013 Re: Show image inside of textbox

    Just make a borderless textbox with a picture box beside it. If you highlight https:// you'll notice that your cursor stops just after the image and I assume that the image is not inside the textbox
  24. VS 2010 Re: Conversion from DBnull to Integer is not valid?

    Just to add to what they posted here you can try using Coalesce in your query.


    Select Coalesce(<field>,0) as <fieldAlias> From Table


    if the field's value is null it'll default to zero.
  25. Replies
    16
    Views
    10,219

    VS 2012 Re: How would I make an animated GIF file

    I did some research on it and read something about adding metadata to it. Unfortunately I haven't got it to work.
  26. Replies
    0
    Views
    598

    Query Optimization Question

    I have a table named tblMIDExt it has a field called status and it's values could only be 0,1,2,3,5 (There is no 4 let's just leave it at that).

    Output
    ID,SubID,Status,Remarks

    Conditions...
  27. Re: Event triggers another Event Infinite Loop

    How about trying to set its .text property to string.empty instead of modifying the selectedindex. Whenever you change it's index that event will be triggered again.
  28. Replies
    72
    Views
    8,219

    Re: Advantages of Smoking

    Ok somebody just shoot me already :(
  29. Replies
    72
    Views
    8,219

    Re: Advantages of Smoking

    Ah well that is one of the risks. I'll take my chances.
  30. Replies
    72
    Views
    8,219

    Re: Advantages of Smoking

    For me smoking wakes me up better than coffee on long nights another thing is that the place where I work at is at the same building as FHM's office so after lunch there are usually models at the...
  31. Replies
    72
    Views
    8,219

    Re: Advantages of Smoking

    I also smoke, usually 2 sticks after every meal or when I'm really pissed/stressed about something.
  32. Replies
    58
    Views
    7,495

    Re: What watch do you wear?

    I think it's like having to ride an old beaten up volks wagen hunchback against riding a ferrari to work ;)
  33. Replies
    58
    Views
    7,495

    Re: What watch do you wear?

    When I was still at elementary school I used to have this casio remote watch. After school me and my friends would go to the mall and mess with the guy on the television store he would get creeped...
  34. Replies
    58
    Views
    7,495

    Re: What watch do you wear?

    I have a fossil townsman which I rarely use, except for special occasions. I honestly have zero to non use for it because I usually wake up from an alarm clock and my work revolves around computers...
  35. Replies
    9
    Views
    1,476

    VS 2012 Re: [RESOLVED] List of T

    We don't use money from where I'm from. We give chickens instead. ;)
  36. Replies
    9
    Views
    1,476

    VS 2012 Re: [RESOLVED] List of T

    @jmc thanks for clearing that up. I would've rated your post but vbf is saying that I should spread the love first.

    @Niya are you crazy!? <insert random language here> is better :bigyello:
  37. Replies
    9
    Views
    1,476

    VS 2012 Re: List of T

    Sorry for butting in but isn't the problem because ListOfItems.Item(x) does not have a .name property? Because if it has that property that is of type string there would be no error.
  38. Replies
    19
    Views
    1,623

    VS 2012 Re: Sharing variables in multiple forms

    Another alternative would also be the use of singleton classes.

    http://msdn.microsoft.com/en-us/library/ff650849.aspx
  39. Replies
    8
    Views
    1,425

    VS 2010 Re: Average Function Help

    I suggest you step-through your code. It'll answer all your questions :)
  40. Replies
    5
    Views
    1,061

    Re: [RESOLVED] regex pattern ?

    Try changing your pattern to



    (?<=<pre>)(.|\n)*?(?=</pre>)


    so your matching won't include the tags ;)
Results 1 to 40 of 174
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width