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

  1. A_Radiolog_inFoxPro

    Python code execution though Foxpro environment

    Dear All , This will sound silly and stupid , but it's worth the shot. At the moment when I want to interface with a python project I have to generate a text file with all the details / parameters(generating it via foxpro before hand ) I have to pass to it then run the python script that is...
  2. A_Radiolog_inFoxPro

    GETWORDCOUNT () IN VFP 6.0 ?

    Dear All , is being a while , nice makeover but I prefer the old-fashioned style better , Nevertheless. As I understand the command GETWORDCOUNT() is only available on VFP 9.0 and not in VFP 6.0 Is there an easy way to replicate somehow easily what this command does in VFP 6.0 ? What I...
  3. A_Radiolog_inFoxPro

    TYPE prints the output on screen how to stop that ?

    Dear All , I have this command " TYPE 'some file' TO PRINTER And it outputs the file contents on screen. Is there a way to stop that ? Thanks in advance for the help , The Radiologist
  4. A_Radiolog_inFoxPro

    How to check that my query is empty ? or not empty ?

    Dear All , I am having an issue with some high-level queries, Select * from *sometable* INTO ARRAY aMyArray WHERE arguments I need to be able to know if this query is empty so that I won't go down the line to check if my array even exists ( because since the query is empty the array won't...
  5. A_Radiolog_inFoxPro

    Happy holidays, How can I run a procedure then I press the ENTER key while being on Read Cycle??

    Dear All , Happy holidays and all the best to all and a happy new year to everyone. Now a peculiar request: The code : " ** Say something on screen @ 1.5,24 say "*********" font "ARIAL" ,19 style "BU" color w+/g ** Say something more on screen @ 5,24 say "***********" font "ARIAL" ,19...
  6. A_Radiolog_inFoxPro

    How to delete tables to avoid using ZAP. (preferably with a hardcoded system path)

    Dear All , Merry Christmas and a happy holidays BTW to all :D I had a last question on thread : thread184-1828035 Regarding tables, Now I managed to get out of the mess I got my self into , but At the moment I have 2 temporary tables that have data in them that I want to discard after using...
  7. A_Radiolog_inFoxPro

    How to keep a local copy or "shadow" copy of a database locally so that software can run f

    Dear All , I would like to know if its possible to somehow keep in cache or keep a local copy of some big database files that are located in a remote share , because when loading some fields that are memo ( just long texts ) it takes time and sometimes the program freezes. Is not a mater of...
  8. A_Radiolog_inFoxPro

    How to use 2 tables at the same time and use one filed from 1 to check its existence in the other.

    Dear All , I am in need of your assistance , experience , and expertise in this small trouble I have. I am gathering some data from a line by line formatted file , and I insert the data into a table I made. ( 1 record several columns , don't ask me why I didn't use an array in the first...
  9. A_Radiolog_inFoxPro

    Files in use after creating table and then can't re-run the program after exiting the subroutine.

    Dear All , Its me again , Happy new year. another issue I am facing is that I create a table and then when the program(subroutine) exists ( returns to the main program ) the table file remains locked. And I can't re-run the software because the file is in use. my code is as follows...
  10. A_Radiolog_inFoxPro

    Using seeking in a table with 2 items/records at the same time.

    Dear All , I wish you a happy new year and all the best in life , I have an issue. I am trying to find a record in a table with 2 values for example : Looking at the order number and order type. this config Used to work at another program with a different table. SELECT <arbitrary table...
  11. A_Radiolog_inFoxPro

    How to get the selection from the BROWSE window

    Dear All , please bare with me , I am very very new to FoxPro (out of necessity) to update a super old program , I am running FoxPro 6 So I have a DB file and at the end I am having this code select <db> SET ORDER TO <the field> DESCENDING SET FILTER TO <a given expression> **BROWSE...

Part and Inventory Search

Back
Top