Search:

Type: Posts; User: rack

Page 1 of 13 1 2 3 4

Search: Search took 0.11 seconds.

  1. MsOf03 Re: SQL IN WHERE condition using textbox on form

    [QUOTE=si_the_geek;3774030]That is entirely expected... because the textbox contains a single value (a string containing multiple numbers and commas), whereas what you type in to the query is...
  2. MsOf03 Re: SQL IN WHERE condition using textbox on form

    Koolsid,

    Nope that didn't work either.

    Its like the IN command is having issues with the fact the items to look at, the comma seperated list of values, is in a textbox on a form, instead of...
  3. MsOf03 [RESOLVED] SQL IN WHERE condition using textbox on form

    I'm trying to get a report to limit to the regions/departments that are specific to the ones in a textbox in a form.

    I can get them to display in a report by using the .value, however I now matter...
  4. Re: Combobox background appears transparent or same as Form backcolor

    I have confirmed with one of my end users who always complained about this problem. The fix I did worked.
  5. Re: Combobox background appears transparent or same as Form backcolor

    Said I didn't have permission to add new tags.
  6. [RESOLVED] Combobox background appears transparent or same as Form backcolor

    I wasn't sure the best way to title this.

    This is a post to provide information for anyone experiencing this issue.

    Symptoms:

    When viewing a form some of the comboboxes will be black or seem...
  7. Replies
    9
    Views
    1,047

    Re: Impersonate

    Like what has already been pointed out:

    You may need to give access to ASPNET, IUSR_ComputerName, and/or IWAM_ComputerName read/write permissions to the tmp and Temp folders.

    As what was also...
  8. Re: Disk or Network Error with CORRECT connection string

    LMAO thanks Mendhak.

    I don't think the pictures are as good as the ones you've taken with your camera, but they are still great =).

    I'll shoot that link over to my Admins.

    I sincerly...
  9. Re: Disk or Network Error with CORRECT connection string

    Mendhak,

    Using Impresonate with a username and password in the web.config file works. The issue was I was trying to pass the user who is accessing the website's permissions instead. This was...
  10. Re: Disk or Network Error with CORRECT connection string

    Oh =) ok hehe.

    Thank you for all the effort and time you've been putting into this also. You and Mendhak both.

    So from your question, it makes it sound like your thinking the 2nd hop issue...
  11. Re: Disk or Network Error with CORRECT connection string

    Was what I responded with, what you needed to know ?
  12. Re: Disk or Network Error with CORRECT connection string

    All computers A, B, and C, are on the domain.


    When accessing from A (The client/workstation via Internet Explorer) it does not work.
    When I access it from B (The IIS Server via Internet...
  13. Re: Disk or Network Error with CORRECT connection string

    Well reading around (a lot).

    I believe I found that the issue seems to be this. I was focused on Impersonate, and the issue was, that Impersonate doesn't work over a network, therefore I'd have...
  14. Re: Disk or Network Error with CORRECT connection string

    I tried to do Windows Authentication, and turned all other authentication off.

    If I access the site from the computer locally, it works. If however I access the computer remotely, it does not...
  15. Re: Disk or Network Error with CORRECT connection string

    Thank you both, you provided very helpful, accurate, and usefull information.

    Unforutnetly because of my lack of understanding I had a read around a bit more to fully understand.

    From what...
  16. Re: Disk or Network Error with CORRECT connection string

    Alright, so from those two links, and what Mendak has said, it sounds like the way i'm doing this, is infact what I'm suppose to do. The only difference is that you are saying I should have a...
  17. Re: Disk or Network Error with CORRECT connection string

    The network folks said they can't add the local IUSR account to the network folder in Active Domain?

    How would I give permissions to the Identity?

    Do you have any links on this subject?
    ...
  18. Re: Disk or Network Error with CORRECT connection string

    Alright,

    Doing the Impersonate using the following line works.


    <identity impersonate="true" userName="user" password="password" />

    However Apparently username is case sensitive to...
  19. Re: Disk or Network Error with CORRECT connection string

    Someone said to try putting this in the web.config file?

    <identity impersonate="true" username="user" password="password" />

    on a link I found.

    However, I did not want to do this, without...
  20. Re: Disk or Network Error with CORRECT connection string

    I wish, I'm not in the IT deparmtent, so I only get throw back servers ;p
  21. Re: Disk or Network Error with CORRECT connection string

    There is no Application Pool under the Local Computer in IIS5.0 and 5.1 that I see here.

    This link says Application Pool does not exist on 5.1
    http://msdn.microsoft.com/en-us/library/ms525832.aspx
  22. Re: Disk or Network Error with CORRECT connection string

    And this Identity is different from the ComputerName\IUSR_ComputerName, ComputerName\IWAM_ComputerName, and ComputerName\ASPNET ?

    (Reading the link you posted now)
  23. Re: Disk or Network Error with CORRECT connection string

    I just tried mapping a path to the network folder and then using that drive name.

    Didn't work, I got

    'Z:\test.mdb' is not a valid path. Make sure that the path name is spelled correctly and...
  24. Re: Disk or Network Error with CORRECT connection string

    Not sure exactly what you mean.

    The user that is logged into the IIS server, lets say the Username is IISTEST1, was added to the network folder location with read, write, modify permissions.
    ...
  25. Re: Disk or Network Error with CORRECT connection string

    If I surround the path with [ and ] I get an error that says

    'C:\WINDOWS\system32\[\florida\employees\1 on 1\BackEnd\test.mdb]' is not a valid path. Make sure that the path name is spelled...
  26. Re: Disk or Network Error with CORRECT connection string

    It works fine locally. I actually started out with it in the same folder, and moved it to the network location and changed the connection string to the above.

    How would I specify the path so that...
  27. [RESOLVED] Disk or Network Error with CORRECT connection string

    So, entire situation.

    [ASP.NET] code (Shown below) running on an [IIS server]
    [Microsoft Access Database] sitting out on the company network folder

    I've gotten 1 of 2 seperate errors.

    1....
  28. [Access 2003] Setting ControlSource at runtime causing errors

    I have a form that is purposely NOT bound.

    I want to use the controlsource of some textboxes to automatically calculate/update data on the form.

    Issue:

    It seems like Access is not liking me...
  29. Replies
    4
    Views
    1,322

    Re: Moving Access 97 to Aceess 2007

    I would have to agree with RhinoBull. If your going to be starting fresh, and either paying someone to code, or learning something new, you might as well go with a (free) and more advanced SQL...
  30. Re: How to solve the problem of Currency?

    Show the (Update) code.

    If you are having issues with the show sub showing the wrong data only after updating, it would seem that the UPDATE function is saving the values back incorrectly.

    The...
  31. Replies
    7
    Views
    764

    Re: help with my db model

    It sounds like you are looking for a Many-to-Many Relationship.

    I'm not sure if you want comments at the recipe level, the ingredient level, or comments specifically about a certain ingredient...
  32. Replies
    1
    Views
    668

    Iphone/Android Apps for Forum suppot.

    So another forum I post on www.nasioc.com has access to an app that allows posting on forums.

    (Obviously I could come to the website directly through a browser)

    Just wondering if any apps are...
  33. Replies
    11
    Views
    3,153

    Re: Timer with synchronous code

    It may just be that the events can't fire like you are saying, because the VB app is hanging, waiting for the external DLL code.

    The only other things I can think of are.

    You mentioned its...
  34. Replies
    1
    Views
    371

    Re: online query

    If you are building your query via String concatenation then just make sure you only put the WHERE condition's in that are relevant to what they checked.


    Dim strSQL As String

    strSQL = "SELECT...
  35. Replies
    2
    Views
    13,580

    Re: Get Cell value using cell address

    If you are using VBA in Microsoft Excel then the following will store the value of the cell. You will need to place this in a Sub, either in the weeksheet, or a new Module.



    Dim myValue as...
  36. Replies
    11
    Views
    3,153

    Re: Timer with synchronous code

    Timer does run "parallel" or seperate from the other code. It will fire whenever the time reaches, and it doesn't matter if you've called to an external program.

    I think this may be what is...
  37. Re: Listview.FindItem within SPECIFIC lsvSubItem column

    Thats a good alternative since I'm basically concerned with 2 IDs. One could be the text property and the other the tag.

    RhinoBull, I appreciated all your help on this, I appreciate the...
  38. Re: Listview.FindItem within SPECIFIC lsvSubItem column

    First I wanted to thank you for answering this question, and helping me with this.



    The code I provide below returns an error, but when I read your statement above It sounds like it should not...
  39. Re: Listview.FindItem within SPECIFIC lsvSubItem column

    I meant exactly what you suggested, to loop through the subitems.




    Hmm, I thought that as well, but when performing the search with Index, it throws an error.

    I did a little reading and my...
  40. Re: Problem with aplication using MS Access Database after distribution

    To help you, we need to know what the exact error you are receiving is.

    What is the error message?
    When does it happen?
    On which computers?

    Any information you can collect about the error,...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width