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

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

    Thanks Mike. Removing the Read / Cancel Events fixed the problem. Alan
  2. 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...
  3. AlanArons

    Session_Start issue

    jpadie, I edited the php.ini file per your suggestion. Didn't really do anything to start, just added a blank space to the end of a comment line and saved. Apparently, the php.ini file was in some way corrupt or not interacting properly. And apparently, re-saving it cleared whatever problem...
  4. AlanArons

    Session_Start issue

    First, I got several errors relating to having the session_start on line 3, so I moved it to the first line. That helped. I got the following errors and output: Notice: Undefined index: count in ... testlogin0.php on line 5 Notice: Undefined index: count in ... testlogin0.php on line 6 Old...
  5. AlanArons

    Session_Start issue

    My dumb. Sorry. so now that I have that fixed, the session counters don't change. $counter that was part of your code changes as does the parameter being passed Alan BTW, Jaxtell, I really appreciate your help with this.
  6. AlanArons

    Session_Start issue

    The first time I load the page I get Old count is New count is 1. The session id is: cf11a8984718f5567f7efeced22645a7 0 [Submit Button} When I click Submit, I get a Page Not Found Error
  7. AlanArons

    Session_Start issue

    Sorry, Pressed enter before the following PHP Version 5.2.4 System Linux boscgi1802.eigbox.net 2.6.30.6 #1 SMP Mon Sep 14 16:36:43 EDT 2009 i686 Build Date Sep 10 2007 12:20:07 Configure Command './configure' '--prefix=/usr/local/lib/php-5.2.4' '--without-apache' '--with-mysql=/usr'...
  8. AlanArons

    Session_Start issue

    Your output is what I would expect. Any ideas what would stop mine from working? I dont get the warnings, just the following over and over Old count is New count is 1. The session id is: cf11a8984718f5567f7efeced22645a7 Alan Arons [ponder]
  9. 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...
  10. AlanArons

    PC / Mac Development

    Craig, Thanks for your input. Have you used Mono? What kind of learning curve did you have? I took a look at it and downloaded it. I will test it. Alan Arons[ponder]
  11. AlanArons

    PC / Mac Development

    Thanks Olaf, I will just bill it for Windows and let Mac people do what they probably already know how to do. Alan Arons[ponder]
  12. AlanArons

    PC / Mac Development

    So, I will develop the program as usual and stipulate that it can be run on Macs using OS X under with the Windows for Mac option. Sounds like something I can sell. Thanks Alan Arons[ponder]
  13. AlanArons

    PC / Mac Development

    That is not a good thing. Any suggestions about a language that will work on both, hopefully without a big learning curve? Alan Arons[ponder]
  14. 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...
  15. AlanArons

    Pasting a file to a folder

    The answer to my issues came with the use of the Vfox Web Browser Class. Internet Explorer and Windows Explorer as it turns out operate the same. If you use the full path as the address it is exactly what I wanted. The only issue I have yet to overcome is how to control the "View" (Thumbnail...
  16. 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...
  17. AlanArons

    Programmatically close folder window

    Thanks for your input. I didnt think (always the case) about SendKeys. I will try it out. The folder is to be created programatically and correspond to a record in the database. As the records change, the app should close the old folder and open the new, so no, the user will not close the...
  18. 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...
  19. AlanArons

    Pasting a file to a folder

    Thanks for your input. If I open an Outlook Email with attachments, I can select an attachment, press <ctrl+c>, go a folder and paste the attachment <ctrl+v> to the folder. It is not necessary to open the file. My goal, is to open the email, select the attachment, and press <ctrl+c>. I then...
  20. AlanArons

    Pasting a file to a folder

    Even though it is part of the .pst, we can still copy it (CTRL+C) to the Windows clipboard. If I copied a file from another folder, could I paste that to a different folder? Alan Arons [ponder]

Part and Inventory Search

Back
Top