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

    READ EVENTS Doesn't stop processing .. The First Time

    I have an app that runs fine in development but not when it is compiled to an .exe In a button (form1.button) click method, I call another form (form2) with data in a grid. The user selects a record from the form2.grid and double clicks which closes form2 and inserts the selected data in...
  2. AlanArons

    Session_Start issue

    I have an issue with sessions and created the following code to demonstrate. In the following example, I would expect the Old and New Count to increment each time the screen was refreshed, but they don't. It seems that the $_Session variables are reset each time. Any Thoughts? Alan Arons...
  3. AlanArons

    PC / Mac Development

    I expect to be writing a program in Vfox 9.0 for use on PC and Mac stand alone systems. As I have historically stayed away from anything not PC, what should I be considering as part of this? Do I have to develop these separately and please tell me I don't have to develop these on separate...
  4. AlanArons

    Viewing Folders

    Still working on displaying folders within my form and have found the web browser class to be the answer. By referencing the folder instead of a url, I have full control of my folder(inside of a form) and it does everything it is supposed to....Except Is there a way to control how files within...
  5. AlanArons

    Programmatically close folder window

    Hi all, I open a folder using a shellexecute command, and that works great. The next task is to close the same window. Most posts about similar issues point toward the SendMessage command and the processes work great on other windows, but not on the folder window. Code I am using is as...
  6. AlanArons

    Pasting a file to a folder

    Hi All, My goal is to paste a file copied to the clipboard(e.g. an Outlook attachment) to an existing folder without opening the folder in VFP 6.0. Any thoughts on this. Alan Arons [ponder]
  7. AlanArons

    SMS from VFP

    I am looking for a solution to send SMS text messages from my VFP Contact Management system. My great idea(which is the reason for this thread) is to send the text message as an email to the phone number. This requires I know the carrier for each phone number I send to which is not realistic...
  8. AlanArons

    Program a workstation restart

    Hi all, Does anyone know a way to program a workstation restart? I have a routine that runs at night and works great as long as nothing gets in its way. I would like to be able to restart the workstation in certain situations? Thanks for your help Alan Arons [ponder]
  9. AlanArons

    Pasting a form into Word

    I have been using the faq " faq184-4212 by Mike Gagnon. Great Stuff. Thanks Mike. My problem is I want to print the screen in landscape and have the image be maximized to the full width/height of the page. The landscape issue is resolved with the line...
  10. AlanArons

    Opening a table without opening Database

    Is it possible to get the data from a table contained within a database without opening the database. I am working with an app that has its own database. I would like to access data in another db but dont want have to close the current db and then reopen all the files after I get what I want...
  11. AlanArons

    More hacking frx

    The recent discussions about hacking an .frx are great as this is my task at hand for the next few days. My problem #1 is how to determine and set the printer information to be included in the header record. I would like for the users default printer info to be included. Question #1 is how...
  12. AlanArons

    Controlling input box height

    Is there any way to control the Height of an <input> form field besides <textarea>? Alan Arons [ponder]
  13. AlanArons

    Redirect after readfile

    I have a routine to download a file that downloads OK. After the download, I want to redirect the user to another page. The following code seems to stop processing after the readfile statement. Anyone have any thoughts header("Pragma: public"); header("Expires: 0"); // set expiration time...
  14. AlanArons

    Form Input doesnt work in IE 6

    OK, I am stumped. Created a form with many fields, some of which are populated on opening from a MySQL table. The form works fine in IE7, Firefox and Netscape, but doesnt work in IE6. The inputs all have the form. <input id="FormsEditField161" type="text" name="firstname" size="35"...
  15. AlanArons

    Lost connection to MySQL server during query

    I am getting this error message immediately after attempting to connect. If fact, I have not yet successfully connected to the mySQL database. PHP 5.2.2 / mySQL 5.0.45 Anyone with thoughts on this Alan Arons [ponder]
  16. AlanArons

    WMI / Product Key

    I am using the WMI to extract information about my workstations and the installed software. The piece of information I can't seem to find is the Product Activation Key used by Microsoft products. Does anyone know the class/object to retrieve this piece of information? Or, if there is a...
  17. AlanArons

    Changing Classes

    Is there a way to change the Class of an object after it has been created. I am converting a Foxpro for Windows app to Visual Foxpro 9 and many of my "buttons" are not coming as Buttons. Thanks for your help. Alan Arons[ponder]
  18. AlanArons

    Formating Excel Subtotals

    Hi all, I have an Excel macro in which the subtotal function is used, it inserts one line and bolds just the column information that the subtotal is done on. Is there a way to either a) insert more rows, b) Change the font attribute to bold for all cells in each subtotal row or c) in any...
  19. AlanArons

    Formating Subtotals

    Hi all, When the subtotal function is used, it inserts one line and bolds just the column information that the subtotal is done on. Is there a way to either a) insert more rows, b) add a line above the subtotal line, c) Change the font attribute to bold or d) in any other way distinguish the...
  20. AlanArons

    Looking for the common field

    Does anyone know the common field between the IV00101 and PM00200 Alan Arons[ponder]

Part and Inventory Search

Back
Top