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 TouchToneTommy 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: jhall251
  • Content: Threads
  • Order by date
  1. jhall251

    Generate report (frx) from form (scx)?

    I am wondering if there is a utility that will generate a vfp report from a vfp form. It seems to me I read about one some time ago. I need to do some reports that mirror the layout of the data entry forms - a print screen utility wont do it because many of the fields are memo fields. Thanks...
  2. jhall251

    sql syntax for selecting the records that don't match

    I need to select the records from tableA that do not have a matching record in TableB. I can do that in VFP lingo easily but would like to use SQL. I don't see an easy way to do this with SQL - is there a straightforward way? Thanks for any help... Joe Halloran
  3. jhall251

    closing open files from the server

    If I need to force a file closed the way I know to do it is: Computer Management>Shared Folders>Open Files Then sort thru to the file I need to close. 1. Is there a better way? 2. Is there a way to set a shortcut to go directly to the Open Files screen? 3. Is there a way to search the open...
  4. jhall251

    maximize parent form from child form?

    I have a form that calls a search form that in turn calls a results form that displays a lengthy client record. I'd like the user to be able to maximize this form, resizing the data for readability. Currently this is only possible if the calling form has been maximized before the results form...
  5. jhall251

    How to make a Try Again Later message?

    We are running an interactive find-a-vendor application and the demand is sometimes straining our server - if 10+ people are searching at once the searches start timing out - Is there a way to give the users a message, e.g. "Too many people are searching right now, please try back later..."...
  6. jhall251

    Possible to enlarge font in MessageBox()?

    Is there a way to control font size in the MessageBox() function? I know there is an FAQ that substitutes your own form and I assume font is controllable there. Is the font in the native function changeable? Thanks.... Joe Halloran
  7. jhall251

    using imail smtp from remote site

    Hi - I am pretty novice at this - we have a site across town that has been using our imail server for many years via wingate 3.0 - there was some reason connected with imail why we had to do it that way at the time - no-one still here who knows why. Anyway...the router and server went up and we...
  8. jhall251

    importing filemaker (fp5) files

    I have a file made in filemaker pro 6 (.fp5 ext) that I need to open. Any ideas how to get it into VFP or Access or Excel? Thanks in advance... Joe Halloran
  9. jhall251

    sending email with secure authorization

    I need to send a form email to a list of customers. Our mail server requires a logon before sending to addresses that are not in our domain. I have experimented with blat, WS2_32.DLL, cdo and mapi routines as found in FAQ here and on foxwiki. The SMTP routines work fine within the domain...
  10. jhall251

    Firewall advice needed

    We have been depending on the nat built into our dsl router. I might be able buy a different firewall solution at this point. I no little about this area and am looking for help. Advice or direction to relevant resources appreciated. I think there are out of the box hardware firewalls...
  11. jhall251

    inetinfo.exe maxing out the cpu

    last night we had an incident that shut down our site. I got an email alert that the cpu was maxed out. I tried to get the site and got a "server refusing" message. I logged onto the server remotely, checked the task manager and found that inetinfo.exe was using 80% plus of the cpu...
  12. jhall251

    When I inspect the running processe

    When I inspect the running processes on our server via Task Manager I see a lot of names that I dont know. I'm looking for a list of common processes and a list of processes that should not be running or that may pose a threat. Any info appreciated! Joe Halloran
  13. jhall251

    For some reason the order of files

    For some reason the order of files in open file dialogues is no longer aphabetical - presumably a registry entry has changed. I tried tools>folder options>apply to all folders - no dice. Anybody know how I can get alpha order back? Thanks in advance... Joe Halloran
  14. jhall251

    Resizing controls on form resize

    Is there a public domain or inexpensive class or control available to automatically resize the controls on a form when the form is maximized or resized? I am using VFP 7 at present, will move to VFP 8 early next year. Thanks for any help.... Joe Halloran
  15. jhall251

    How to make report preview window maximize?

    I am showing the user the report via report form ... preview. Is there a simple way for the preview window to open maximized? Thanks as always.... Joe Halloran
  16. jhall251

    How to make a Word session the foreground window

    I am sending a report to a Word doc, then opening Word and loading the doc - I want to bring the Word Window to the front from within the VFP program but dont know how - tips appreciated... Joe Halloran
  17. jhall251

    tool to generate report in code?

    I want to generate a report on the fly. The Create Report - quick report almost does it but I'd like to include a header and change the font etc. I've seen an article on doing this via generating an frx table in code but cant remember where. I dont want to buy a 3rd party report writer. Can...
  18. jhall251

    Record count for a filter

    I want to report the number of records found after setting a filter. I am counting to a variable to get the tally but that moves the record pointer and displays a non-matching record before the filter takes hold. I'd like to get a count of the matching records without moving the pointer. Is...
  19. jhall251

    lost last used file function

    I know I've had this happen before but cant remember the cure - all of a sudden the last used file list has stopped holding values - the setting in Options is filled in but the dropdown is not holding values. tia as always... Joe Halloran
  20. jhall251

    need way to trace references in project

    I must have added an object in one project that references libraries in another project bc now the other project is getting pulled in on every build. Is there a tool that can track down what in the project is referencing the other project? I am using vfp 7. I have vfp 8 but have not started...

Part and Inventory Search

Back
Top