Questions tagged as 'visual-basic-6'

0
answers

APPLICATION VB6 ERROR

From time to time (3 months) an application, which is running in vb6, at times and in some clients, presents the following message. Failed to load control "" from "" Your version of may be outdated. Make sure you are using the version of the...
asked by 14.04.2018 / 21:50
1
answer

I need to update my acces database (.mdb) from an external computer

Hello, I have a client with two stores and I need the database to be interlaced. I need a primer on how to start studying this. obs: the database is local, not in the cloud     
asked by 16.11.2017 / 20:37
0
answers

Error trying to open an Excel file

I'm trying to open a document in excel via vbScript. I am not succeeding at execution, running is generated the following error, without description:    -2147417851 The problem occurs when you run the following command: Set objExcel = C...
asked by 11.10.2017 / 15:06
1
answer

VBA - Application definition or object definition error

I'm trying to retrieve the amount of rows from an excel worksheet to format it, however I'm encountering the application definition or object definition error. Below is the code snippet. Private Function formataPlanilha(pathWorkbook As String,...
asked by 22.09.2017 / 15:11
0
answers

VBA - generate csv from cells

I want to generate a CSV file from the 3-column data, but they present me with an error, could they help me? Follow the code below: Sub GravaTXT() Dim wbkExport As Workbook Dim shtToExport As Worksheet Dim name As String...
asked by 11.09.2017 / 16:04
1
answer

Compare Plugin NotePad ++ is it possible to use in VB6 or .NET?

I need to know if it is possible to use the Notepad ++ Compare plugin in the projects made in VB6 and .NET. If so, I would like some tips on how I can use it. And I have no idea how to start. The system that I'm adjusting needs to send me...
asked by 11.08.2017 / 19:24
0
answers

Error to close form

What could be happening, because when I say close a form with unload me, it is giving the following error: Unable to unload within this context     
asked by 21.04.2017 / 04:30
0
answers

Error while compiling project in Visual Basic 6

When I try to compile my project it gives this error: Idonotknowifit'saproblemwithCrystalReports(Seebackgroundinblue),orifit'sreallytheproblemwithVisualBasic6.I'veneverworkedwithVB6,andmyactingherewouldbeonlywith%IneedtoincreasetheMaxLengthofaf...
asked by 19.04.2017 / 18:54
1
answer

How to show in the VB6 IDE in tabs, open project forms

How to show in the VB6 IDE in tabs, the open forms of the project? In Delphi it already shows everyone, but in VB6 I do not know, I've never seen VB6, it's the first time. How to close open forms? This is in design time, not run time. It is not...
asked by 25.04.2017 / 18:20
1
answer

Routines between different forms in VB

Well, I'm doing an application in VBA with 2 forms. In form1 I have a flexgrid that loads records from a database and in form 2 I have a textbox that inserts registration in the same database. What I want to do is to click the add button of form...
asked by 17.03.2017 / 00:54