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

    on shutdown command - not performing what I ask

    Hi all- Been having a problem with temp ".dbf" files remaining in my active directory when a program is prematurely shutdown due to user not exiting the program properly,power failure, etc. I have a program that checks to see if a temp file exists, and if it exists, make sure it's closed, then...
  2. ahaws

    grid controlsource based on IIF

    Hi - Have a column4 - control source is a date field, however, if the field is empty I want the grid to say "NO" and if not empty - then "YES". If I control source to the field, then the data type error happens - because it is a data field. How can I achieve this? thanks in advance
  3. ahaws

    grid with multiple recordsources for different columns

    Hi all- Have grid with 5 columns. Column 1 and 2 are recordsourced to a table called bkpeople. Column 3,4,5 are recordsourced to bkmaster. I do a search based on a name in bkpeople. When the name is found ( or not - set exact is off - should show closest match), I want to show information from...
  4. ahaws

    VFP 7 Not Responding on SQL Select statement

    Hi all- For some reason, when my program gets to the code below, VFP 7 says Not Responding when I look in the task list of windows. I can run in a separate .prg and it works, but when run from a form, it hangs. In the code below, I have a 1 field table that contains primary keys of another...
  5. ahaws

    alias not found - local view - have in Data Environment though

    Hi - I use a local view on a form. I requery('vpeoplemast') and data shows on the form in textboxes with controlsource set to vpeoplemast.field. If there is more than one record in the view, I want a navbutton to become visible and I want to skip through the view just as a table. Problem is...
  6. ahaws

    Hot Keys and Labels - Click works but hotkey does not

    Hi guys- I have a form with labels that the user can click on to go to another form, etc. I wanted to use labels because I wanted it to look more like text that can be clicked on (such as a hyperlink- buttons are too bulky). When I click the label, it fires and all is good. I have assigned...
  7. ahaws

    report form using parameterized views printing excessive reports

    Hi- Very strange- I have report form that uses 2 views for reference, with only one record in each view, and when I select to print the report, it wants to print about 300+ reports, when it should only be printing a 1 record report. I have other reports that use the same views and they print...
  8. ahaws

    Updateable view Not Updating...have Send SQL Updates checked....

    Good Afternoon- Having a problem I have never encountered: I have txtboxes that control source to an updateable view. When the user is finished editing - I execute this code: If Messagebox("Save Changes to Lienholder Information?",4+32+128,"Please Confirm") == 6 Select...
  9. ahaws

    Moverlist - getting 2 columns over to selected list - how to?

    Hi all- I'm using a moverlist, and I can load the source list into 2 columns ( a description, and a unique key to find the description in a table)--however, when I select items from list1 to move over to list2, it only copies over the 1st column(description) of the source list, but the unique...
  10. ahaws

    additem fine but addlistitem giving function, argument count errors

    hello all- getting pretty frustrated here! I have 2 fields from Keydesc that I want to add to this moverlist. I want the Description(Desc) and Primary to show. I've taken a look at MikeLewis response to another question about additem, and I have tried the using the code below... LOCAL nRow...
  11. ahaws

    On screen maximize...do - I want to run a procedure on screen maximize

    Good Morning All- Sometimes my users will minimize my program to run another, but the problem being is the user must enter there employee number before my program starts and the employee number is a global public variable. However, If a clerk uses a program just by maximizing the screen, the...
  12. ahaws

    Bypassing network login to get to workstation only

    Hi all- Have Winnt with Novell 4.2 Service PAck 2. I recently ran an .exe from Novell site called Autologin.exe because the novell client would not let the user (who has no password) login with 'hitting the enter key' to select logging in. Autologin works great, however, now - we've swithced...
  13. ahaws

    Convert 3.0 resource file to 6.0 format - stop asking this question???

    Good morning- Have had an VFP 7.0 app out for about 2 months, and starting receiving the question above about a week ago. Didn't change anythiing regarding the resource file - so I am not sure why this began. All I can add is that there is a 2.6 DOS app that runs under a subdirectory of the...
  14. ahaws

    ntvdm.exe - opening when VFP7.0 app starts

    Hi all - Got a problem when my app runs, it also opens up ntvdm.exe an iconizes itself on the taskbar with c:\?????????? as the icon name. This is new and I have now clue as to why it would be happening all of a sudden. I looked in the tasklist and it was running twice. I killed the processes...
  15. ahaws

    autologin to Novell client with no password...howto

    Good morning. I have a machine that has client 4.8 on it. The user name has no password, but I have to physically press 'Ok' to login to the network. How do I set it to where when the machine 'reboots' - poweroutage, etc, - that it logs in automatically without having to press the 'Ok'...
  16. ahaws

    Back button and Data loss - connecting to DBF

    Hi all - I have an .asp page that creates a dynamic .asp list of similar items searched upon. When the user clicks on the "Name" that was the closest match, the dynamic .asp will take an account number and go to the 'live' database and retrieve data and post to a .htm file. Problem I...
  17. ahaws

    using getprinter() - if user selects "Cancel" how to know?

    Hi all - I use : [b] set printer to NAME getprinter() /[b] So - if user selects "cancel" instead of "Ok"...how to let program know they selected "Cancel"? When the user hits cancel - just uses last set printer... would like to stop and not print at that point...
  18. ahaws

    changing windows screen resolution when running .exe

    hi all - Would like to know if it is possible to change the user's windows screen resolution when they run my .exe. The reason is that some of the users must have their resolution set at 640 * 480 to run other applications smoothly...thus had to develop a 640 * 480 program...else they would not...
  19. ahaws

    SEt printer to Name \ \server\printer - when server is IP address

    Hi all- I had posted a thread titled "Calling printers by IP address - possible?" and received some good advicefrom BluePanic to: SET PRINTER TO NAME \\server\printer Well - found out that all of our branch offices have the same name for the printer, so can use the name of the printer...
  20. ahaws

    VFP7 Not (stops) responding when building an .exe

    Hi all- Something really strange is happening that is keeping me from building an executable. It will allow me to rebuild my project with no errors, but when try to build the application it is hanging on a report that I have used Ramani's SETFRX.prg against. I can't figure this out because it...

Part and Inventory Search

Back
Top