Forum: Visual Basic 4 / 5 / 6 Sep 20th, 2009 |
| Replies: 1 Views: 257 I have ic c:\mydir\mdb1.mdb with a table named tabella1 and 13 fileds named p01,p02...p13 (the table is blank without records)
In dir c:\mydir\ have a dbase1.dbf with 13 fileds.
how to... |
Forum: Visual Basic 4 / 5 / 6 Jul 14th, 2009 |
| Replies: 3 Views: 448 Tks...for sugestion i know this way.
But the dsn is on other computer not is located in the pc where i run the code(?!)....
How to the script know the ip/pc/ name where the dsn is saved? |
Forum: Visual Basic 4 / 5 / 6 Jul 14th, 2009 |
| Replies: 3 Views: 448 Hi friend i use this code to connect via vb6 a mysql database in local.
Is possible to connect other pc with the same code on the dsn on original pc where reside the dsn?
Tks for all and... |
Forum: Visual Basic 4 / 5 / 6 Jun 5th, 2009 |
| Replies: 0 Views: 681 In a asp page have a combobox with 3 item(see html)
I want to loop in all items of combobox... similar:
i use this to connect oie:
Set OIE = CreateObject("InternetExplorer.Application")
... |
Forum: Visual Basic 4 / 5 / 6 May 3rd, 2009 |
| Replies: 0 Views: 248 see the image of my listview...
I want colorize each cells in rowset based the percentage in cells, how to? is possible?
for example:
if the percntage is 50% colorize half cell
if the... |
Forum: Visual Basic 4 / 5 / 6 Mar 29th, 2009 |
| Replies: 2 Views: 507 Here my code to fill listview.
When the rset are a few the code work fats but with 154.478 rset the code use
a very very time, have asuggestion?
A frined suggest me to loop all rset and fill array... |
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2009 |
| Replies: 3 Views: 506 vba for excel.
piece of my code to connect:
Set oIE = CreateObject("InternetExplorer.Application")
With oIE
'For lngRow = 1 To lngMaxRow
' PAGINA = 1 |
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2009 |
| Replies: 3 Views: 506 http://www.x-rates.com/cgi-bin/cgicalc.cgi?value=1&base=EUR
Based the link how to count element in table of this page?
note: is the table where are all currency values
tks.
in vba please |
Forum: Visual Basic 4 / 5 / 6 Jan 18th, 2009 |
| Replies: 3 Views: 499 tks SCBWV, ....
example about my prob? |
Forum: Visual Basic 4 / 5 / 6 Jan 17th, 2009 |
| Replies: 3 Views: 499 After the treeview is filled is possible to:
count how may AG-xxxxx are in 8501-xxx, count how may items are in each AG-xxxxx, , count how may items are in each SETT. -xx, ....ecc
and store the... |
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2009 |
| Replies: 2 Views: 305 Admit have mymdb.mdb with table mytable and filed myfield in c:\...
Ho to fill combobox without dupes from table, please without "select distinct..." statement is possible?
Tks. |
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2008 |
| Replies: 0 Views: 449 I use the tipical conn in ado to connect on sql.
MY prob is to find fast a string in a field (have 165.876) record.
With this condition:
Is the string is found in field then
call sub1
else... |
Forum: Visual Basic 4 / 5 / 6 Jun 5th, 2008 |
| Replies: 1 Views: 565 |
Forum: Visual Basic 4 / 5 / 6 May 15th, 2008 |
| Replies: 1 Views: 808 After i click on "Area Clienti" appear the tipical autenticatin box (see image)
How to insert in user box the value of my_var = user, and in password box the value of my_password=mypassword
and... |
Forum: Windows NT / 2000 / XP May 15th, 2008 |
| Replies: 0 Views: 448 After i click on link "Area Clienti" appear the tipical autenticatin box
How to insert in user box the value of my_var = user, and in password box the value of my_password=mypassword
and after... |
Forum: Visual Basic 4 / 5 / 6 May 3rd, 2008 |
| Replies: 1 Views: 565 I dont know if existis a way in VB classic, to enumerate or inventory listing, all server of my LAN and get info based service installed similar:Sql, MySql, DB2...ecc
Sorry me for stupid... |
Forum: Visual Basic 4 / 5 / 6 Mar 2nd, 2008 |
| Replies: 5 Views: 1,144 ..."you meant you want to check whether the file has any content in it or not? if it is a zero length file then you wish to abort the print job else you want to give confirmation?"
YES!!!!... |
Forum: Visual Basic 4 / 5 / 6 Mar 1st, 2008 |
| Replies: 5 Views: 1,144 In effect i want make a loop arrount the txt file and if the txt file is readable or writable i am sure the print job of CICS is finished...
I hope to understand me.
Sal. |
Forum: Visual Basic 4 / 5 / 6 Feb 29th, 2008 |
| Replies: 5 Views: 1,144 From a CICS application i send a txt file in dir c:\my_dir\test.txt
my probem is when the job is finished...
How to be sure when the file is updatable or movable from dir to other dir??? |