|
-
Jul 14th, 2007, 09:22 AM
#1
Thread Starter
New Member
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
-
Jul 14th, 2007, 10:12 AM
#2
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.

-
Jul 14th, 2007, 10:35 AM
#3
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.
-
Jul 15th, 2007, 12:45 AM
#4
Thread Starter
New Member
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 ,
-
Jul 15th, 2007, 12:49 AM
#5
Thread Starter
New Member
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
-
Jul 15th, 2007, 04:57 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|