here's my problem:
i have a form that will open a new window (without closing the calling window). i want the user to navigate anywhere on the web with the new window and upon closing this navigation window, the last url from the navigation window will be passed to the calling window. this...
I have a form which I am emailing using the following:
<FORM ENCTYPE="text/plain" NAME="test" METHOD='POST' ACTION='mailto:name@whereever.com' onSubmit="return submitForm()">
where submitForm returns 'true'
I was just wondering how I can close the window (without an alert message) after the...
i used a simple replace command to extract the fields from the dos table to the visual table (both on my local machine). no scatters and i explicitly used table names in my replace statement.
again, all the fields in both tables have the same data structure and decimal places as necessary...
i'm in the process of converting a dos-based foxpro system to vfp. when i copied the data over into a new visual foxpro table (because of the inclusion of new fields), i am getting some serious corruption in my numeric fields. the receiving visual foxpro table has valid numbers (i.e. no data...
Does anyone know if there is a way to change rows in a grid by using the ENTER key?? The grid I am using is used for lots of data entry and it becomes tedious having to switch to the arrow keys when going from row to row. I'd rather press enter to move from column to column and then at the...
I have 4 tables in my data environment for a particular form and for some reason, my form data session only shows 3 of the tables. When I try selecting the missing table in the form, it acts accordingly and gives me an "Alias not found" error. I have no idea why I am getting this...
Just wondering if anyone has tried incorporating FoxPro tables into the ABRA Suite Commerical Accounting System.
Web attempts and RTFM attempts have proven futile, any help would be appreciated.
Thanks in advance,
Ms-)E
i've got a form i created, and i use a drop down combo (in a dropdown list configuration). after i select one of the items in the list i want to filter a table based on the selection. code similiar to the following
select table
set filter to field = thisform.combobox.value
when i run the...
I have figured out how to add a field type picture to a database table but have not been able to figure out how to replace that field with the desired picture programmaticaly (ie with a replace statement). Each record will need to have a different picture.
Any help would be appreciated.
Thank you.
Let's say I have a project with two forms, A and B. A calls B. Is there anyway to control properties and methods of form B from form A without using parameters?
I've created a .lib and I've got it to work by creating a project and adding it as a node, but for my purposes, I've also got to have a way to link the library in a stand alone program without creating a project. I don't want to use command line functions either for this project I'm working on...
I tried to use the PlaySound function in Windows 98 (using the mmsystem.h header) and I got this error:
Fatal ..\INCLUDE\MMSYSTEM.H 40: Error directive:
Multimedia APIs require Windows 3.1
Any ideas on what I can to fix this? I really need to be able to play sounds through Borland C++ in the...
Just wondering if anyone knew of a simple way to play a wav file in Borland C++ version 4.5. I've gotten a real run around trying to nail this down to actual coding examples or even detailed explanation. I would really appreciate any help anyone can provide.
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.