I am a complete newby to centura reports. We have a PO report that consistently prints everything on the second and succeeding pages. The first page has the header, which is repeated on all the pages, but the data all appears on page two and onward.
I've tried going in and removing blank...
I regularly program Access and VBA, I understand how to do this in that.
I have a cross tab report of company versus monthly sales. Company is the row, month is the column. My underlying data is in a table that I am using bTrieve SQL to pull out of Peachtree. Peachtree's date format is...
Have any of you ever had problems with not being able to link to a specific table. I am using MS Access as a front end, trying to draw data from PT. I can see the data on the Pervasive Control Console; tables etc, but when I try to link to the tables via Access ODBC, I get an error message -...
I am trying to link Peachtree 2005 accounting tables to an Access DB. I have installed Pervasive 8.15 WS engine and can get most of the tables to link with ODBC. My question arises on certain tables where I get an "unrecognized data format" error for the likes of JournalGUID in the JrnlHdr...
I am trying to link Peachtree 2005 accounting tables to an Access DB. I have installed Pervasive 8.15 WS engine and can get most of the tables to link with ODBC. My question arises on certain tables where I get an "unrecognized data format" error for the likes of JournalGUID in the JrnlHdr...
I've got PT 2005 and Access 2000 set up with ODBC and Pervasive SQL V8 SP2 (I think that it is 8.15) I upgraded to V8 from 6.15 which I only installed as we had it available before I got the V8. I got the tables to link initially, but after shutting down Access and restarting it, all it will do...
I am trying to populate a temporary table with sales data. I want to be able to populate with three months of data at a time. The code below does not error out, but it does not appear to see the dates in the strSQL statement. If I leave that line out of the strSQL statement, it populates...
I am creating a chart in excel to plot data from an access database. The chart opens and plots fines, then closes excel. Currently all my code is being run from the Access database.
My first problem is that I need to format the series title for the chart. I do it, but it is not saved with...
Depending on the amount of data that you expect the db to hold, I would go with a master-order and a suborder-table that would hold both the accountable and unaccountable items. I simple check box (yes/no) field could identify the different types of orders. Multiple table queries across any...
Create a parameter query based on the table with start date as one parameter and the end date as the other.
The SQL statement would look something like this -
Select * from tblNAME WHERE tblNAME.EventDate BETWEEN [Input Start Date] AND [Input End Date];
Hope that helps.
BusMgr
Thanks sostek.
I work with it a little and have settled on RGB(j, 64, 255-j)
The spectrum over my data goes from red to violet to blue, as you point out. The code returns a long value for the color (ie 16716811), not the hex equivalent from 255 to 0. I think that it might work best to...
I have a dynamic plotting module within my database. I use it to plot sales versus state for each month. The trouble is the limited color choices.
Currently my code is
dim lngColor as long
dim j as integer
I start j at zero and increment by 10 for each loop (state). I am limited to values...
Not there yet.
I should end up with an array the is 'vardata' records by 12 columns.
If I try to print out that array, I get an error message at the
intCtr = UBound(vardata, 11) + 1
line that states "Subscript out of range". It shows intCtr = 0. I tried to put a line in with...
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.