|
#1
|
||||
|
||||
|
Grid object text input
When entering text into a cell of the new Grid object, apparently it won't accept quotation marks? It displays the following error if the text includes a double quote in the object "Grid1" on project Page1:
On Cell Changed, Line 0: unfinished string near `";--@@Page1 -> Grid1 -> On Cell Changed ' Thanks. |
|
#2
|
||||
|
||||
|
Try this:
Code:
Grid.SetCellText("Grid1", 1, 1, '"Hey all"')
Code:
Grid.SetCellText("Grid1", 1, 1, '"'..strTxt..'"')
Last edited by Intrigued; 03-16-2008 at 06:17 PM. |
|
#3
|
||||
|
||||
|
Using the first option displays the error:
Quote:
Code:
Grid.SetCellText("Grid1", 1, 1, '"Heyall"')
Quote:
Using the second option, if strTxt = "Test String" the error is: Quote:
Quote:
Last edited by pjborg; 03-17-2008 at 07:04 PM. Reason: Thanks |
|
#4
|
||||
|
||||
|
Sorry!!! Your code works fine to add text into the cell... Apparently I'm doing something wrong sending that text elsewhere!
|
|
#5
|
||||
|
||||
|
No problem. Ya, tracking down bugs... got to love it. I've been there enough times myself, in the past.
|
|
#6
|
||||
|
||||
|
However...
However, manually typing a double quote into the cell still results in that error.
|
|
#7
|
||||
|
||||
|
Ya, I noticed that too.
|
|
#8
|
||||
|
||||
|
Unless I'm mistaken, there is no way to filter that either, so users who typed in a double quote would receive that error message?
|
|
#9
|
||||
|
||||
|
Would take a workaround would seem.
|
|
#10
|
||||
|
||||
|
I've confirmed what you're experiencing and have submitted it to be looked into. REF: 17313
Unfortunately I cannot find a workaround to this particular problem. |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Java to Autoplay. Find text in input object problem | dorkauf89 | AutoPlay Media Studio 6.0 | 0 | 03-10-2008 08:08 PM |
| Get text from Input object | ianhull | AutoPlay Media Studio 5.0 | 11 | 09-14-2004 12:19 PM |
| Input object graying out | dthompson16 | AutoPlay Media Studio 5.0 | 7 | 07-28-2004 08:28 PM |
| Function: Test Whether An Input Object Is Empty | Lorne | AutoPlay Media Studio 5.0 Examples | 0 | 06-08-2004 03:18 PM |
| INFO: Difference between the Media Player Object and the AVI Object | Support | AutoPlay Media Studio 4.0 Examples | 0 | 10-29-2002 03:15 PM |
All times are GMT -6. The time now is 10:20 PM.








Linear Mode

