Hi Everyone
First, I apologise if this has been covered, if so, could anyone please point me in the right direction?
I have a grid screen with command buttons in the form, showing help notes topics. When the user right-clicks on a topic in the grid this opens another form with an edit box...
Hi Tek-Tips People
I hate to raise this issue again, but have read 30+ posts on EditBox and spent afternoon trying... so here it goes.
I have an EditBox, with a scrollbar, on a form and there is more text than can be displayed in the box. It must be possible to amend/insert text anywhere in...
Hello Everybody
I'm held up on an RTF Rich Text problem. I want to copy the rich text from an active form into Word, via the clipboard.
I have tried this with the code from Phil Hawkin's article (recommended by Mike Lewis in thread1254-845690). But all of my attempts still paste the fully...
Hi there Tek-Tips people - a question for you please:
I have a grid and a toolbar with a button "Copy to All".
I want the Copy to All button to take the value of the selected cell in the grid and copy it to the same field in every other record shown, to save retyping.
I have completed this...
Hi There
Forgive me for asking this but I am working with grids and have various places where I use SetFocus to move to a particular column control and also Refresh() the form.
In some places I have used Refresh and others Refresh()
or SetFocus / SetFocus().
What difference do the brackets ()...
Hello Tek-Tips Users
I am batch printing documents from VFP6 using Word and need to be able to specify the printer tray at the start.
These documents are built up from alternate files using a normal page, then a page of terms for duplex printing....
This works very well until I try using the...
Hello everybody.
Is there an easy way in VFP6 to open/display a folder on the desktop as though it had been opened via My Computer?
I am creating a set of PDF files which will be attached to an email, but not with Outlook automation.
I want to generate the reports in a new folder and then...
Hi There. Can you help with Headers and Footers please?
Is there a simple way to access part of a table within a footer. I have a 1 row, 4 column table used for company info on a letterhead. Sometimes I need to remove the text from the last cell.
I know that to delete the whole footer I can...
Hi All
On a multi-user system in VFP6 with 2 to 20 users, sometimes the operation pauses during a screen refresh or it stops responding to the keyboard. This usually lasts for 30-60 secs and then it carries on.
I think the problems are due to network traffic and the volume of data, with the...
I want to pre-name output files for Acrobat PDFWriter.
I am using the code helpfully provided by Mike Krausnick in various threads. I did also try the sample wwPDF code from Rick Strahl's page at West Wind. I'm still stuck.
I read lots more tips on PDF and on setting items in the Registry...
Hi. Can you help please?
I am using Adobe Distiller to output reports with REPORT FORM myreport TO PRINTER PROMPT
The text is stored in a single field database with page headings etc. The VFP report is a simple one liner listing from this database.
REPORT FORM myreport PREVIEW shows that the...
Hi
I am trying to use a Combobox for one field in my grid. This is a (supposedly) simple item which lets you select from a list "A,B,C".
I use the following:
With ThisForm.Grid1.Columns(n)
.Text1.Visible = .F.
.ADDOBJECT('Combo1', 'ComboBox')
.Combo1.BorderStyle = 0...
Hi All. I've a general purpose grid program used sometimes for whole files and other times for set data.
Want to limit the data in grid according to ACCOUNTNO field. Using SET FILTER will be too slow so tried using SET RELATION from the customer file (SET RELATION TO accountno INTO vehicles)...
Hi There
I apologise in advance if this is something daft but I have been stuck on this since Friday...
I have a program that puts some text boxes, an oleControl (for a Rich TextBox) and the RTF Controls into a window (oWindow).
The problem is, altho all controls are enabled, I can only move...
The following code creates a form with RTF controls and it would work except for one thing. On loading it displays "OLERTF" instead of the contents of the memo field.
Can anyone tell me where I've missed something out?
Thank you. Kaz.
SET CLASSLIB TO samples ADDITIVE
use rtf &&...
I want to make the Find and Replace options active on the Edit menu so they can be used while updating notes in an EditBox?
I have tried various things with Sysmenu and my own menus but the find amnd replace options are still disabled. Is there an easy way to enable them?
Kaz.
Last week I wanted help finding cursor position within editbox, for inserting text selected from a popup. You gave me some helpful replies but I have run into a bug/problem.
_CLIPTEXT works only if there are no cr returns in the memo text. After returns the cursor moves across by two characters...
Hi to everybody.
I'm working in Visual FoxPro 6 and am stuck on something that may be quite simple to someone out there...
I want to create a "hot key" function within a text or edit box that can give me the current cursor position. This is so that I can then programatically insert...
Hi to everybody.
I'm working in Visual FoxPro 6 and am stuck on something that may be quite simple to someone out there...
I want to create a "hot key" function within a text or edit box that can give me the current cursor position. This is so that I can then programatically insert...
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.