Sql Fails when trying to view tablessin 2019 version
Hi. I'm on MSSQL 2012 and I'm trying to view an mssql database with this version :Microsoft SQL Server 2019 (RTM-GDR) (KB4517790) - 15.0.2070.41 (X64) The problem I have is that when I try to edit rows...
View Articlesqlite3 Cannot compile statement. File is not a database
Hello I'm using SQLite3 and VbrichClient platform. I'm using a password for the database. There are about 200 users who are using my application for about two years. So far 3 users have reported this...
View ArticleStrange Chart Printing
Hello All, Found this in the forum as a way to print a chart (MSChart) by copying the image to the clipboard and then printing the image. Code: MSChart1.EditCopy Printer.PaintPicture...
View ArticleAtualizar tabela com loop em grid com cálculos
Vamos lá.. Tenho um projeto de aluguel de equipamento, ontem possuo todos os equipamentos que tenho na empresa e tambem o que tenho alugado Exemplo: (tabela: Aluguel_Cadastro_Equipamento) Descrição...
View ArticleConstructing SELECT statement based on user selected options
I'm having trouble constructing some SELECT statements based on options selected by user at runtime. More to the point how the AND's and OR's must work. The search criteria will be based on the...
View ArticleCalling SignalHound dll
Hi All, I'm trying to call the Signal Hound DLL (bb_api.dll) from Excel VBA to control a USB spectrum analyser. https://signalhound.com/software/sig...pment-kit-sdk/ I have read many webpages but not...
View ArticleVS 2019 VB 2019 RDLC report sharing to the client PC
Seek for Help. Hi guys, I have some question regarding VB 2019 RDLC report sharing to the client would like to ask. I am creating a SETUP exe file for my application and install it locally, it works...
View ArticleString with parameters to expression
Hi Guys, im new here. I have form with 2 textboxes (txt1,txt2) and 1 button (btnEnd) I need help with code looking something like this: Private Sub btnEnd_Click(sender As Object, e As EventArgs)...
View ArticleIs it possible to attach a Recordset to a diagram/chart?
Hello! Tell me please, maybe there is a solution so that I can use the recordset directly in the diagram? Code: Dim vRS as Recordset '(ADODB) Then, i receive data to it. And, then, I want to attach it...
View ArticleSplitting a string (sounds easy, and probably is)
An example string is this: "1 ", some text. "2 ", more text, ........"29 ", more text, etc. I hope that gets the example across okay (these strings are Bible Verses in a text file) I want to read that...
View ArticleWhy has my TextBox stopped accepting text ?
Hi, I've been making little tools to help with a project which has several very large List (Of String) collections. I'm collecting data from the web, pasting it into text files and using the little...
View Article[RESOLVED] Why has my TextBox stopped accepting text ?
Hi, I've been making little tools to help with a project which has several very large List (Of String) collections. I'm collecting data from the web, pasting it into text files and using the little...
View ArticleVS 2019 Finding Number System Types Values from Array
Hi team, Today I joined the VB forum. I am trying to find the Natural Numbers, Whole Numbers, Integers and fractions. Below is the example I considered to find it. Dim array1 as double = {-2, 0.5, 0,...
View ArticleSubstring ...
LINEA=<totalResultsCount>15</totalResultsCount> LINEA=<totalResultsCount>415</totalResultsCount> LINEA=<totalResultsCount>19877775</totalResultsCount> how to get...
View ArticleVS 2019 Saving DataTables bound to DataGridView back to Access DB
'I have an array of DataTables,Adapters, and CommandBuilders Code: Public gda(14) As OleDbDataAdapter Public gdt(14) As DataTable Public gcb(14) As OleDbCommandBuilder 'I populate them from an Access...
View ArticleVS 2019 Two Versions of ADODB
On two separate computers I have loaded Microsoft ActiveX Data Objects 2.8 Library On separate projects in each I use Code: Dim rs As New ADODB.Recordset When I right mouse on Record set and go to...
View ArticleProject with many panels
Hi everybody, I m trying to code an application with a lot of menus (9-10). Its possible to make this with panels and to bring in front or back. But, for me its difficult to manage many panels, i...
View Article[RESOLVED] Substring ...
LINEA=<totalResultsCount>15</totalResultsCount> LINEA=<totalResultsCount>415</totalResultsCount> LINEA=<totalResultsCount>19877775</totalResultsCount> how to get...
View Articlehow to cut part of mp3 by vb6?
mp3 file 60 minute,how to cut from 20-30 minute?save to file,or cut to memory and play.
View Articleextracting all pdfs saved into access database
Hi all, So I'm migrating our current system away from MS access to an alternative system my final part of this is to extract all of the pdf's that have been attached to an access database. So my code...
View Article