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 IamaSherpa 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: *

  1. theprophet

    Populating a form field from a called window

    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...
  2. theprophet

    Closing a window after submitting a form via email

    My function is as follows: function submitForm() { return true } I've tried the window.close() within this function and it does not work
  3. theprophet

    Closing a window after submitting a form via email

    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...
  4. theprophet

    Data Corruption in Converting from FoxPro-DOS to Visual FoxPro

    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...
  5. theprophet

    Data Corruption in Converting from FoxPro-DOS to Visual FoxPro

    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...
  6. theprophet

    Changing rows in a Grid by using the keyboard (&lt;ENTER&gt; key)

    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...
  7. theprophet

    Alias not found error

    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 &quot;Alias not found&quot; error. I have no idea why I am getting this...
  8. theprophet

    Can ABRA Suite Software Incorporate Visual FoxPro DB's??

    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
  9. theprophet

    Getting a &quot;THISFORM can only be used within a method&quot; message!!

    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...
  10. theprophet

    Pictures in FoxPro Database Tables

    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.
  11. theprophet

    manipulating one form from another

    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?
  12. theprophet

    How do I link a .lib without creating a project?

    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...
  13. theprophet

    Using the PlaySound function in Windows 98

    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...
  14. theprophet

    How to get system information into FoxPro

    Is there a way to get the cpu serial number from BIOS in Visual FoxPro?? Any help or direction would be appreciated.
  15. theprophet

    How to incorporate sound in 4.5??

    thanks sounds simple enough =) do you know if this will also work in Windows 98??
  16. theprophet

    How to incorporate sound in 4.5??

    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.

Part and Inventory Search

Back
Top