I have a form with a command button which is fired before I open a new app with 'run'.
I would like the button on that form to be disabled in the short time the ne app takes to get on screen.
Then it will be ready when the new app is closed.
Thanks
Eric
I am using a mapping site from within a VFP form using text address searches and it works very well.
Within the source of the downloaded page on the client PC is the following morsel of information that I would like to capture
<dd class="latitude">35:07:16S (-35.121)</dd>
<dt>Lon:</dt>...
Is it possible to add a command to only print a (record on a) label when a certain value is true ( without adding an expression to each field)
ie the table has a 'selected' logical field to enable only some from thousands of records to be printed each time.
Regards
ERIC
Thnks to all above - I've used
SELECT TEMP_LL
SELECT DISTINCT per_no,&myflagfield as flagval FROM TEMP_LL where FSIZE('myflagfield') = 0 INTO table TEMP_A
SELECT DISTINCT flagval,a.ref_id,srnamedisp,a.perno,a.dsid,nprime,G_toneplnu,;
G_Efoot,g_recno,b.primary as e_primary;
FROM...
Thanks Craig,
Using the above in the given SELECT above I get a cursor but with no records when the flagfield does exist in TEMP_LL. However using ='C' gives me the records.
The last part of the puzzle is to add the flagfield FIELD to the statement for the flagfield to contain a certain value...
I am creating an SQL SELECT from a number of tables but the final criteria will be whether the 'last' table has a field of a certain name eg 'FLAG9'.
SELECT DISTINCT ref_id,srnamedisp,perno,a.dsid,nprime,G_toneplnu,;
G_Efoot,g_recno,b.primary as e_primary;
FROM;
TEMP_1 as a,TEMP_EE...
Interestingly ( and frustratingly) this code does not 'copy' a memo field at all.
I guess these have to be copied individually after all - however the above code has saved a lot of work so far!
Thanks guys
Eric
I have a need to take all the fields in a in a record and make a duplicate record with the only difference being a ref number in one of the fields.
Is there a way to do this without copying all field values into an array or variable. I have a number of tables that I need to do this with.
Can I...
I have a combo based on a small table which could range from a single record from 1 to a variable number based on prior processing.
I want to display the value of the record when the form fires up.
I use cmbo.value = table.field in the init method.
When there is only one record it displays 1...
Thanks Mike and Olaf,
I created separate forms again rather than containers and it works. I will investigate the multiple containers later.
Thanks again
Eric
Mike,
Thanks for that.
Without the resource file I appear to have to open all the 'windows' in the Project manager every time I open the project. I like to see the full listings in each tab when I open it as it saves a very great deal of time for me.
Or have I missed something?
Regards
Eric
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.