Questions tagged as 'vb6'

0
answers

Disable Protected View in Excel from Visual Basic

When downloading the excel I have to configure the blocking options to be able to edit on the excel. Configuring the following: Click on Protected View Click on the red circle There is some property to enable from the code, so tha...
asked by 04.10.2018 / 20:53
0
answers

Problem with dates vb6 and oracle

I have a report application developed in VB6 and Oracle 8 database. For needs that were arising, I was putting new fields and functions that complicated the query. The last one is that it was necessary to list by production date, being between 7...
asked by 01.06.2018 / 15:52
0
answers

problem with Application.Exit () vb 2005

I am trying to handle the issue of disconnection in my application for a Hand Held with Windows CE v5 in Visual Basic 2005. I am dealing with it in a routines module, which verifies the status of the connection. If this connection is closed, the...
asked by 21.05.2018 / 21:04
1
answer

Remove garbage from textBox with multiline in VB 2005

I have a TextBox with active multiline, to this textbox I have assigned the KeyUp event with the "Enter" key, with this the textbox content is passed to a global variable, and this in turn opens from another window; but when you open it in the o...
asked by 11.05.2018 / 19:23
0
answers

Save fingerprint data in sql VB6

I have to "update" a fingerprint system that works with vb6 but the digital personal SDK is no longer handled in platinum but in one touch it is in platinum to make the connection and save the data was: Dim blob() As Byte Dim bv...
asked by 18.04.2018 / 20:38
0
answers

Problem loading Excel data to FlexGrid

Hi This is my code in VB6.0 , the problem that I have that only loads me a record of the excel spreadsheet at FlexGrid , if I have 15 records I only load one, my question is the following: What will be the problem that only one re...
asked by 10.04.2018 / 13:03
1
answer

Can not create a new thread (Can not create a new thread) Error 1135, MySQL, persistent connection

It turns out that we are implementing a new data synchronization scheme in which each branch transmits the news by doing INSERT / UPDATE / DELETE. The issue is that when there were few branches, there is no problem, but today among all the br...
asked by 03.04.2018 / 17:42
0
answers

Object word and vb6

I need to create a word document from vb6. I do not use the library reference office 11.0, so create objects. I have achieved the functionality, but I need the last paragraph to be centered horizontally, I have not found the form ... Dim...
asked by 13.03.2018 / 20:44
0
answers

Print from VB6 to Word placing background image

I have to touch up something very old, I simply need to print on the screen the birthdays of employees with a balloon fund and those things, an image that occupies the entire fund (100%). In principle, the idea is just to send the file by mail....
asked by 07.03.2018 / 14:31
2
answers

Get a date from the day number

I can not find a way to convert the result of: PDia = DateDiff("y", "1/1/" & Year(SeleFecha1), SeleFecha1) Where SeleFecha1 = 2/1/2018 PDia = 31 Now, I want to subtract 5 to Pdia and convert it back to a Date. Doe...
asked by 08.02.2018 / 00:44