• Member Avatar for fx.eko
    fx.eko

    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
  • Member Avatar for fx.eko
    fx.eko

    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.
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    Endorsed fourty

  • Member Avatar for fx.eko
    fx.eko

    Endorsed Reverend Jim

  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    Endorsed xrjf

  • Member Avatar for fx.eko
    fx.eko

    Endorsed AndreRet

  • Member Avatar for fx.eko
    fx.eko

    Endorsed tinstaafl

  • Member Avatar for fx.eko
    fx.eko

    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
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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, …
  • Member Avatar for fx.eko
    fx.eko

    Endorsed tinstaafl

  • Member Avatar for fx.eko
    fx.eko

    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
  • Member Avatar for fx.eko
    fx.eko

    Replied To a Post in Can not Boot from Harddisk

    thank you very much @Reverend Jim for your advice and attention Best regards,
  • Member Avatar for fx.eko
    fx.eko

    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
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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?
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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
  • Member Avatar for fx.eko
    fx.eko

    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
  • Member Avatar for fx.eko
    fx.eko

    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
  • Member Avatar for fx.eko
    fx.eko

    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 : …
  • Member Avatar for fx.eko
    fx.eko

    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 : …
  • Member Avatar for fx.eko
    fx.eko

    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?
  • Member Avatar for fx.eko
    fx.eko

    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?
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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.
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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 …
  • Member Avatar for fx.eko
    fx.eko

    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.