Questions tagged as 'vb6'

1
answer

Does #Name appear? when I give a text box a default value in Access

I have a form in which I have a text field where the user's work date is entered, which by default I would like it to show the date of the current day. Investigating on the internet I found the function "Date ()" that does just that. The prob...
asked by 01.02.2018 / 19:53
0
answers

FileListBox does not show files with hidden extensions in Windows Explorer

I have a problem with the option "Hide extensions of known files" in Windows Explorer and Visual Basic 6, specifically with the FileListBox component. The problem has happened to me when installing in a couple of clients a program that, among...
asked by 27.11.2017 / 01:58
1
answer

sql query from vb6 to oracle

I need to insert an insert from VB6 to an Oracle database, I changed the procedure, according to the help they already gave me, respecting the Oracle syntax. but now I get Now I get the error "invalid column name", could you help me with some id...
asked by 30.08.2017 / 14:49
2
answers

vb6 listview control delete dotted border

I am modifying an old application of my work. Through winsock and listview I show a series of printers and basically their status. I'm complicating a dotted box around the 1st item in the listview, I do not know how to avoid it. The idea is that...
asked by 14.02.2017 / 15:24
1
answer

Open file selected by your route - [VB6]

Hi I have a question I hope you can help me, I have a archivo .csv I want to open but you must select the file previously, once selected I get your route and your name, but here comes the problem, as I do to pass your route and name the c...
asked by 21.09.2016 / 20:42
1
answer

Unable to run an SSIS package from vb6

I'm trying to execute a paquete SSIS from vb6 . From c# I can run the package if I use the following App.config: <?xml version="1.0"?> <configuration> <startup> <supportedRuntime version="v4.0...
asked by 25.08.2016 / 02:49
0
answers

Vb6.0 Open an array of Images

I'm trying to save a list of image names and then open them, but it does not work. "For now, just open an image of each guide." You can help me, this is my code. Public Function ObtenerImagePath(id As Long) As String Dim rtn As String Di...
asked by 19.12.2018 / 19:08
2
answers

Work with data from a txt

With visual I created some forms and I'm trying to do it in local html. I have some text files as data, created by a program. c:\MAPPERS Archivo PV (.PV). c:\PVS Archivo PV (.PV). Example: IB 081930200905300250MAD 1321ECJQZ T07...
asked by 15.04.2016 / 21:54