Results 1 to 6 of 6

Thread: exe runs at its own genrated pc properly but not at client

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    5

    exe runs at its own genrated pc properly but not at client

    hi ,

    i am using vb6
    my application basical pick the information from database and send it to the printer like i pick
    arabic name from database and send it to the printer

    when i creat exe at my system it runs properly but at client pc
    it prints other information but not print arabic name

    basically it just sending spaces to the printer

    when i run the source code at client PC it runs properly even the exe created at client pc works

    waiting for response

  2. #2
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: exe runs at its own genrated pc properly but not at client

    VB controls are not Unicode aware, so i dont think you can write arabic letters on any of the vb controls!
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



  3. #3
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: exe runs at its own genrated pc properly but not at client

    I moved your thread.

    In order for almost any application to work on another PC, you need to create a setup package with the P&D Wizard, Inno or other installer application and then install your program on the other PCs.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    5

    Re: exe runs at its own genrated pc properly but not at client

    thanks for response of all of u

    i have use the Inno setup but not succeded one more thing that i observe that when i created the exe at one client pc and copied it at another client PC its woking fine but u know we can not copy the source code at client PC all the time ,

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    5

    Re: exe runs at its own genrated pc properly but not at client

    hi Some1Uk03

    when we intall fonts we can write that language in controls like text box and data grid but we select arabic when we write

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: exe runs at its own genrated pc properly but not at client

    You can't do that please read Installer Problems

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width