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...
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...
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...
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...
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...
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]
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...
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]
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...
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...
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...
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...
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"...
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]
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...
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]
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...
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...
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.