Hello,
I am using Word 2007 and I need to make the words/text inside my document turned upside down (mirror image). I am using this in mail merge.
If this is not possible in MS Word, would it be possible in MS Excel?
Thanks for the help.
Balarao
Thanks lbass but how can I evaluate for each record? Rank is not included in the database. Also how do I reset on change of status. Could you show me some routine please?
Thanks again for your help...
Hi All,
I have a report that needs numbering but I can't seem to find the correct formula or is there a function that counts the report:
e.g.
OLD SINGERS
RANK NAME
1. Springsteen
2. Bowie
3. Plant
4. Idol
NEW SINGERS
RANK NAME
1. Spears...
Dear All,
I have created a ZipCode Class:
Public Class ZipCodeClass
Private mZipTree as TreeView
Public ReadOnly Property ZipCodeTreeView() As TreeView
Get
If mZipCodeTreeView Is Nothing Then
CreateZipTree()
End If
Return...
Hi Chrissie1,
Thank you for responding.
i tried what you suggested "tvwzipcode.nodes(0).count"
An error occurred: Count is not a member of the 'System.Windows.Forms.TreeNode'
What do you mean by trying this code?
I tried using tvwzipcode.Refresh() after get the nodes in the class. Still...
Dear All,
I have created a ZipCode Class:
Public Class ZipCodeClass
Private mZipTree as TreeView
Public ReadOnly Property ZipCodeTreeView() As TreeView
Get
If mZipCodeTreeView Is Nothing Then
CreateZipTree()
End If
Return...
I tried the new "cool string" but the late binding error is still there!
Option Strict On disallows implicit conversion from "String" to "I-dimensional array of Char"
I'm getting nuts over this one!
How hard is it to use a ListBox?
Desperately yours,
Balarao
Thanks Rick.
Only one error left.
the quotes "" in
If sender.GetType Is New String("").ToString.GetType Then
still generates a "late binding" error.
Balarao
Thank you for your prompt response.
Three errors occured:
1 Private Function getValue(ByVal sender As Object) As String
2 If sender.GetType Is New String("").GetType Then
3 Return sender
4 Else
5 Return CType(sender, Data.DataRowView).Item(0)
6 End If
7 End Sub...
Hello All,
I'm new in VB.NET and can't seem to figure out how listbox iteration works.
Here's the code:
1 Private Sub ResetPlacement()
2 Dim strSelectedSubject As String
3 Dim dr As DataRow
4 Dim i As Int32
5
6 lbxSubjects.ClearSelected()
7
8 For i = 0 To...
Dear JayKusch,
Yes I will try just that! Thank you so much...
What I did was to export my SQL database to MS Access and will try import it to the user's computer. What I'm worried about are the compatibility of both database engine. Will tell you how it goes. Hope this also works.
Thanks...
Dear James and all,
I am developing a system using MS SQL 7 as the database. I am creating the system and the MS SQL 7 databases in my home computer.
How can I attach my created MS SQL 7 Databases in the user's computer? Some of the databases I created at Home have numerous records in it...
Hello,
I still can't attached my database. :(
I tried executing this command:
EXEC sp_attach_db @dbname = 'Sample1',
@filename1 = 'D:\My Project\Sample Data\SFES_Data.mdb',
@filename2 = 'D:\My Project\Sample Data\SFES_Data.ldf'
I am getting this error:
Server: Msg 5105, Level 16, State...
Hello,
I am new in SQL Version 7. I installed in my stand-alone computer a copy of the desktop edition.
How can I attach my database in SQL. I can't see any attach command in the menu unlike the ones I've see in SQL 2000.
Thank you so much for your help...
Balarao
Dear Acerrudo,
This won't work as there is no wait state inside the loop to read the INKEY() Command.
Dear Betoncu,
Yes, it will work but I don't have CA Tools III.
What I did was to use the snippet below sent to me by one of our generous colleague:
STATIC FUNCTION Randomize( nMax )
*...
Hello Everybody,
I am still making my random program but this time my ticket stubs is also at random. i.e. I have a ticket numbered:
4000 - 4032
4075 - 4078
4135 - 4205
4313 - 4333
and so on...
Can I make a clipper program to handle random selection of winners using only tickets numbers like...
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.