Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sgkdnay
  • Content: Threads
  • Order by date
  1. sgkdnay

    mySQL - Wrap Around Map

    I have a grid that goes from 0,0 to 799,799 (800x800 blocks). The issue I'm having, I can't get my head working on this, an guidance or hint of help would be great. I can get the result as long it's inside the stated grid, but when it comes to wrap around the grid, it won't give me results. ie...
  2. sgkdnay

    Hidden/Visible - Load Once.. Not Again...

    I can't think on top of my head nor any site gives good example. I have a web going where I create tabs on top of the screen. Within those tab will open "your fave browser" in an iframe. (personal project) Question here is: when I click those tab, it would load, click another tab, it will...
  3. sgkdnay

    MyISAM or Insert Issue or MySQL Server Issue? *pulls hair*

    I've tried everything, tweaking setting, re-code my VB6 and for the life of me, I couldn't figure out what I'm doing wrong. I have 14k rows of data in my text file which is subsequently read into datagrid then it would attempt to update the table in database. Now the issue is that everytime I...
  4. sgkdnay

    Better Way to Check/recode Listview?

    I know there is a better way, I'm a self-learner. It works fine but takes TOO long to search thru the listview and compare each other and pulls new data listview from old data listview. Is there a better way to re-code this? Code as follows: For x = 1 To ListView3.ListItems.Count...
  5. sgkdnay

    Trouble with IE Control

    I created a VB with IE control long ago, all key function works as intended when IE is in focus. ie: backspace, CTRL C, CTRL V, DELETE, etc... I copied my old VB 'CTL' and created an new VB, parameter and all such things as exactly the same, just pondering one thing... backspace, CTRL C, CTRL...
  6. sgkdnay

    JS - Pass Value from Child to Parent

    Im driving myself nuts for the past 2 days. Tried everything to fix this, even tweaking, still no go. Might have overlooked a thing or 2... Originally (both using Element ID (not Name)): On Parent Windows - Form Called (NewCRM) and TextArea called (NoteAdd) On Child Windows - Form Called...
  7. sgkdnay

    Looping Incorrect?

    Im trying to export data from Listview. I don't think I have enough sleep atm LOL... aside that, goal is to read data from ListView (Clist) like: Row Name Town 1 John Anywhere 2 Ann Somewhere 3 Jon Whereever and export it to text, I got the export part...
  8. sgkdnay

    LV & Imp/Exp - Right Direction...

    I've been looking left to right and run into dead-end in some area that not providing what I'm really looking for. Hope you can help me point to the right direction. My objective is on "How To": -Export Listview (with arrays) -Export to CSV (or txt) -Import CSV (or txt) Many links in Tips...
  9. sgkdnay

    Learning Arrays.. Cant get it working :(

    Tried to find the "proper" way to do arrays, but for the life of me, couldnt get it to display on my listbox test. Trying to learn few things here and there. Hope you could help shed some light here. Private Sub arraytest() 'On Error Resume Next Dim Sta() As String, lsta As Long Dim...
  10. sgkdnay

    InnerHTML & Listview... Not loading "Fast" Enough...

    I know I did decent job on coding (considering learning by the book & hard way), anyhoo... I can't, for the life of me, figure out why Listview isn't capturing all the data, I checked the web and it was loading fast like it was supposed to, but the Listview isn't inputting the data quick enuff...

Part and Inventory Search

Back
Top