CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HawkeyeD

Page 1 of 3 1 2 3

Search: Search took 0.16 seconds.

  1. Re: VS 2005 - Unable to debug on local IDE, but works fine on development server

    Thanks for the reply. It was a good thought, however upon changing the platform in the project and configuration manager I cleaned the solution and rebuilt it. No luck.

    Don't suppose you may...
  2. VS 2005 - Unable to debug on local IDE, but works fine on development server

    Hi everyone,

    I have a project that we perform our development for on a virtual Windows 2003 server. Recently as due to configuration requirements we had to look into creating a local instance on...
  3. Re: impersonate user SharePoint 2010 client object model

    Unfortunately, changing the Authentication type is not possible with our current setup. However, I found that you could impersonate a particular user by using something like the following code...
  4. [RESOLVED] impersonate user SharePoint 2010 client object model

    I have a .net asp app that updates a SP form. I am using the Client object model. Currently when inserting a record the record is inserted using the App pool ID. Is it possible to somehow set the...
  5. Re: Sharepoint 2010: Updating from Client Object Model

    Managed to resolve this last night (guess I just needed to step a way for a bit).

    Here's what I did.



    listItem("JobTitle") = tmpMgr.getListItemID(job.title)
  6. [RESOLVED] Sharepoint 2010: Updating from Client Object Model

    Hello everyone,

    I am not sure where to post this as I didn't see a forum for SharePoint on here. I hope someone can help me with this.

    I have a form sitting on a webapp outside of the...
  7. Re: Forcing custom date passed Regional Settings

    Ok, so excuse me for a second while I remove the egg from my face. Turns out the error while correct was for a different field I was passing up. Once corrected all others worked fine and the...
  8. Re: Forcing custom date passed Regional Settings

    I'm beginning to wonder if there isn't something else going on. I used the samples as you suggested, and the dates were coming in fine. I expected this as all the dates were being passed to a text...
  9. Re: Forcing custom date passed Regional Settings

    Ok, so I am either doing something completely wrong or misunderstood your post (probably both).

    I have tried using the culture settings in localizing my data as follows:



    If...
  10. Re: Forcing custom date passed Regional Settings

    Thanks for the reply.

    Won't this affect the entire form (or in my case the entire asp page)? Are dates controlled by the localization; meaning that North American localization will not allow me...
  11. [RESOLVED] Forcing custom date passed Regional Settings

    Hi everyone,

    This has been driving me batty for the last while. I have an application that is passing up data to a SQL server table. Part of the data is dates. Because of settings on the SQL...
  12. Re: Using DataTable populated with a Sqldataadapter

    Thanks for the help. Much appreciated!
  13. Re: Using DataTable populated with a Sqldataadapter

    Oh I think I follow. That was just some code I whipped up to illustrate what I want to do.

    Here's what I want



    For Each drRow In dtTempTable.Rows
    tmpCustID =...
  14. Re: Using DataTable populated with a Sqldataadapter

    Thanks for the reply, but not sure I follow. Would it not show the record of the row I am on?
  15. Using DataTable populated with a Sqldataadapter

    Hello everyone,

    I am fairly inexperienced with using datatables in VB. My question is this: Can I access a particular column of a table by name if it is not defined elsewhere like when I...
  16. Re: Obtaining IP address in Javascript\VBScript in non-ASP html site

    I was able to obtain the value by enabling ssi, changing the file to .shtm and then adding the following to my javascript:



    var ip = '<!--#echo var="REMOTE_ADDR"-->'


    Hawk
  17. Re: Obtaining IP address in Javascript\VBScript in non-ASP html site

    Thanks very much for the reply. I have a couple of more questions then if you don't mind.

    So I have found out that using the following php code will get me the ip address:


    ...
  18. Obtaining IP address in Javascript\VBScript in non-ASP html site

    Hi everyone,

    I am doing some development on an old website. We can't update it because of the technology it links to and so it must remain as an html page (I can't even update it to .NET).
    ...
  19. Replies
    7
    Views
    2,008

    Re: Creating a simple File System

    Then I just link them together and I have my file that I can display to the screen, update etc?

    Think I am getting an idea of how to do this now.

    Thanks.

    Any other suggestions please keep...
  20. Replies
    7
    Views
    2,008

    Re: Creating a simple File System

    I actually have things designed so that my allocation table is filename; block-in-filesystem; block-in-file, ex. Say block A it's contents spread over 3 blocks. It's blocks are in position 3, 4, 6. ...
  21. Replies
    7
    Views
    2,008

    Re: Creating a simple File System

    To keep things as simple as possible, the file size will be static.

    Thanks
  22. Replies
    7
    Views
    2,008

    Creating a simple File System

    Hi everyone,

    I have to ask a favour. I understand a lot of forums do not wish to help with school assignments and I agree, however I ask your indulgence to at least read my problem and if you...
  23. Replies
    2
    Views
    1,214

    Re: VB2008 - Query EventLog from top

    Think I came up with a solution and kinda kicking myself for not thinking of it earlier.

    When I write my for loop to read through my eventlogs I do something like this:

    For each entry in...
  24. Replies
    2
    Views
    1,214

    VB2008 - Query EventLog from top

    Hello all,

    I have written a number of programs that query the Event viewer of a windows server box, but have never been able to figure out how to do it from the top of the list. The default...
  25. VS2008 .NET 2.0 - Changes to Eventlog methods

    Hello all,

    Have a bit of a confusing one here (probably wouldn't be posting this if it wasn't I know). I have an app that I wrote some time ago in VS2003 .Net 1.1. The purpose of the app is to...
Results 1 to 25 of 56
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured