Hi all,
I have an app which consists of 3 components
Main Component is an interface via 485 to Tag Readers
This handles all coms to and from the pyhsical units, then parses the data to a DLL...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23318262.html
I have the following Test.txt file content
field1 field2 field3
1 1 0035300608E000233004
1 2 0035160508E000012950
2 3 00352105...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23764618.html
I have the following situation:
I'm reading a string "229050708073528073621000041597" and storing it as primary Key field1
but now I need to break the string into four fields
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23864032.html
Zones:
Visual BasicDate Answered: 10/31/2008 Grade: A Views: 13
I have Windows 2000. I have VB6 with SP6. I use DAO. I created a database (.mdb) last year using VB6. I then created a VB6 program to use the database. The database consists of 6 tables. The ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23261147.html
With in VB6 local *.exe app, I need to connect to remote server (http://cpiupdates.com), and look for date on a specific file (univ.MDB). If web date is newer, download it. Or code could just do...
http://www.experts-exchange.com/Programming/Misc/Q_23411037.html
Hi.
Here's an example: the main report is a list of buyers and subreport is a list of items selected buyer purchased last month.
If an end user clicks some buyer i.e. "Details..." link to subr...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23714838.html