Gus,
Thanks for the response.
I gave that a try, but didn't have any luck.
The tables look like this
Tbl:Story Tbl:Submission Tbl:Publication
Stry_ID *1-many* Sub_Stry_ID
Sub_Pub_ID *many-1* Pub_ID
I'd like the form to have all the Submissions...
But you can't use %len and %decpos within the %dec BIF, right?
So you need to create constants. Same result.
D NumField_LEN C %len( NumField )
D NumField_DEC C %decPos( NumField )
Numfield = %decH( a / b: NumField_LEN: NumField_DECP );
Hi,
I'm new to access and am creating a database for personal use.
Three tables: Publication, Story, Submissions. Publication table is a listing of magazines and magazine specific information. I've created a form for this table.
Story table is a list of stories and story specific...
What I ended up doing was creating a class with no authority that could only run reports, then used that class in the macro. But now that you mention it, I am running the compiled macro with the scheduler, so I'll take a look at the scheduler, that's probably the solution I'd prefer.
Thanks,
Navik
I set all of our classes to be password protected, and now I seem to have a problem with my macros running reports. I'm guessing it's because it doesn't have the password to send along with the class it sends. Can anyone give me some example macro script for sending the password along in the...
I was really close to asking for further assistance, but I finally figured out how to get the macro to work. Thanks for the point in the right direction!
I'm running two .imr reports that output to a file on the scheduler. But everytime they run, it opens up an Impromptu window. I looked all over for an option to have it not do that (or at least close it after it's done) but couldn't find such a thing. Can anyone point me in the right...
(the 2nd example was properly aligned when I copied it, I'm not sure why it's not aligned correctly here. Just letting you know that that wasn't the problem).
John,
I appreciate your response. This is how I tried it:
I set my PRTF like this:
A R CHECK FONT(OCRA)
I also tried:
A NUM1 6 POSITION(7 11)
A FONT(OCRA)
Neither seemed to...
I've heard that java development software such as Visual Age Java and JBuilder require immense resources (such as a minimum of 170mb for debugging in VAJ), but this is what I hear from vendors, so I was hoping to get some input from actual users.
In addition to this, I was wondering if anyone...
I wasn't sure if this was the right forum to post this, but here we go.
We've recently decided that we want to print our checks in their entirity so we don't need pre-printed forms. I've gotten the overlays to work real slick, but I cannot seem to figure out how to get the MICR code to print...
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.