Questions tagged as 'visual-basic-6'

1
answer

Looping on the rows of a table in VB

I'm trying to make this looping between the rows in the database work. I have code ready in C # and I'm using it as a reference but I can not get this part to run.  Here it goes something like this: For Each Row In ds.Tables(0).Rows...
asked by 13.11.2017 / 23:30
0
answers

Macro for Import in Access

I need help to create an import macro in Access, in case using VisualBasic, I need to download a zip file, inside this zip there is an excel spreadsheet, I need to extract it, copy all data, copy and paste to a table, this process should be repe...
asked by 20.10.2017 / 13:23
1
answer

Print label argox 0s214T in vb6

I would like to know how to send the command for printer argox 0s214T to inform the type and size of the label using the usb port, since I got to put the commands via driver, more from the second label it jumps about 30 cm. ^<STX>m^<...
asked by 03.10.2017 / 22:27
1
answer

How to read XML web service in VB6?

I've got several examples on the web that worked, but I need to get the values from this file that follows the link below.    link How would I do this with VB6 ?     
asked by 22.09.2017 / 17:25
0
answers

How to pass parameters from VB6 to Crystal 9

At first I want to leave the note that is not my beach vb and crystal, I also had enormous difficulties in identifying the versions of the programs used to maintain this system. But in addition, for some years now I rarely have to touch it and I...
asked by 07.06.2017 / 21:04
1
answer

Migration with Foreign Characters?

The data is from a Firebird database and even opening with official tools the characters do not come in br format, for example: ÁGUA vem µGUA PÃO vem PÆO Find a site that, when entering a special character, for example µ...
asked by 26.03.2017 / 05:05
1
answer

More performatic way of working with Request in Classic ASP?

I'm working on a webpage that uses Classic ASP and I was left with a question, How do I store the value of a request in a variable to improve performance when compared to getting the request ("value") over the code? Is it better this way? i...
asked by 22.02.2017 / 14:44
0
answers

How can I cast a list in VB

I'm starting to program in Visual Basic and I need to cast of a list of objects. Below is the example of a class that contains a list of products in one of its attributes. Public Class KnackParsedJSon Public total_pages As Inte...
asked by 13.11.2016 / 14:14
1
answer

Take action for each row in a SQL - VB search

I would like to know if anyone can help me with the following question. In a VB code, I want to perform the search for products in an SQL table. For each product found I would like to add a button to a panel. If this is not possible, can I...
asked by 05.01.2017 / 06:03
0
answers

Code to receive file via POST

I'm doing a webAPI to receive files via post. The client will send via classic vb with the following code: Set content = CreateObject("MSXML2.XMLHTTP.6.0") content.Open "POST", url, False content.setRequestHeader "TOKEN", token content....
asked by 20.09.2016 / 14:34