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 Chriss Miller 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
  • Content: Threads
  • 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)

    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?
  4. 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.
  5. 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...
  6. LenaS

    VFP 8 SQL "group by"

    According to a recent "FOXPRO ADVISOR" 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...
  7. 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?
  8. LenaS

    Crystal8.5 & 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
  9. 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?
  10. 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?
  11. LenaS

    releasing called form

    I have a form with a cmd button click event is : do form k:\vfp\reinsurance\forms\as710dates do k:\vfp\reinsurance\progs\as710a which calls a separate date input form. when dates are entered and okay is pressed (code behind okay button Public lbookfrom,lBookto,lbookfromPFI,lBooktoPFI,nCURR...
  12. LenaS

    file gone after modify

    After calling up a file to modify. I attempted to save my changes and got a message that file did not exist. My modifications and file where then gone. I have had same thing happen occasionally while attempting to save a form. Anyone know whats up with this?
  13. LenaS

    Pale (barely readable) items on report layout

    I have a new XP machine and when I open a report, all items on the report are very light. The only characters on the layout which appear normal are the brackets surrounding each item. I have to change the view to 150% or more for them to appear normally. This is happening on all my reports. If...
  14. LenaS

    cannot open sql server

    Running VFP 6.0 with Crystal 8.5 on a Windows XP machine. Attempting to print a Crystal report, received error: OLE IDISPATCH exception code 20599 from CPEAUT32: Cannot open SQL server. I am not getting this error on any other PC's. This is my only XP machine, in case that makes a difference.
  15. LenaS

    calling CR9.0 report

    I have been running Crystal reports from VFP6 successfully until I installed CR release 9. Anyone familiar with the VFP code changes related to this upgrade? This is an example of the sode I have been using, which no longer works. oCRApp = createobject("crystal.crpe.application") oRep...
  16. LenaS

    Security

    Have migrated from a NOvell 3.12 to 6.0 It would appear, when looking at nwadmin, that some users only have read/compare access to the main data volume MID_SERVERN_VOL2.MIDSTATES When I login as this user there doesnt appear to be restrictions to the volume. Whats happening?
  17. LenaS

    user licenses

    I come from a novell 3.12 environment, I therefore had a vendor install Novell 6 on a new server. Then I used the migration tool to bring over files/users. Migration appeared to work successfully. I upgraded my PC to client 3.32 My problem is that only one of my users(supervisor access) has...
  18. LenaS

    Displaying forms in a formset

    I have a formset containing 2 forms. On form1 I have a cmd button click with the code: thisformset.form2.visible=.T. thisformset.form2.show When I run the form, I must exit and run a second time before the cmd button will work. Any clues why this happens?
  19. LenaS

    DE Filepaths wrong

    How do you change the filepath for a project? My projectis located on network drive k and when I browse the tables Im looking at network files but when I run a form I am changing my test files (same project name) on my local drive. How do I change the path for the DE on forms?
  20. LenaS

    Parameter from VFP

    Im sure this has been covered before but couldnt find anything substantial. I would like to use a displayed number from a form and use it as a parameter for my cr8.5 report to be called from the form. VFP variable is "nyearmo" use that variable in my record selection...

Part and Inventory Search

Back
Top