Forum: Windows Software Jan 15th, 2009 |
| Replies: 0 Views: 1,010 I have a dat file coming from a Windows Mobile 6 cellphone MMS message. Inside the file are SMIL XML as well as the jpg image that it displays on the cellphone. Using C#, anybody know how to... |
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2007 |
| Replies: 6 Views: 1,280 Your code will fail when your data file has no empty lines. Consider changing your second DO statement to this:
Do While strLineValue <> "" And Not EOF(1) |
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2007 |
| Replies: 15 Views: 5,420 I don't know if you found a solution but I fixed this by setting the Report Data Source to nothing and then assigning it again to the Data Environment like this:
Set DataReport1.DataSource =... |