Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LenaS
  • Order by date
  1. LenaS

    Search for string in a memo field

    I am using Wizbtns search button to do searches and return the results in a grid. This has been working great for our needs so far. Now I have created a table with a memo field. This field does not appear in the list of available fields to search on. All I want to do is see if the memo field...
  2. LenaS

    installshield

    Developing app for use in-house only. VFP files and project.exe all reside on networked drive "K". I assume all I really need the installshield to do is provide a shortcut to the project.exe on "K" and install and register the neccessary .dll's. Too much info for me in the...
  3. LenaS

    define class as form(release)

    I tried that. Made no difference.
  4. LenaS

    define class as form(release)

    That didn't make a difference, but Thanks.
  5. LenaS

    define class as form(release)

    I don't understand. What do you mean 'not releasing the crystal application'? What should I change about this code to make it 'release the oCrApp'?
  6. LenaS

    define class as form(release)

    PUBLIC lefffrom,leffto && Book from/to dates & Currency rate OPEN DATABASE k:\vfp\reinsurance\DATA\mrcdata.DBC SHARED SET SAFETY OFF && allows overwrite of files * Prompt for effective dates oFrmDate = CREATEOBJECT("frmdatepick") oFrmDate.Show *Release oFrmDate public oFrmdatepick...
  7. LenaS

    define class as form(release)

    I have a "GO" cmdbutton which does some other stuff followed by a thisform.release
  8. LenaS

    define class as form(release)

    Yes.
  9. LenaS

    define class as form(release)

    Defined a form within my program as class, program displays the form, I give it input(some dates)and the program runs on but never releases the form. any tricks to this?
  10. LenaS

    conditional suppress at Group level

    Okay if you put Sum({ledger.osloss},{ledger.claim})<>0 and Sum({ledger.osexp}, {ledger.claim})<>0 in the group selection formula it seems to work fine. Thanks for your input
  11. LenaS

    conditional suppress at Group level

    Makes no difference. The fields in question do not accept null values. Also tried Convert null field value to default. Thought that maybe it might be a decimal problem like 0.00000005 but that is not the case either the fields are currency
  12. LenaS

    conditional suppress at Group level

    I have added Sum({ledger.osloss},{ledger.claim})=0 and Sum({ledger.osexp}, {ledger.claim})=0 to the Group footer #4:ledger.claim suppress formula. This took it down about 300 pages but still I have some occurrences of osloss and osexp both equaling zero printing on the report.
  13. LenaS

    VFP 6 to 8

    In the VFP 8 documentation 2 files are required to be present in the same directory as the executable file: vfp8r.dll and vfp8renu.dll The executable resides on a network drive. Should these dll files reside in the system or system32 directories instead? getting an error cannot find msvcr70.dll...
  14. LenaS

    VFP 8 SQL &quot;group by&quot;

    According to a recent &quot;FOXPRO ADVISOR&quot; article you can no longer use the 'group by' statement using just the fields you want to group by. You must include every field in the table?? This would be quite cumbersome and insane if you have a table with 30 or so fields. Is it possible to...
  15. LenaS

    vfp 6 to vfp 8

    PLanning an upgrade to VFP 8 from vfp 6. I noticed that minimum for version 8 is windows 2000 or later. Is that just on the development pc or does this include clients? Any know? any other issues I should keep mind of?
  16. LenaS

    Crystal8.5 &amp; XP

    Do you know if the redistributable files on the CR cd work across all operating systems?
  17. LenaS

    Crystal8.5 &amp; XP

    Anyone have a clue why certain reports run from a machine with XP would print out with no data? same reports run on any other machine works fine. data is in VFP6.0 thanks
  18. LenaS

    Formula Help

    I have created 2 formulas at group 3. I look at the group 3 sum of an amount field and if positive/negative, I put it in one formula or the other. What I want to do now is have a group 2 total of each of the formulas. This doesn't seem to be allowed. What's up with that?
  19. LenaS

    Append from having different field names

    I want to Append to a file but my fields are named differently. How can I accomplish this?
  20. LenaS

    releasing called form

    Changed intial forms showwindow property to 0-inscreen. when I run the form now it calls the date form but minimizes the calling form, what causes this?

Part and Inventory Search

Back
Top