I'm going to upgrade to VFP 9.0.
I was looking at MSDN Professional. Microsoft's website doesn't explain clearly about this product/service.
So I have a few questions and I hope someone here can answer them.
Does it truly include VFP 9.0? What are the limitations? Is it really a full...
Hello
How do I do this?
I now understand how to create a UNIQUEID.
I have a table that has the PLATFORM, UNIQUEID, etc....
I looks the same as one created with the form designer.
I rename it to scx and the sct extensions.
But when I DO FORM it receive the following error:
"Error loading file...
I have a VFP7 email program which works well with OUTLOOK2000.
However when my client runs it nothing happens. My client is using OUTLOOK2000 with EXCHANGE.
Is there anything special I need to know about?
Hello,
I have a form that has check boxes for each table to be printed. I have a report which is used for these tables.
I check the box for the OEASGN table and click the print button and it prints.
Then I check the box for OESTAT table and click the print button and it prints.
I could...
Hello,
Would someone please inform me what's wrong with my code?
I have 2 tables.
I have 3 fields in table TEST.
I have 4 fields is table EQUIP.
I match between 2 to tables using TEST.A01 and EQUIP.EQID
I'm replacing 2 fields in the EQUIP table from 2 fields in EQUIP table.
The code...
How do I do this and include the DATE and TIME?
I read MS Knowledge Base Article - 240226 and it said the information on how to do this can be found at www.foxshare.com which doesn't seem to exists anymore.
THANKS!
CJ
Hello!
I'm new to Terminal Services. I'm using Terminal Services Advanced Client Web Package.
How do I do the following:
Hotsyncing the Palm? Is it possible?
THANKS!
CJ
Hello!
I have 3 tables. 1 Parent and 2 Childern (no grids).
All 3 tables have the same key field.
I have a navigation buttons which advance the parent just fine, but I want the navigation buttons also advance the children.
How do I do this?
Thanks!
CJ
Hello!
Does the '_Screen.Visible = .F.' effect LPARAMETERS?
Because I now receive the error "variable 'xrange2' is not found" and I did not receive the error before I began using the 'Screen.Visible' command.
Is there away around this error?
Thanks!
CJ
On my form I have a Grid that displays the following information:
bdate depamt deprttl
09/01/03 25.00 25.00
09/02/03 25.00 50.00
09/02/03 10.00 60.00
Now I need to update a depamt
bdate depamt deprttl
09/01/03 25.00 25.00
09/02/03 25.00 50.00
09/02/03 20.00...
Hello!
My grid isn't filtering. I am trying to filter my grid by date. What is happening is when the button is clicked the filter returns a "No Find" message.
The xdate variable is a date that is in the bdate field and bdate is a DATE field. If I use seek by itself it does find...
My SUM is doubling. How do I stop it from doing this?
THANKS!
CJ
Below is my code (OBJECT: txtDepamt, PROCEDURE: LostFocus):
bdepamt = thisform.txtDepamt.value
SUM blkbook.deprttl TO m.adepamt
SUM(bdepamt+m.adepamt) TO m.cdepamt
CLEAR
thisform.txtdeprttl.value = m.cdepamt
Hello!
How do I force the overlaying of an existing file? Currently a message pops up asking if it is OK to overlay, but I want it to assume that it is OK to do so.
THANKS!
CJ
Below is my code:
SET PATH TO F:\I\Test\, F:\B\TestlnTotal = ADIR(laTemp,[F:\I\Test\*.pdf])
IF lnTotal > 0...
How do I make my combo box sort alphabetically?
At first I had Combo1 working directly with the fields in the table the data was being pulled from. I noticed that other people had the same problem and the ended up using an SQL statement putting the data to a cursor and this allowed them to...
Hello!
How do I automatically answer the add record box that pops up on a parent-child form created with the form wizard?
I want the box not to show up and automatically be answered with 'Add record to both'.
Thanks!
CJ
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.