Search results for query: *

  • Users: MiloCold
  • Content: Threads
  • Order by date
  1. M

    Persistent MainMenu Mnemonic

    Hi Everyone! So here's the issue I'm having, I have added a MainMenu compinent to my form and gave it a proper mnemonic (text = &Testing Item). This allows the "T" to be underlined when a user hits the alt key. Swell... In most professional apps I see the underlined letters are shown with out...
  2. M

    Controlling NIS from VB Code

    Greetings, Ok, I've got this application that FTPs files to a directory based on if the file has been updated or not. The entire transfer is typically around 11 MB. The issue is when I enable NIS on my machine the FTP app slows to a crawl and my processor gets pounded like Mike Tyson. When I...
  3. M

    Creating a stored procedure from VB.net and runnning it

    Greetings Peoples, My current project takes one tab-delim text file and produces several tab-delim text files (that are logically related); these files are formatted in such a way that each record--in each file--can be sucked into their related sql table without any modifications via a related...
  4. M

    dataview.sorted to datatable issues

    Hola peoples and peoplettes, So, I've been reading up on this way to store a sorted dataview in a new datatable, the steps taken below seem to work right (in the datagrid), yet when I start stepping through the sorted datatable the Accts aren't in order. Can someone tell me what gives? Thx...
  5. M

    Crystal Reports: Report Per Account?

    Greetings, Our company is starting to use Crystal Reports in conjunction with SQL. Basically, I have a table with three accounts (x,y,z) and each account is related to bunch of records specific to that account. I'm trying to create a summary report for each account (like endofthemonth.rpt) in...
  6. M

    Inserting DataTable Contents into SQL Table

    Greetings, I have a created a datatable and have populated it with all sorts of goodies, but now I can't figure out how to insert this datatable into an already existing sql table. Can someone explain how this might be done? I'm not sure what additional info may be needed but for starters: ->...
  7. M

    How Should I Release Variable Memory

    Greetings, I've been reading on the various methods used to release memory/ manage it and frankly I'm a bit confused. This is what I'm trying to accomplish: My program starts off by declaring/defining some vars, opening a directory and grabing some text files. If no text files our found I...
Back
Top