how to print msflexgird and the data in this flexgrid

Reply

Join Date: Aug 2007
Posts: 47
Reputation: locsin is an unknown quantity at this point 
Solved Threads: 0
locsin locsin is offline Offline
Light Poster

how to print msflexgird and the data in this flexgrid

 
0
  #1
Nov 14th, 2007
Greetings!


anybody know how to print msflexgrid and the data contain in this flexgrid. I want to know how to print this flexgrid into my printer.


thank in advance.
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 40
Reputation: RonR is an unknown quantity at this point 
Solved Threads: 0
RonR RonR is offline Offline
Light Poster

Re: how to print msflexgird and the data in this flexgrid

 
0
  #2
Nov 16th, 2007
I would also like to know if this can be done.
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 2,082
Reputation: debasisdas will become famous soon enough debasisdas will become famous soon enough 
Solved Threads: 124
debasisdas's Avatar
debasisdas debasisdas is offline Offline
Postaholic

Re: how to print msflexgird and the data in this flexgrid

 
0
  #3
Nov 17th, 2007
You need to use reports like Datareport or Crustal report for reportin g purpose. That gives you better options like data foramtting etc.
Share your Knowledge.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 47
Reputation: locsin is an unknown quantity at this point 
Solved Threads: 0
locsin locsin is offline Offline
Light Poster

Re: how to print msflexgird and the data in this flexgrid

 
0
  #4
Nov 18th, 2007
Originally Posted by RonR View Post
I would also like to know if this can be done.
Regarding printing of msflexgrid and the data inside the cell address of grid it is possible to print. There is a source code for this syntax in this address: www.planet-source-code.com

You can print the msflexgrid and its data.

Just type the printing msflexgrid for search and Visual basic for language to search it faster..


Have a nice day!
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 14
Reputation: steve585 is an unknown quantity at this point 
Solved Threads: 1
steve585 steve585 is offline Offline
Newbie Poster

Re: how to print msflexgird and the data in this flexgrid

 
0
  #5
Nov 18th, 2007
This is the way how you can take out data from FlexGrid

Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. For i = 0 To Form1.MSFlexGrid1.Col
  2. For j = 0 To Form1.MSFlexGrid1.Row
  3. Print Form1.MSFlexGrid1.TextMatrix(i, j)
  4. Next j
  5. Next i
Last edited by steve585; Nov 18th, 2007 at 9:13 am.
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 40
Reputation: RonR is an unknown quantity at this point 
Solved Threads: 0
RonR RonR is offline Offline
Light Poster

Re: how to print msflexgird and the data in this flexgrid

 
0
  #6
Nov 18th, 2007
ok. thanks.

does it print the grid lines also???
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 14
Reputation: steve585 is an unknown quantity at this point 
Solved Threads: 1
steve585 steve585 is offline Offline
Newbie Poster

Re: how to print msflexgird and the data in this flexgrid

 
0
  #7
Nov 18th, 2007
No, I would also like to know how to do that.

So far I used for printing lines statment:

Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Printer.Line ()-()
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 40
Reputation: RonR is an unknown quantity at this point 
Solved Threads: 0
RonR RonR is offline Offline
Light Poster

Re: how to print msflexgird and the data in this flexgrid

 
0
  #8
Nov 18th, 2007
ok.


I get requests to print boxes around text.

it would take a lot of work to accomplish.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 14
Reputation: steve585 is an unknown quantity at this point 
Solved Threads: 1
steve585 steve585 is offline Offline
Newbie Poster

Re: how to print msflexgird and the data in this flexgrid

 
0
  #9
Nov 18th, 2007
yes.

try to export values into excel sheet.
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 40
Reputation: RonR is an unknown quantity at this point 
Solved Threads: 0
RonR RonR is offline Offline
Light Poster

Re: how to print msflexgird and the data in this flexgrid

 
0
  #10
Nov 18th, 2007
I may try that sometime.


thanks for the idea.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC