One last note.
I apologize for the confusion about originally considering either BOLD or Shaded.
After reviewing the document, I discovered that ALL TextBox fields were already Bolded so that eliminated that as a possible change option to draw the reader's attention to individually Marked...
Dave - you got it!!!
I did not see the Mode property changed when I tested this via VFP's Report Designer, but it was indeed the missing piece that made the Background Color show as intended.
Thanks,
I_Forgot
Thanks for your continued interest and replies.
Rick - I did not realize that the Preview also used a Print Driver. Since the Preview appears on-screen, it did not come to mind.
However in this particular instance, after writing the new FillRed, FillGreen, & FillBlue values, I do a LOCATE...
Rick - Yes it was the same printer each time.
My first test did not use any printer at all, but instead the Report Preview mode -- where the problem was first noticed in the different on-screen results.
I have also hacked the Report table's EXPR, TAG, & TAG2 memo fields to eliminate any of...
I thought that I had this issue worked out, but now I am not so certain.
When I manually modify a Report Form's TextBox Fill Color throught Foxpro's Report Designer, I get what I want.
And the Report displays correctly in the Preview mode.
I then examine the Report Form's DBF (in reality...
By 'playing' around in the Report Form's table I have found one way to programatically change the Report TextBox's properties.
I can set new values into the specific TextBox's
FillRed
FillBlue
FillGreen
Or I could change the FontStyle to a 1 for BOLD
And then I could return the...
I want to find out if there is a way to programatically change the TextBox Properties of a Report Form.
My users want to BOLD the text in a Grid's single TextBox by clicking on some button. I don't think that this will be too hard by using DynamicFontBold and, at the same time, I should be...
From FAQ184-2919
"And in the gray band of page header of your report (The first of three bands), in the "on entry" textbox put PRINTED()"
What "On Entry" Textbox ??
My VFP7 Report Forms do not have access to any TextBoxes within the Gray Bands.
Yes, I can add a new Field TextBox within...
My users want me to change the Backcolor on a Grid's Row when a record is printed.
Consequently I give them a intermediary selection form prior to Printing with the following choices:
* Print
* Preview
* Cancel
And, based on their choice, I execute the appropriate
REPORT FORM MyReport...
Just a follow-up...
I quit attempting to make this happen with the Remote View Designer - New Remote View
Instead I ended up building a CREATE VIEW programatically and including the "hidden" field. By doing so I avoided any limitations which might have been occuring as a result of using the...
I cannot enumerate the hidden field(s) in the SQL string within the Remote View Designer because despite having successfully "exposed" the table during the New Remote View... process, it cannot "see" the hidden field.
Manually typing the hidden field name into the "Functions and Expressions"...
I also posted this question on the Informix 4GL forum since I was not sure where I might have the best luck in finding an answer. I apologize in advance for the duplicity.
================================
I have a VFP7 application which uses Remote Views (a utilization of ODBC) to access data...
I have a VFP7 application which uses Remote Views (a utilization of ODBC) to access data within a Informix database running on a Linux box. For the most part the Remote Views work well.
However there are a few Informix tables which have a field (rowid) in it which is "hidden". While all the...
I have a VFP7 application which uses Remote Views to access data within a Informix database running on a Linux box. For the most part the Remote Views work well.
However there are a few tables which have a field (rowid) in it which is "hidden". While all the other fields show up, this...
Making the custom subclass does indeed sound like the way to go so that the new property is available everytime I need it.
You say that making a subclass is "so easy", but my stumbling around through VFP7's various menus has not shown me how to do it.
Without taking too much of your time...
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.