| Thread | Last Post | Replies |
|
| Colour Distortion | 31 Jan 2004 17:09 GMT | 7 |
I would like my app to run in different screen environments so I have created a couple of different images for my splash screen. One as a 256 colour bitmap and the other as a 24-bit colour bitmap. Both images display fine as you would imagine when the screen is set at high colour ...
|
| big Problem with SET CLASSLIB | 29 Jan 2004 15:02 GMT | 7 |
I found a serious problem in VFP8 SP1: "set classlib to" doenst accept 8.3 Filenames containing a ~ this is a problem, because sys(2003) returns such a path on w2k Any ideas to solve this ?
|
| Mailing Labels? | 29 Jan 2004 14:09 GMT | 5 |
I was wondering if anyone can help in how to handle mailing labels from a VFP app? Are there any third party products that work well with VFP? Wilson
|
| Find Colour Depth | 29 Jan 2004 13:31 GMT | 2 |
Is there a way to find out what colour depth your video card is set at....i.e. 16 / 256 colours or higher.
|
| How to place = in Caption (VFP8) | 29 Jan 2004 12:19 GMT | 4 |
I placed a single = in the caption of a button. Unfortunatly this does not work in VFP8 I tried it with =chr(61) , but this dont work too. Any ideas ?
|
| Problem With SET ORDER TO | 28 Jan 2004 23:32 GMT | 2 |
Well , I am using VFP6.0 and after I create an IDX. file on a table. In my form i have couple of buttons with which i set the order of the table to different fields in the table.When i run the form and click on the buttons everything works fine , but as soon as i add a new record ...
|
| passwordchar property of text box | 28 Jan 2004 20:05 GMT | 1 |
I am experiencing strange behaviour while using "passwordchar" poperty of text box. In most of the systems users can copy and past the text in text editors and word processing packages even if the Passwordchar is set to some characters
|
| Problem with Grid | 28 Jan 2004 15:40 GMT | 4 |
Hi Folks i know i already posted this in fox.vfp.grids but that group seems slow and i could really use the help !! I have the following code but it seems my grid doesn't react to any change
|
| VFP and InterBase | 27 Jan 2004 19:45 GMT | 1 |
How can I connect without breaking - down with VFP thanks to driver ODBC with Interbase base? Now I use XTG system Interbase6 ODBC ver: 1.00.00.16 but everytime when I close opened base it gets me out of VFP automatically and it shows me error
|
| Need Quick Help on Report Layout | 26 Jan 2004 04:56 GMT | 9 |
I have 2 tables on which Id like to print on a report. Table1 needs only to print one record, while Table2 needs to be print several records depending on conditions. Table2 is referenced by a field with reference no. How do i do this? Ive tried selecting both tables into a cursor ...
|
| wait while processing message on screen? | 24 Jan 2004 07:22 GMT | 3 |
Can anyone help with how to put a message on the screen that states processing is under way and to wait? I'm doing some word automation in the background and it takes a minute. I want to stop the users from clicking away while word is automating? Any
|
| Problem using passwordchar property of text box | 24 Jan 2004 06:14 GMT | 1 |
I am experiencing strange behaviour while using "passwordchar" poperty of text box. In most of the systems users can copy and past the text in text editors and word processing packages even if the Passwordchar is set to some characters
|
| Using _cryptapi under Win98 SE? | 22 Jan 2004 23:52 GMT | 2 |
I'm hoping I can head off a problem before it crops up. Using the _cryptapi foundation class, is it supported under Win98 SE? We have a new customer that wants to use our app and I have no idea if the encryption class will work under Win98 Second Edition at all.
|
| Sending PCL to the printer from a VFP report | 22 Jan 2004 15:43 GMT | 4 |
I have a report that needs to be printed on two different colored papers. One color is in tray one the other in tray two. I have the PCL commands that I need and I know which band in the report where the PCL code needs to go. The problem is I don't know how to send or
|
| Progress Bar | 22 Jan 2004 15:11 GMT | 10 |
I am trying to simulate a progress bar as follows: USE CUSTOMER IN 0 ALIAS "READ" DO FORM "forms\system\system_progress_bar.scx" NAME oProgress LINKED NOSHOW oProgress.Show()
|