February 11th, 2013 09:14 AM
Here's some more info on the error...
Error # - 20515
Error in File C:\report.rpt:
Error in formula <Record_Selection>.
'{report.sample_ref_no} = 32623'
This field name is not known.
February 8th, 2013 02:44 PM
I hate to resurrect this thread, but I'm still struggling with this issue. It appears that ANY report which has a sub-report is throwing this error. If I delete the sub-report then it works, but I...
February 1st, 2013 09:59 AM
I've been Googling like crazy and trying to find a solution and haven't found anything that works. I need to display TIF images in a PictureBox on a XP machine. I understand that VB6 doesn't...
January 31st, 2013 12:14 PM
Hm, I don't think Windows is corrupted. I'm trying some workarounds.
January 31st, 2013 09:07 AM
You're right! The Err.Description was being written to the MsgBox and it was blank! (Sorry, I'm a C# dev and VB6 is new to me)
Ok, so I added in the Err.Number and Err.Source and got this...
...
January 31st, 2013 08:12 AM
I restricted the query to only return the top 10 records and I still got the blank MsgBox...
30935
January 31st, 2013 07:43 AM
I got a RecordCount from adoBrowseRS and it is returning 22,000 records. Is that too much for the grid to handle? Seems to work fine on other machines though.
January 30th, 2013 08:42 PM
Interesting. That got me further, even though I don't think I'm using DOA. Now this is the line that is just showing a blank MsgBox...
Set grdBrowse.DataSource = adoBrowseRS
January 30th, 2013 08:19 PM
Wow, so I added some MsgBox statements into my code to test on a couple of these machines and I have narrowed it down to these lines...
Set adoBrowseRS = New Recordset
...
January 30th, 2013 03:56 PM
I agree and I checked that, but the machine I checked where my app isn't working has SP3 installed.
January 30th, 2013 03:26 PM
Also interesting, the OLE32.dll versions are different between the systems...
WORKING: 5.1.2600.6168 (xpsp_sp3_gdr.111101-1829)
NOT WORKING: 5.1.2600.5512 (xpsp.080413-2108)
What...
January 30th, 2013 03:06 PM
I just ran Dependency Walker on a machine with a brand new install and here's what I'm seeing...
30933
January 30th, 2013 01:14 PM
I'm distributing that with my app. The weird thing is that my app works on some machines but not others. Really getting confused as to what is causing this!
January 30th, 2013 11:42 AM
Here's a screenshot of both References and Components. I don't see Sheridan or SSOLEDB specified.
30929
30931
January 30th, 2013 09:00 AM
Everything is on XP.
Stupid question, how do I get the SSOLEDB version? What DLL does that come from?
January 29th, 2013 07:59 AM
Ya, I figured it was one of those but I can't figure out which. I have every file from the deployment wizard in my INNO script and still nothing. Is there an easy way to find out what files it's...
January 28th, 2013 03:50 PM
I've got a VB6 application that I'm trying to distribute and I'm using INNO to create the installer. I love INNO and it works great, but I appear to be missing some components. When I run the...
January 28th, 2013 03:45 PM
Looks like it was the sub-report! I removed it since it doesn't dynamic content and it worked. Thanks!
January 23rd, 2013 07:38 AM
Alright, here's the 'meat' of the code and the values being passed...
strConnect = "DSN=server;UID=username;PWD=password;DSQ=DBName"
strSelect = "{ANALYTE_MANIFEST_JOIN.RELEASE_RESULT} =...
January 22nd, 2013 08:36 PM
Sure, I will get that together and post it. It may be tomorrow though.
January 22nd, 2013 08:28 PM
No, it works every time without issue when I run it from the IDE. This is only when my VB6 application calls it. It works the first time, but fails every time after that. I looked at every...
January 22nd, 2013 08:15 PM
January 22nd, 2013 08:08 PM
Here you go...
Crystal Report Professional v8.5 (32-bit) - Report Definition
1.0 File Information
January 22nd, 2013 03:22 PM
I keep getting an 'Error in Formula' message that states that the 'field name is not known' in the record selection when I open my report a second time from my VB6 application. It works perfectly...
January 11th, 2013 03:47 PM
How do I find out what the current database driver is? It looks like I need to change the driver, but I need to know what it currently is so I can change it back.