Search:

Type: Posts; User: Alireza2020

Search: Search took 0.01 seconds.

  1. Re: VB6 - CrystalReport .PrintOut() crashes the exe but works during code running d

    It is fixed by adding the exe file to windows DEP List.
  2. VB6 - CrystalReport .PrintOut() crashes the exe but works during code running debug

    In a VB6 project in Japanese Win10 OS machine, this line is working fine during the code running and debug.


    Private lReport As CRAXDRT.Report
    ...
    ...
    ...
    Call lReport.PrintOut(False, 1)
    ...
  3. Replies
    13
    Views
    2,233

    Re: Editing a disconnected datagrid content.

    Thank you for your time.
    It is true. you are right about the query.
    I found some people use a XML middle step to recreate a new query but it negatively affects the performance drastically.
    please...
  4. Replies
    13
    Views
    2,233

    Re: Editing a disconnected datagrid content.

    Thank you so much for your help.
    I was doing this and double checked after your last answer and everything looks exactly like you are suggesting.
    But I get error when using to update recordset like...
  5. Replies
    13
    Views
    2,233

    Re: Editing a datagrid content without affecting the bound recodset

    yes I am trying to do that, but grid is readonly whatever I do. grid..column(index).lock =true not working.
    cannot edit grid.
  6. Replies
    13
    Views
    2,233

    Re: Editing a disconnected datagrid content.

    thanks but is not an efficient solution form me.
    there are couple of columns need to be edited before population, dynamically.
    the datagrid is read-only all the times.
  7. Replies
    13
    Views
    2,233

    Editing a disconnected datagrid content.

    Hi,

    I have connected my DataGrid to a disconnected ADO Recodset.
    Now I need to edit some columns just for population purposes and never update the database.

    What is the best way to do that?
    ...
  8. Re: replace Access database with SQL Express LocalDB in VB6 project on Windows 10

    Thank you all.
    :wave:
  9. Re: replace Access database with SQL Express LocalDB in VB6 project on Windows 10

    With Access I have problem with the security. People can open the database and manipulate it even with a complicated password. I guess it is much more harder with SQL even its not impossible.
  10. Re: replace Access database with SQL Express LocalDB in VB6 project on Windows 10

    My question specifically is about SQL LocalDB. Is it possible to make connection between VB6/ADO and SQL LocalDB? In case I decided to replace the Access with SQL?
  11. Re: replace Access database with SQL Express LocalDB in VB6 project on Windows 10

    Yes, you are right. The problem is we should set the compatibility mode and administrator mode on their machines. is there any ways to do that automatically?
  12. Re: replace Access database with SQL Express LocalDB in VB6 project on Windows 10

    For existing project, yes it is App.Path
  13. replace Access database with SQL Express LocalDB in VB6 project on Windows 10

    Hi folks,

    I have to support a VB6/ADO/Access application that working fine in 32bit XP and Win7 but have problem on Windows 10.
    I am going to move on from the Access to SQL server Express/LocalDB...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width