Thanx willir.
I'm using about 10 recordset pointers, therefore the usage of public variables making the scope range to the entire app.
And, the sub form is using a query that calls a table's records according to a field in the parent (main) form.
For example, lets say that this is an Orders...
Hi all. :)
I have this problem, it might be simple to resolv but I just don't see it.
I have recordsets bound to a database through code using DAO; these are publicly defined as follows:
Public db as Database
Public rs1 as DAO.Recordset
and several other recordset defined;
In a Main form I...
Well there is another problem there, in my RAS Interface, when I open the ePortfolio Lite, only the Preferences button is enabled, the rest, including the Log On button is disabled...how can I enable these options? or why are these disabled?
Thanx for helping CJ,
Max35
Hello everyone.
I have installed Crystal Reports 9 and Crystal Enterprise 9 on a Win2K Pro with IIS just to for testing.
I can see the sample reports just fine, and in that same folder I saved a report I created, of course I tried it before saving it there and seems to work just fine.
When...
Hello everyone.
I have installed Crystal Reports 9 and Crystal Enterprise 9 on a Win2K Pro with IIS just to for testing.
I can see the sample reports just fine, and in that same folder I saved a report I created, of course I tried it before saving it there and seems to work just fine.
When...
Thanx webmigit, I found an easy way also....
on the next page,the page the value is being passed to, create a new variable, this is what I did:
<cfset variable = '#CFGRIDKEY#'
then on your query just reference that variable.
but thanx any way, all help is appreciated.
And hope this also...
Hello everyone.
I have the following code:
<cfform name="CrossGrid.cfm" action="Cross.htm" method="post">
<cfgrid name="CrossGrid" query="ShowDetails" rowheaderbold="Yes" selectmode="SINGLE" selectcolor="F39956"...
Try this, it's sort of a refresh, it works with mine just fine:
Set crShowerDoorCutsheets=Nothing
crShowerDoorCutsheets.RecordSelectionFormula=""
crShowerDoorCutsheets.Database.Tables(1).Location = ACCESSFILENAME
crShowerDoorCutsheets.RecordSelectionFormula =...
I have received great help from this website, I maybe I can also help someone with the following.
When working with the RDC (Report Desinger Component) of on a and the same report is used several times or in several cases; the first report will work just great, but the next will be blank; what...
Hello everyone!
First of all, I'd like to thank for the help I've gotten from various collegues here; I really appreciate it.
I'm developing an app in Visual Basic 6.0 SP5 and CR 9 Adv.
In my code I display some reports, at first, they work fine, but when I try to display the same report with a...
I did what you suggested JohnWN, but it still gives me an error "Data Type mismatch in criteria expression" but I konw that is not it, I have already checked my database and is defined correctly, I've even redone it.
The strange thing is that when I do a Step-by-Step debug(F8), the...
I had thought about that at before running into this dielma, but opted instead of just coding a little more, now I'll do what you suggest.
Thanx for helping and yes, I'd appreciate it to if you send me that article whenever you run into it.
Merry X-mas and a Happy New Year!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.