Search:

Type: Posts; User: dirty_howi

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    4,764

    Re: A Tale of two projects

    dont know why this went twice...
  2. Replies
    2
    Views
    4,764

    Re: A Tale of two projects

    Well, 286 views and no answers...

    heres the answer...

    When using SQL2008 server, you must use the SQLADODB connection type under the OLEDB(ADO) heading in the database connection. I was using...
  3. Replies
    2
    Views
    4,764

    [RESOLVED] A Tale of two projects

    the bain of everyone everywhere, two projects, two reports. One written 6 months ago, works like a champ,

    the other one (current project) wants to throw the database login box whenever the report...
  4. 4.0 Re: LINQ to SQL (EDMX Model) get column names and value from single row in DB

    1stly, force of habit, its a custom item class that i use to load string/string instead of int/string like you normallly would. all it does is get the key from the combobox and use it to look up the...
  5. 4.0 LINQ to SQL (EDMX Model) get column names and value from single row in DB

    I have an app i'm developing, Each record is singular and unique in the DB, there will only ever be a couple dozen records (not that this matters)

    i am trying to get the column name and the value...
  6. VS 2015 Re: VB.Net > ASP - What I thought should work, isn`t

    remember, if debugging is the science of taking the bugs out.

    programming is the art of putting them in :D
  7. VS 2015 Re: VB.Net > ASP - What I thought should work, isn`t

    yes in VB its


    dim x as List(of MyObj)

    ' to get things out
    for each y as MyObj in x
    y.firstproperty...
    next
  8. VS 2015 Re: VB.Net > ASP - What I thought should work, isn`t

    have you tried using a list of <T> (where <T> is your object)?
  9. Re: [RESOLVED] angularjs help, pulling hair out, and i dont have much

    I also moved the code out to a asmx file at the suggestion of a friend who does angular regularly. This was just me figuring things out and teaching an old dog a new trick, at 1000 rows it worked,...
  10. Re: [RESOLVED] angularjs help, pulling hair out, and i dont have much

    was overwhelming the select, a couple of web config changes later, and its all good (that and reducing the number of rows.)
  11. Re: angularjs help, pulling hair out, and i dont have much

    fiddler is showing a 500 error, its running IIS express, so not sure how to find out what setting is hosed.
  12. Re: angularjs help, pulling hair out, and i dont have much

    first, thank you for not raking me over the coals.

    the app hits the breakpoint i set at the API return area, the list in VS looks good (its kinda long but that shouldnt' matter) but does not seem...
  13. [RESOLVED] angularjs help, pulling hair out, and i dont have much

    I got this off the interwebs, was mucking about trying to figure out how to do a few things, mostly straight forward, (or should be). I've obviously missed something, and i modified the...
  14. MsOf365 Re: excel 2016 wont open xlsm 2007 files and keep vba

    there is a problem with our install, i opened a couple of files from home (where i have 2016) and they all worked as prescribed without unexpected issue. Will work with tech team to get this fixed...
  15. MsOf365 Re: excel 2016 wont open xlsm 2007 files and keep vba

    saving as other file type does not work with accdb files, tried compact repair, and it throws 150043 in 2016, all other standard mdb or xlsx files open and work no problem, tried exporting the files,...
  16. MsOf365 [RESOLVED] excel 2016 wont open xlsm 2007 files and keep vba

    It says it needs to "repair" the fiile (even though they work perfectly fine in 2007) and eventually removes the vba part of the file, i'm testing right now, and access does not seem to have this...
  17. Replies
    2
    Views
    567

    i currently am populating a flexgrid with blocks...

    i currently am populating a flexgrid with blocks from an acad drawing. this part works, i want to pass the data from the flexgrid to a database table...here is where it hangs...see why oh why thread...
  18. Thread: Why Oh Why

    by dirty_howi
    Replies
    4
    Views
    1,269

    sorry melanie....is no bueno.... :)

    sorry melanie....is no bueno.... :)
  19. Thread: Why Oh Why

    by dirty_howi
    Replies
    4
    Views
    1,269

    it breaks on the rsconn= or if i use with rs ...

    it breaks on the rsconn=

    or if i use with rs
    it breaks on the .open

    with object does not support this method or property
  20. Replies
    2
    Views
    567

    flexgrid vs datagrid

    can i use a data grid in place of a flexgrid control???
  21. Thread: Why Oh Why

    by dirty_howi
    Replies
    4
    Views
    1,269

    Why Oh Why

    doesn't this work....as far as i can tell it should, it compiles fine (ctrl-f5) but bombs during the run...

    it knows the rows...

    Option Explicit
    Public Sub dbAddBlocks(lstPass As Object)
    Dim...
  22. Replies
    8
    Views
    1,028

    it's crashing on with rs .open it...

    it's crashing on

    with rs
    .open


    it doesn't even get to the .open command, any ideas???????
  23. Replies
    8
    Views
    1,028

    i get a "object does not support this method or...

    i get a "object does not support this method or property" error. then it kicks out...

    numberOfItemsToCount=lstpass.rows-1 works just fine

    don't know where it is crashing....it's f8 time i...
  24. Replies
    8
    Views
    1,028

    for this portion of the project yes...then i have...

    for this portion of the project yes...then i have to figure out why the app only returns the first poly line drawn rather than all of the poly lines...but unless i can get it into a database it does...
  25. Replies
    8
    Views
    1,028

    passing it as an object works to an extent...i...

    passing it as an object works to an extent...i changed the code for writing to the database...but i think i'm gonna copy the original back to try it out.

    it knows the row and col count. that's...
  26. Replies
    8
    Views
    1,028

    I'll give it a try :) thanks

    I'll give it a try :)

    thanks
  27. Replies
    8
    Views
    1,028

    passing flexgrids

    i'm using the following to populate a flexgrid this part works...

    Public Sub acadGetBlocksInDrawing()
    Dim objAcad As AcadApplication
    Dim objDoc As AcadDocument
    Dim objnewss As AcadSelectionSet...
  28. writing data from msflexgrid to database

    I have an application that loads a msflexgrid control from a autocad drawing with all the necessary data, the user can then edit the data (add or subtract where necessary) or delete things that are...
  29. Replies
    1
    Views
    418

    checking msflexgrid for data

    How do i check to see if a msflexgrid control has data in it if i want to clear it?????? or to clear it automatically

    i know how to clear it ,but can't figure out how to determine if it's empty??...
  30. Thread: Jet Vs Sql

    by dirty_howi
    Replies
    4
    Views
    498

    looks like i get to learn sql real quick then :)

    looks like i get to learn sql real quick then :)
  31. Thread: Jet Vs Sql

    by dirty_howi
    Replies
    4
    Views
    498

    Jet Vs Sql

    Part of the application i am developing (finally got past the other issues and am now dealing with the database) requires that data gathered by the program be written to a database that we can then...
  32. Replies
    3
    Views
    443

    this :) Public Function GetList(ByVal DirPath...

    this :)

    Public Function GetList(ByVal DirPath As String, ByVal FileName As String) _
    As String
    Dim aa As Long
    Dim a As Long
    Dim Cp As Long

    ' Exit if you Forgot to pass a...
  33. Replies
    3
    Views
    443

    Indexing a NTFS volume on the network

    I have a small problem, i finally got the search routine for a specific file worked out, but it is ooooooooooooooold dog slow. i was wondering if there is a way to index all files of a certain type...
  34. Replies
    8
    Views
    661

    also try setting form1.autoredraw=true...then you...

    also try setting form1.autoredraw=true...then you shouldn't need to refresh the text box...or put the refresh command in the textchanged method...just a suggestion :)
  35. which version of C++ are you using, i've seen...

    which version of C++ are you using, i've seen this error, i had to reinstall C++ and then apply the service pack 5 to get it to go away...dont' know why it shows up but it appears that the cl.exe...
  36. Replies
    0
    Views
    473

    find file on network drive

    I am using the following function that i copied off of vb-world to find a file, the only problem is that i need to pass a variable to it rather than a straight string....it works if you know the...
Results 1 to 36 of 36



Click Here to Expand Forum to Full Width