Hi all,
I am having a problem getting my row header correct. For some reason they are repeating for each group. I dont if they are call row header or column headers but this is how my report looks
orders by Person
date
Name...
Hi,
I was wondering if someone can explain or link me to a site or thread that explains how to update an xsd.
I have an .net 2008 application/project (written by someone else) which uses dataset (.xsd). I need to add three fields in a table linked to one or more of these .xsd. Can I update...
I would love some help with searching through Multiple tables in a database.
I have a parent table which contains an Id field, a type field, and a date field....call it TableA
(the type field corresponds to the child table....so typeB would refer to tableB)
Then I have 10 other child...
Do i need to do the shading or bolding after I build the word document
I took the entire string and inserted it into a bookmark
TextIntoBookMarkInsert(InsertText:=strInsertText, wordDoc:=objwordDoc, _
wordStyle:="", bookmarkName:=bkmrkBodyText)
Friend Shared Sub...
@skip
Ok so instr() gives me the start and I can get the lenght of the text to shade or bold.
whats next. Can I rebuild the string and when it gets to the start position of the text to be shaded, shade it for lets say 10 characters and then return finish?
@jebenson - sorry, my bad, didnt read all the rules. Thanks for the link.
@skip - suppose my problem starts with trying to manipulate a string.
I get the string from at dataset
strComplete = dtsCompleteText.tables(0).Rows(0).Item("fldCompleteText).to string
can I manipulate that dataset...
@jebenson. Is that a serious question or are you trying to be funny? Not school assignment, thanks for asking, just trying to learn
@pellet - not going to be a predefined set of words. Each time the app is run its probably going to be a different set of words in a different spot in the entire...
I have a string and want to find a specific text inside that string and shade it using vb 2008
the string could be of varying lengths.
code example:
strComplete = "I have an apple, banana, and an orange"
'I want to shade "apple, banana"
strTextToHightlight = "apple,banana"
code here to...
I have a field from a datagrid that contains employee id separated by a comma for example
2,3,22
or
22,3
or
2,3
or
2,44,104
any combination of single double or triple digits separated with a comma
What I need to do is separte each of those ids one at a time and run it through a...
Hi,
Here's my problem....I have an "employee" table and an "activity" table and an "ActivityEmployeeDetail" table.
one activity can have multiple employees and the details of that activity are stored in the "ActivityEmployeeDetail" one record for each employee
Activity table
ActivityID...
this is related to the weirdest thing with message box thread.
trying to work around whatever is causing that box to pop up twice.
I have a MDI parent form with a listview using an image list as icons. When a user clicks an icon a child form is loaded in the mdiparent.
Is there a way to get...
jebenson - wish it was that simple. I know about the selected index changing because I clear it, so I check a boolean variable to see if the CheckEmps has already been run, if so then code skips over the call to CheckEmps.
If mbooEmpsCheck = False Then
If CheckEmps() = True Then...
The message box is in a private function
Private Function CheckEmps
Select Case cboxEmps
Case is > 0
''lots of code
Case 0
''more ocde
Case Else
If mbooskipBox = False Then
If MsgBox("Please Choose Employee ", MsgBoxStyle.OkOnly) = MsgBoxResult.Ok...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.