Click here to Skip to main content
15,910,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Question[Message Deleted] Pin
djones194111-Nov-05 11:05
djones194111-Nov-05 11:05 
AnswerRe: math debug problem Pin
vertig073011-Nov-05 11:17
vertig073011-Nov-05 11:17 
GeneralRe: math debug problem Pin
djones194111-Nov-05 11:54
djones194111-Nov-05 11:54 
QuestionLabel on form with Image background Pin
vertig073011-Nov-05 10:08
vertig073011-Nov-05 10:08 
AnswerRe: Label on form with Image background Pin
rudy.net11-Nov-05 11:27
rudy.net11-Nov-05 11:27 
QuestionCheck if mouse is within REGION Pin
spelltwister11-Nov-05 9:49
spelltwister11-Nov-05 9:49 
QuestionExecute some code at dll registration Pin
Oliver_Twist11-Nov-05 7:56
Oliver_Twist11-Nov-05 7:56 
QuestionTextBox Maxlength Pin
MarcSaiz11-Nov-05 7:18
MarcSaiz11-Nov-05 7:18 
The maximum number of characters DISPLAYED in a text box is 4000, even though the maxlength is set to 2147483647. The 4001+ characters are not visible, unless highlighted.

When the value of the textbox is passed to another form and there are more than 4000 characters, an error occurs:
error msg: "Invalid pointer" Confused | :confused:

code:
qryStr = "?FormNameIn=CriteriaPIDRevenue"
qryStr = qryStr & "&PIDCodeIn=" & window.PIDForm.txtPIDCode.value
window.open "DetailsMain.aspx" & qryStr, "frmDetails"

If there are LT 4001 characters, NO ERROR!

Does anyone have a solution? Smile | :)


Thanks,

Marc
Questionhow do i scramble words at random. Pin
JustmeNick11-Nov-05 6:44
JustmeNick11-Nov-05 6:44 
AnswerRe: how do i scramble words at random. Pin
rudy.net11-Nov-05 11:44
rudy.net11-Nov-05 11:44 
GeneralRe: how do i scramble words at random. thanks but Pin
JustmeNick11-Nov-05 16:55
JustmeNick11-Nov-05 16:55 
Generalok, i have got it,, scrambling words at random. Pin
JustmeNick12-Nov-05 4:54
JustmeNick12-Nov-05 4:54 
GeneralRe: ok, i have got it,, scrambling words at random. Pin
rudy.net12-Nov-05 16:41
rudy.net12-Nov-05 16:41 
Questionconvert a string to a form object Pin
cruise9511-Nov-05 6:13
cruise9511-Nov-05 6:13 
AnswerRe: convert a string to a form object Pin
rwestgraham11-Nov-05 7:52
rwestgraham11-Nov-05 7:52 
GeneralRe: convert a string to a form object Pin
cruise9511-Nov-05 8:44
cruise9511-Nov-05 8:44 
GeneralRe: convert a string to a form object Pin
rwestgraham11-Nov-05 9:53
rwestgraham11-Nov-05 9:53 
QuestionTemplate type Reports Pin
macca2411-Nov-05 3:03
macca2411-Nov-05 3:03 
QuestionDropdownList Pin
macca2411-Nov-05 3:03
macca2411-Nov-05 3:03 
QuestionHow to paint VS.Net ToolBar control Pin
Anindya Chatterjee11-Nov-05 2:12
Anindya Chatterjee11-Nov-05 2:12 
QuestionThumbnails to Word thru VB6 Pin
dsrahul11-Nov-05 1:45
dsrahul11-Nov-05 1:45 
QuestionWindow Form like Google Desktop ??? Pin
faviochilo11-Nov-05 1:33
faviochilo11-Nov-05 1:33 
QuestionGeneral failure in component GDI+ Pin
Me.MyBase11-Nov-05 0:38
Me.MyBase11-Nov-05 0:38 
QuestionWhatsThisHelp Click Event Pin
Jottum11-Nov-05 0:34
Jottum11-Nov-05 0:34 
Questionfile permission in vb Pin
uktrips00710-Nov-05 23:40
uktrips00710-Nov-05 23:40 

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.