Dawn, I'm in the process of trying to find my 'ideal' font.
I'm dealing with some legacy data which has been inserted into text fields. Since the windows character map was not available at the time, certain characters were inserted by using the <alt> number pad method where <Alt> 227 resulted in the (pi) symbol <Alt> 230 resulted in the (micro) symbol <Alt> 234 resulted in the (omega) symbol <Alt> 241 resulted in the (plus/minus) symbol <Alt> 248 resulted in the (degrees) symbol These symbols are interspersed throught the field and I've been trying to find a font to accurately represent these with the text in form fields and and reports. It has to be a mono spaced font like Courier, but Courier doesn't display all of them properly. Tried System and Terminal but not right either. Installed MS Line Draw and was pretty close on one computer but then it won't display on another if the font is not installed. Any idea what the DOS font is called? Jan ----- Original Message ----- From: "Dawn Oakes" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Wednesday, October 19, 2005 11:06 AM Subject: [RBG7-L] - RE: Fonts in PDF Jan, I can't find it right now, but I could swear I saw something about an enhancement that would embed the fonts from the generating computer with the pdf. Like I said, I can't find it right now, so I'm not sure if it was "it would be nice if" kind of thing. I guess the only workaround would be to make sure you use fonts that are standard with most computers. Dawn -----Original Message----- From: Jan Johansen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 19, 2005 12:54 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Fonts in PDF I'm having a challenge including a font in the PDF output. Looks fine on the generating computer, but when it is read by another computer that does not have the font, we get the message 'Font not found'. I have tried all the options available under FONT ENCODING to no available. Any hints? Jan ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Wednesday, October 19, 2005 8:43 AM Subject: [RBG7-L] - Re: Refreshing data in a scrolling region At 11:33 AM 10/19/2005, John Engwer wrote: >Question. How can I get form1 to automatically refresh when I exit form2? John, Here's how: -- EEP on the first form (while in the form 1) EDIT USING Form2 WHERE .... PROPERTY TABLE <FirstFormTableName> 'REFRESH' RETURN That's all there is to it! Very Best R:egards, Razzak.
