-
Replied To a Post in visual basic has stopped working on windows 10 home version
hi @pyeri is there a tool to convert from vb6 to Free Pascal (a dialect of Delphi) Thank you for the enlightenment -
Gave Reputation to JamesTechUSA in visual basic has stopped working on windows 10 home version
Try running VB6 in compatibility mode for Windows 7 and ensure all necessary dependencies are installed on your Windows 10 Home system. -
Gave Reputation to Emma_42 in visual basic has stopped working on windows 10 home version
you should be able to troubleshoot and potentially resolve the issue with compiling VB6 programs on your Windows 10 system. If the problem persists, consider using a more modern development … -
Endorsed fourty
-
Endorsed Reverend Jim
-
Replied To a Post in visual basic has stopped working on windows 10 home version
It turns out that the compilation problem in vb6 can be solved as long as it is in windows 10 Professional version 22H2 (OS Build 19045.3208) Therefore, the computer should … -
Began Watching visual basic has stopped working on windows 10 home version
hi.. I have a problem when compiling the program created in VB6, an error message suddenly appears visual basic has stopped working the condition of the laptop that I use … -
Stopped Watching visual basic has stopped working on windows 10 home version
hi.. I have a problem when compiling the program created in VB6, an error message suddenly appears visual basic has stopped working the condition of the laptop that I use … -
Began Watching visual basic has stopped working on windows 10 home version
hi.. I have a problem when compiling the program created in VB6, an error message suddenly appears visual basic has stopped working the condition of the laptop that I use … -
Stopped Watching visual basic has stopped working on windows 10 home version
hi.. I have a problem when compiling the program created in VB6, an error message suddenly appears visual basic has stopped working the condition of the laptop that I use … -
Gave Reputation to AndreRet in visual basic has stopped working on windows 10 home version
rproffitt hits the nail on the head. You must have updated your windows updates and an updated file somewhere is blocking the age old usage of VB6. You will probably … -
Replied To a Post in visual basic has stopped working on windows 10 home version
hi @Reverend Jim But why is it that when I compile the source program via the package deployment wizard it can run smoothly until it produces an exe file Best … -
Created visual basic has stopped working on windows 10 home version
hi.. I have a problem when compiling the program created in VB6, an error message suddenly appears visual basic has stopped working the condition of the laptop that I use … -
Began Watching visual basic has stopped working on windows 10 home version
hi.. I have a problem when compiling the program created in VB6, an error message suddenly appears visual basic has stopped working the condition of the laptop that I use … -
Replied To a Post in Run-time error '-2147467259 (80004005)':
@rproffitt is it possible that this is caused by **blocking the mac address on the router** from the lan card, because I don't want the server to be connected to … -
Replied To a Post in Run-time error '-2147467259 (80004005)':
hi @Dani the link you provided didn't help me, the operating system that I use is Win 7 Professional and Win Server 2012 standard and SQL 2014 standard, indeed the … -
Created Run-time error '-2147467259 (80004005)':
Hello all I've been using it for years SQL SERVER 2014 Standard and language VB6 programming, but only this time get the following error: Run-time error '-2147467259 (80004005)': [DBNETLIB][ConnectionWrite (WrapperWrite().]General … -
Began Watching Run-time error '-2147467259 (80004005)':
Hello all I've been using it for years SQL SERVER 2014 Standard and language VB6 programming, but only this time get the following error: Run-time error '-2147467259 (80004005)': [DBNETLIB][ConnectionWrite (WrapperWrite().]General … -
Replied To a Post in Error while trying to run project: Unable to start program
to @rproffitt I just tried to copy the **..\bin\debug** folder from the backup program and I overwrite it in the original folder of the original program then I open the … -
Created Error while trying to run project: Unable to start program
Hi everyone I have a problem when I run the vb.net program on VS2010 the following error appears: Error while trying to run project: Unable to start program 'G:\TREEVIEW_uc_cr\bin\debug\Treeview_UC.exe' Please … -
Began Watching Error while trying to run project: Unable to start program
Hi everyone I have a problem when I run the vb.net program on VS2010 the following error appears: Error while trying to run project: Unable to start program 'G:\TREEVIEW_uc_cr\bin\debug\Treeview_UC.exe' Please … -
Endorsed xrjf
-
Endorsed AndreRet
-
Endorsed tinstaafl
-
Liked / Shared VB.Net & Crystal Report 2013
hi everyone can you give an example of coding in vb.net vs2010 how to make a report in crystal report 2013 with sub report thanks for advanced -
Replied To a Post in VB.Net & Crystal Report 2013
Hi @xrjf apparently the problem is for the error "*Object reference not set to an instance of an object.*" , is caused by the name of the subreport followed by … -
Replied To a Post in VB.Net & Crystal Report 2013
'**MySubReport.rpt**' in rpt.Subreport("MySubReport.rpt").SetDataSource(ds detspk.Tables(0)) is *the name of the subreport* that I created in the crystal report with the name "CryRpt_SPK.rpt" as defined in Dim rpt As New CryRpt_SPK() 'The … -
Replied To a Post in VB.Net & Crystal Report 2013
hi xrjf error problem "Column 'CODE_WAR' does not allow nulls." it's been solved, it turns out that in the "master dataset" the default KODE_WAR field cannot contain <DBNull> but there … -
Replied To a Post in VB.Net & Crystal Report 2013
Hi @xrjf when my program runs on the statement "rpt.SetDataSource(ds.Tables(0))" there is an error "Column 'KODE_WAR' does not allow nulls." after I check the DAFTAR_WARNA table or the SPK table, … -
Endorsed tinstaafl
-
Replied To a Post in VB.Net & Crystal Report 2013
Hi @xrjf i tried to display crystal report 2013 on vb.net but why the result is empty. sample program is in the file attachment thanks for advanced -
Replied To a Post in Can not Boot from Harddisk
thank you very much @Reverend Jim for your advice and attention Best regards, -
Replied To a Post in VB.Net & Crystal Report 2013
@xrjf can you give a link how to display sub report on crystal 2013 step by step in vb.net programming language on vs2010. best regards -
Replied To a Post in Can not Boot from Harddisk
@Reverend Jim, @rproffitt thanks for response it turns out that it can't boot from the hard drive is the loss of the partition that already contains the operating system Bless … -
Gave Reputation to Reverend Jim in Can not Boot from Harddisk
Do you have a USB that you can boot from to check your hard drive? Linux Live or Macrium Reflect for example? -
Created Can not Boot from Harddisk
Hi all... I have a problem with the computer not booting from the hard drive, where as if I look at the BIOS setup the hard drive is recognized. I'm … -
Began Watching Can not Boot from Harddisk
Hi all... I have a problem with the computer not booting from the hard drive, where as if I look at the BIOS setup the hard drive is recognized. I'm … -
Edited VB.Net & Crystal Report 2013
hi everyone can you give an example of coding in vb.net vs2010 how to make a report in crystal report 2013 with sub report thanks for advanced -
Created VB.Net & Crystal Report 2013
hi everyone can you give an example of coding in vb.net vs2010 how to make a report in crystal report 2013 with sub report thanks for advanced -
Began Watching VB.Net & Crystal Report 2013
hi everyone can you give an example of coding in vb.net vs2010 how to make a report in crystal report 2013 with sub report thanks for advanced -
Created Failed to make a connection with ODBC to SQL Server 2008 R2 Express
I tried to create the database connection SQL Server 2008 R2 Express with ODBC connection using TCP / IP After I try the following error appears : Connection failed : … -
Began Watching Failed to make a connection with ODBC to SQL Server 2008 R2 Express
I tried to create the database connection SQL Server 2008 R2 Express with ODBC connection using TCP / IP After I try the following error appears : Connection failed : … -
Created issue in crystal report(8.5) opening with VB 6.0
when I will make a report on vb6 using crystal report 8.5, the error message "Visual Basic has stopped working" what is causing the above? -
Began Watching issue in crystal report(8.5) opening with VB 6.0
when I will make a report on vb6 using crystal report 8.5, the error message "Visual Basic has stopped working" what is causing the above? -
Replied To a Post in make a joint report of the two databases
@ rch1231, I have a query as follows: select a.A, a.B from server1.dbo.table1 a UNION select b.A, b.B from server2.dbo.table1 b but if the query is why I enter in … -
Began Watching make a joint report of the two databases
how to create a report with data from duatabase on the same server or different servers, using SQL Server 2000, using the **crystal report 8.5** or **data report of VB6 … -
Replied To a Post in make a joint report of the two databases
@ rch1231, thank you very much for your answer and it can work well. -
Replied To a Post in System Error &H80004005 (-2147467259) Unspecified Error, when save VB6 file
@ abelingaw, my right to wear flash.ocx accesories main menu program I created, and it is also true when there is a change in the main program and I could … -
Stopped Watching make a joint report of the two databases
how to create a report with data from duatabase on the same server or different servers, using SQL Server 2000, using the **crystal report 8.5** or **data report of VB6 … -
Created make a joint report of the two databases
how to create a report with data from duatabase on the same server or different servers, using SQL Server 2000, using the **crystal report 8.5** or **data report of VB6 …
The End.