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...
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...
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...
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.
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
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'...
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]
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...
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]
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]
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...
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...
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...
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...
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...
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...
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]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.