|
-
Dec 7th, 2006, 01:29 PM
#1
Thread Starter
Hyperactive Member
Add * to DataReport field
Hi, I am adding a barcode to a Data Report (TextBox with Barcode Font). The textbox is filled via a table in MySQL...how can I set it so it automatically adds * to the beginning and end of the string received from the database?
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
-
Dec 7th, 2006, 04:59 PM
#2
Thread Starter
Hyperactive Member
Re: Add * to DataReport field
Code:
If LostAngel.Tag = "Programming" then
LostAngel.Caption = "Awake"
Else
LostAngel.Caption = "Dreaming of Code"
End If
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|