Click here to Skip to main content
15,894,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How To Replicate Data Between Two Databases Pin
Ian Woods31-Jul-06 22:08
Ian Woods31-Jul-06 22:08 
GeneralRe: How To Replicate Data Between Two Databases Pin
Tyquaun Hunter1-Aug-06 4:01
Tyquaun Hunter1-Aug-06 4:01 
QuestionHow to create a RichTextFile? Pin
dac990127-Jul-06 9:03
dac990127-Jul-06 9:03 
AnswerRe: How to create a RichTextFile? [modified] Pin
Chatura Dilan27-Jul-06 15:16
Chatura Dilan27-Jul-06 15:16 
AnswerRe: How to create a RichTextFile? Pin
hannesHTG28-Jul-06 1:01
hannesHTG28-Jul-06 1:01 
GeneralRe: How to create a RichTextFile? Pin
dac990128-Jul-06 6:04
dac990128-Jul-06 6:04 
QuestionFiltering data on a report Pin
dptalt27-Jul-06 8:34
dptalt27-Jul-06 8:34 
AnswerRe: Filtering data on a report Pin
Guerven27-Jul-06 17:44
Guerven27-Jul-06 17:44 
hi,

have you tried using a dataview?
you can create a dataview and link that to the datatable.
set the rowfilter property of the dataview.

example<br />
   dim DV as new dataview<br />
   DV.table = MyTable<br />
   DV.rowfilter = " field1 = 'something'"


you can assigne simple criteria to the rowfilter property.
then you can set the reports datasource to the view

MyReport.setdatasource(DV)

hence the new report source will have a filtered set of record.



U Xux


GeneralRe: Filtering data on a report Pin
dptalt31-Jul-06 2:47
dptalt31-Jul-06 2:47 
Questionurgent! transfering connection of winsock to another process [modified] Pin
steve_ino27-Jul-06 7:44
steve_ino27-Jul-06 7:44 
QuestionHow to get information about/from controls in another process Pin
oakleaf27-Jul-06 6:03
oakleaf27-Jul-06 6:03 
AnswerRe: How to get information about/from controls in another process Pin
Tyquaun Hunter27-Jul-06 15:48
Tyquaun Hunter27-Jul-06 15:48 
QuestionConnecting sql server Pin
chn_babu27-Jul-06 3:56
chn_babu27-Jul-06 3:56 
AnswerRe: Connecting sql server Pin
alien viper27-Jul-06 20:23
alien viper27-Jul-06 20:23 
Questioncalculating the size of all the files present in a folder Pin
harish13927-Jul-06 2:00
harish13927-Jul-06 2:00 
AnswerRe: calculating the size of all the files present in a folder Pin
Colin Angus Mackay27-Jul-06 2:21
Colin Angus Mackay27-Jul-06 2:21 
AnswerRe: calculating the size of all the files present in a folder [modified] Pin
Tyquaun Hunter27-Jul-06 14:46
Tyquaun Hunter27-Jul-06 14:46 
GeneralRe: calculating the size of all the files present in a folder Pin
Colin Angus Mackay27-Jul-06 16:12
Colin Angus Mackay27-Jul-06 16:12 
GeneralRe: calculating the size of all the files present in a folder [modified] Pin
Tyquaun Hunter27-Jul-06 16:39
Tyquaun Hunter27-Jul-06 16:39 
GeneralRe: calculating the size of all the files present in a folder Pin
harish13927-Jul-06 19:27
harish13927-Jul-06 19:27 
QuestionConvert Binary Data to comma delimited text string Pin
VK-Cadec27-Jul-06 1:57
VK-Cadec27-Jul-06 1:57 
AnswerRe: Convert Binary Data to comma delimited text string Pin
RichardBerry27-Jul-06 2:52
RichardBerry27-Jul-06 2:52 
GeneralRe: Convert Binary Data to comma delimited text string Pin
Guffa27-Jul-06 7:26
Guffa27-Jul-06 7:26 
QuestionHowTo copy a folder with its contents to a target folder? Pin
Zaegra27-Jul-06 1:13
Zaegra27-Jul-06 1:13 
AnswerRe: HowTo copy a folder with its contents to a target folder? [modified] Pin
Tyquaun Hunter27-Jul-06 16:37
Tyquaun Hunter27-Jul-06 16:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.