473,405 Members | 2,272 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

How to display tamil font from sql table to vb 6 flexgrid tool

I have inserted the product names(tamil font) in sql table
and i am trying to display in vb 6 MS Flex Grid Tool, whereas the data in grid displays ????

Here's my vb code:

Expand|Select|Wrap|Line Numbers
  1. Private Sub Form_Load()
  2. If rs.State = 1 Then rs.Close
  3. sql = "select pname from product where sno=1"
  4.  rs.Open sql, myconection, adOpenForwardOnly
  5.    Grid1.Row = 1
  6.    Grid1.Col = 1
  7.    Grid1.CellFontName = "Vijaya"
  8.    Grid1.TextMatrix(1, 1) = rs.Fields(0)
  9. End Sub
Guide me , where am going wrong......
Apr 7 '13 #1
0 1235

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: David Lee | last post by:
I have some web pages on which I'd like to suppress certain items when printing. This is mostly working nicely: index.htm (here stripped to relevant essentials) has: <head> <link...
3
by: Doug Swanson | last post by:
I need to create a report via a aspx page/datagrid and have the user be able to print it out and have certain fields have the 3of9 barcode font....is this possible in an aspx page (or for that...
3
by: Tina | last post by:
Does anyone know of an asp.net general purpose table editing tool that will allow users to add modify and delete data? Thanks, T
0
by: Altemir | last post by:
I have a datagrid in an .aspx page that contains some columns using the "Font=Bold" inline style. The problem is that some users' browsers aren't displaying the bold font while others are. We...
2
by: davidson1 | last post by:
Hai friends, To display skeleton of table we have in oracle desc student; name char(200) age number(10) In SQLSERVER do we have any command to display skeleton of table...
0
by: remya1000 | last post by:
I have a field called Departments in my database. and I have 3 monitors. So when Page_Load, I need to check number of departments I have in database. And depends upon that number of departments I...
4
by: xoinki | last post by:
hi all, I have a content which is fetched from a JSON response. I am putting that in a dynamic table and showing the data. The problem with this approach is, I am adding row by row and finally...
0
by: ayu1980 | last post by:
hi can someone help me... im new PHP leaner.. i want to develop staff movement system. I want to display all record in dbase from table leave mgmt which is supervisor can choose 3 status...
4
by: sandyonline | last post by:
hi am santhosh..i am doing my project in j2me..my project titles tamil dictionary..i have to integrate the tamil font into mobile phone using j2me..i just want to know how to integrate the font into...
2
by: mohamed rafeek | last post by:
I am doing a project in vb6 with msflexgrid for a restaurant. They are using continous roll paper for billing. They need Tamil language printing via Lpt Port. I am using Print#,1 Command direct from...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.