[AccessD] import text

pedro at plex.nl pedro at plex.nl
Tue Apr 16 14:44:19 CDT 2013


Indeed the result is empty.
When i use F8, and put the cursor on all the variables, everyone is empty (="").

What is going wrong in the code???

Thanks

Pedro





-----Original Message-----
From: accessd-bounces at databaseadvisors.com


Tells you strResult is probably null.  Try MsgBox  "*" & strResult & "*" to
verify.  

If it's empty, try the breakpoint/F8/hover over the variable trick I just
posted.  Maybe you'll find the place where the code is failing.  

R

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of pedro at plex.nl
Sent: Tuesday, April 16, 2013 2:17 PM
To: AccessD at databaseadvisors.com
Subject: Re: [AccessD] import text

I also tried this before, and the only thing that happens is that a
messagebox pops up, with a "ok" button. But when i click on it nothing
happens???






What do you get if you change
 Debug.Print strResult
to
Msgbox strResult?



On 16 Apr 2013 at 13:51, pedro at plex.nl wrote:

> Paul en Stuart,
> 
> when i press Ctrl + G,  the direct Window opens, but it is empty??
> 
> 
> Thanks Pedro
> 
> 
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


More information about the AccessD mailing list