Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cmergal
  • Content: Threads
  • Order by date
  1. cmergal

    Set initial view Magnification

    Hi, I have a bunch of PDF files set with "Fit Page" magnification. I would like to set it to "Default" or "Page Width" programatically. Does anyone knows which OLE automation method should I call to accomplish this?
  2. cmergal

    Grid -Highlight

    I am using VFP8 to create a form with a grid that contains 4 columns using the property sheet. The column controls are as follows: Column 1 - checkbox (readonly=.f.) Column 2 - textbox (readonly=.t.,opaque) Column 3 - textbox (readonly=.t.,opaque) Column 4 - editbox (readonly=.t.) Also I...
  3. cmergal

    Return an Array from a Form

    Hello: I have a form that I want to return an array from it. I call the form with a DO FORM frmName TO laretval. The form manipulates the data and stores the values in an array property and returns the property. The problem is that laretval is not an array and only stores the first element of...
  4. cmergal

    Multiline field in Grid (re-post)

    Hello All; I have a memo field that I want to display in a grid. What I would like the user to see is the contents of the Memo field as is formated (by the SET MEMOWIDTH)in multiline style. Is this possible? How would I do it? TIA, Carlos
  5. cmergal

    TextBox in ToolBar

    Hello all: I created a toolbar using VFP toolbar class. In the toolbar I've included a number of objects among them a textbox. The problem I'm seeig is that you are not able to write in the textbox. Is this the way it works??? TIA, Carlos
  6. cmergal

    Pasting text to a webcontrol

    I have a web control on a form that has an INPUT='File' field on it. I want to populate the path programatically from my form to that field. I read that the value property of the INPUT='File' field is protected for security reasons, so I started looking for another approach with the _cliptext...
  7. cmergal

    Rich textbox - Tab insertion

    Hello All: I have a form that contains several controls including an ole rich textbox. The problem is that within the box I am not able to use the TAB key to insert the TAB characters. I read on a MS tech article that you have to set all the controls' tabstop property to .F. so I did. But this...
  8. cmergal

    Binary Large Object manipulation/General Fields

    Hello all: I have a table in Informix that has a BLOB column that contains PDF files in it. When I connect to it the field comes as general but when I try to view it (CTRL+PgDn) a message comes up saying that the "OLE object is invalid or corrupted". I verified the data and it is...
  9. cmergal

    User IDs in NW6

    We have a NW6 server and a couple of NW5.1 in our network. Our clients (Win2K with the Netware client) are setup with a preferred tree and context but no preferred server. The problem is that we have an app. that checks the Netware user's name for security; when the user authenticates with the...
  10. cmergal

    Show specific fields in GRID

    Hello; I have a cursor and I want to show the user some fields from this cursor using a GRID without creating a new cursor or table. For example, the cursor has fields1 - field60 and I want to show the user field1, field4, field5, field7. But I need the rest of the data to be there but...

Part and Inventory Search

Back
Top