I don't understand what you are talking about. Maybe this will better help you understand my dillema. The xml file that I receive has ~ ~. This is where the carriage return/line break should be. Therefor, In my vb.net code, I do the following command. NewValue = Replace(NewValu e.string, m_linebreak, VbCrLf).
NewValue is the long string of the xml data and m_LineBreak is ~ ~.
The black square boxes shows up in the...
User Profile
Collapse
-
Removing the symbols for Carriage Return and Line Feed
I am using vb.net and have a long string of text. When I use vbnewline or vbCrLf, for a carraige retun, I get a black square box in the SQL database table. I need the carriage return but I don't want the symbol to show up in SQL table because when another application (vb.6) is opened which uses the same SQL dbase table and shows the text, I get the carriage return, but I also get the unwanted symbol |
What code or command in vb.net... -
Visual Basic 6 - Getting value before a "-"
I'm writing code in vb 6. I need to get the left value of a string before the "-'. What is the syntax to do this.
Example:
sTestNumber is a string and the value is "Parks-87364-2734". I want to save
"Parks" into the string value sNameOnly.
What is the code to accomplish this?
Thanks, -
I'm using vb6. It is so strange. The application works in one building without problems but in another building down the street they are getting this error (they are running the same files and on the same SQL Server database.
When the users pull down the data and make modifications to the form, they receive this error. The code in the user control (ctlPropLandTab ) requery routine is as follows.
-----------------------------------------------------------...Leave a comment:
-
Error 3219 Operation not allowed in this context
Hi,
I'm getting this error when trying to requery. Any suggestions on where this is coming from? -
Making Field and Field Name Invisible based on Selection of another field
I have a form that I'm trying to modify. Code uses html and javascript. The form has the the field name txtAcctType and the 3 options are checking, savings and Money Market. If checking is selected then another field on the form Mother's Maiden Name is to be hidden or invisible. How do I make the input field Mother's Maiden Name and the field name Mother's Maiden name invisible on the form.
Thanks,
No activity results to display
Show More
Leave a comment: