Thank you for your help. But what do you mean by " configure each client through the BD deployment tool "
I've just installed the AV from the exe file that was provided, and I have no idea what I have to enable/disable of the AV engine.
Can u help me ?
Thank you
Hi,
I have a problem saving Excel 2007 over the network (WIN XP Prof + Office 2007). I open the files from a network shared folder, I modify the file and when I am trying to save the modified version in the shared folder over the network I receive a message like...
Hi,
I am using Office 2007 Professional with the Romanian Language as the Input Language in Win XP Prof. The problem is that I can't type Romanian Language Charaters like ?, ?, ?... Sometimes not at all, and sometimes only after I type î or â.
I set up my doc type as Word 2003 document.
Thank...
Mike,
Thank you for advice. I don't get the error message, but the displayed values in the combobox are those of the first field. For the second field no values is displayed. What I mean is like the second field declarations is not there. I interchanged the declarations of the two fields but...
Hi,
Could you help me how to construct a ComboBox Control from two fields of a table:
I've tried something like this but at the line
frmMyForm.cbxnAnul.RowSource=field state.nume_luna, state.an
i get a syntax error message
Thank you,
Dan C. Nagy
use state.dbf in 1 alias state exclusive...
Hello,
Now I am back with my original problem. After some work I create my own data environment :) (the Relation 1 to many is set), but now I still have the same bug. When I am jumping up and down the parent table, the grid control of the child table is giving me the same output. I was...
Hi guys,
Thank you very much for your tips. I am new in the VFP programming and I want to know how the things are working in VFP and then I will choose the proper tool for my projects. I will probably come back to ask new questions.
Thank you again,
Dan
Mike,
I am sorry that my question wasn't clear. My problem is:
I have a prg file where I create my form using:
frmMyForm = CREATEOBJECT('Form') && Create a Form
frmMyForm.Width=750
frmMyForm.Height=500
frmMyForm.Caption="SALARIATI"
frmMyForm.Closable = .F. && Disable the Control menu box...
Mike,
I was looking in the VFP help, and I have no idea how to create from program the data environment with the relationships between the tables because I have different forms in my program and each one with a different data environment. Would you mind to show me a very short example how to...
Hi,
Thank you for your tips, but I rather want to construct the form from scratch. I know how to use the form wizard, and with the form wizard, the grid works perfect. I was not sure what or where is my wrong-doing.
I'll keep looking for the answer, if there is one
Thank you,
Dan C. Nagy
Hi,
I have 2 tables with a "one to many" relationship. I want to create my own form (not using wizard) for this two tables. The fields of the parent table are mostly textboxes of the form and for the child table I have a grid Object.
What I would expected is that whenever I move the record...
Hi,
I am having trouble with a specific Firefox problem; using Javascript I am changing the color of a span tag on the mousover event. It works fine under IE, not working under FF at all. Il will work probably with getElementById() but I don't want to put id's every where.
The code it looks...
Hi,
Thanks for your tip it works fine, except that I cannot get out from the form. I have an exit button with the method click containing: CLEAR EVENTS but now I need another command to exit the form. So, my question now is how I can exit the form in this case ?
Thanks in advance
Hi,
I've created a menu using the wizard in VFP. One of the option contains a command: DO myprg.prg
In myprg.prg I've created my form using
frmMyForm = CREATEOBJECT('Form')
along with the inside objects with
frmMyForm.AddObject('txtlcNumSrch','TextBox')
after I instantiate the objects in...
Hi,
I found the solution reading the MySQL book.
When you delete the records one by one it doesn't restart the sequence from 1.
You need a DELETE FROM table; instruction to restart the sequence from 1.
Sorry !
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.