| Thread | Last Post | Replies |
|
| calendar ActiveX control | 31 Oct 2008 21:44 GMT | 3 |
I tried to use the Calendar ActiveX control, I copied from the sample datacal.scx, when I run and click on it, I got the error "OLEDispath exception code 0 from MonthView: Invalid propery value..". What does this mean? How do I get it working? I would like the control to help the ...
|
| looping throw all values of a field to find match | 30 Oct 2008 18:55 GMT | 4 |
When user key-in a value in a text box on form, I would like to validate against the presence of corresponding value in the table (looking through a column to find a match) and if no match is found, issue a message "no such record". What is the easiest way I can accomplish it?
|
| can't get correct value entered or retrieved | 30 Oct 2008 10:21 GMT | 1 |
I've this grid on a form which has columns for "thickness", "width" and "length" for every row (that is my items for each performa invoice). The problem now lies in the "width" column. I use combobox to allow user to select
|
| Close a form. | 28 Oct 2008 13:34 GMT | 7 |
I put "FORMNAME" as public in the LOAD so that I can call anything from this form without having form names confused. Here is a problem I am having in VFP8. I PUT "ON KEY LABEL ESC FormName.Release().
|
| Screen Size | 27 Oct 2008 19:49 GMT | 5 |
In VFP9 maximum form width and height are 32759 and 32733. I run a form and tried to increase the width and height using mouse dragging. Up to 9992 and 9966 width and height values I was able to increase. I checked it by using _screen.ActiveForm.Height Why can't I
|
| User form word 2000 | 27 Oct 2008 17:53 GMT | 2 |
A Ref field does not print. It updates, I can see it in the Print Preview, but is blank when printed. It works well in Word 2003 but we still have a few computers using Word 2000. Any ideas? Thanks
|
| variable not found when executing report | 26 Oct 2008 20:16 GMT | 8 |
On a report I have fields that link to tables, the report runs until it encounters a field which I put "performa_invoice.discount_rate" as the expression. The discount_rate is a field in the table performa_invoice. At this point it issued an error - variable 'discount_rate' not ...
|
| set exact and seek in VFP 5.0 | 24 Oct 2008 18:12 GMT | 2 |
I am trying to find information regarding the behaviour of the seek() command with different settings of EXACT. First of all in the documentation of "SET EXACT" only the different behaviours of string comparisons with the "=" operator are medntioned,
|
| Disable or enable a command button at runtime based on logged on user? | 22 Oct 2008 22:16 GMT | 8 |
Does anyone know if VFP 9 can do this: Disable or enable a button during runtime based on the logged on AD user account (best if can based on the user group). For example I have a program that has a centralized form containing buttons that call other subprograms, I would to ...
|
| Cancatenation from multiple fields | 21 Oct 2008 09:36 GMT | 1 |
How do I concatenate fields and assign them to one text box control? For example, there is a control called txtAddress, and I would like the data to come from customer.address1, customer.address2, customer.city, customer.postcode, customer.state, customer.country and with ...
|
| vcr Next button don't work correctly on my form | 21 Oct 2008 06:11 GMT | 8 |
I've a 'one-to-many' form which has fields on the upper part retrieving from the purchase table, and the lower part has a grid that is populated by the purchase_details table. The forms has vcr navigational buttons which if work correctly, clicking on next should display the next ...
|
| Interactive chanage of combo box with synchronized value change in related text boxes | 20 Oct 2008 18:23 GMT | 2 |
I wish to automatically change the value of some text boxes accordingly to the changes in a combo box which the user selects. For example, I have a combo box called cbocustomer and I have text boxes txtaccountno, txtaddress, txtatten, txttel and txtfax. Whenever a user change the ...
|
| Activating menu | 13 Oct 2008 19:47 GMT | 6 |
I already have a created menu. When running a form how to apply that menu. Pls help.
|
| Releasing forms in runtime | 10 Oct 2008 04:11 GMT | 1 |
I would like to Close all forms except one form(e.g login form) from where i'm running following loop FOR EACH frm as Form IN _screen.Forms IF "frmlogin"<>LOWER(frm.Name)
|
| Release window | 06 Oct 2008 16:19 GMT | 1 |
Hi... MODIFY FORM (tcFormName) NOWAIT I changed form properties by using ASELOBJ ASELOBJ(laParentControl,3)
|