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

  • Users: volfreak
  • Content: Threads
  • Order by date
  1. volfreak

    Report - Insert Image - Limit displayed folders/files

    In our application, we allow the users to customize reports where we fire up MODIFY REPORT <filename.frx> and the users can add fields, insert logos, etc. When they go to locate an image file, we'd like to limit what folders/files are visible to them. Is it possible to replace the "File Open"...
  2. volfreak

    VFP 7 - Report Page Layout

    All, In earlier versions of FP, if a user was modifying a report, the &quot;Report Layout&quot; menu item was available so that they could adjust some things for their particular printer. We have a situation where we need access to that capability in our application BUT MS moved the access...
  3. volfreak

    Preventing File Access when calling GetFile()

    All, When using the GetFile function in VFP, the Windows dialog is presented to allow someone to choose a file. In addition, one can right-click and choose to open/edit any displayed file. Is there a way to make the GetFile a &quot;Read only&quot; process such that the ONLY thing the user can...
  4. volfreak

    Determining virtual directories in IIS

    All, Is there a way to look at the web sites on a particular server and determine what Virtual Directories already exist? thanks much,
  5. volfreak

    Order of records in a select

    All, This may be elementary but I'm somehow 'missing it'. I have a table, say CLASSES, with the following records (and this is the order entered into the table - record number order - no order set): PKID TITLE 0001 Class 4 0002 Class 2 0003 Class 3 If I order ascending on...
  6. volfreak

    Starting/Interacting with Other VFP EXE

    All, I have a VFP executable that I'd lilke to be able to launch from within a different VFP EXE. Once I've launched, I'd like to be able to access/call one of the forms that's in the 1st EXE and have the user interact with that form. And then when they are done, return them to the original...
  7. volfreak

    Dynamically displaying image in grid column

    All, I've got a grid that I'd like to have one image displayed if the record/field value is True while I'd like a different one displayed if the record/field value is False. When I try to use an IIF() in the Picture property of the image object, I get errors (depending if I preceed the IIF...
  8. volfreak

    Reverse RGB() ?

    I have a grid and want the users to be able to set the dynamic fore and back color. I can get the color dialog box (GETCOLOR()) but it returns a single numeric value while the dynamic requires the character string in RGB format. I know I can take the RGB() and convert the 3 individual values...
  9. volfreak

    Trouble connecting to Oracle with DBC

    All, I have a database container with some remote views pointing to an Oracle database. I have the DSN entry in the ODBC driver with the appropriate information. When I try and connect using the database container to create/modify the remote views, it just hangs. Never completes the...
  10. volfreak

    Viewing a parent class' method code from a child class

    All, Let's say I have a &quot;class&quot; that has custom methods with my own code. When I am looking in a subclass object, is there any way I can see what the code is in the parent class? A couple of years ago, Powerbuilder had a nice feature that one could view the parent class' code but I...
  11. volfreak

    Preventing Users from Directory Browsing

    When we present our users with a GetFile() dialog, they have the ability to browse directories on the server. We would like to be able to limit which users have access to which directories based upon information in our database. Is there a way to limit which directories/folders that users can...
  12. volfreak

    Copy Folder/directory and contents

    I'm sure I'm not the 1st to encounter this, but I'd like to be able to copy a folder from one location to another and have all its contents (which could include nested folders) in VFP6. I know the COPY FILE function exists, but I don't want to have to figure out does this folder have other...
  13. volfreak

    Oracle &amp; VFP ODBC Error (VFP Memo field)

    All, I have a FoxPro 2.6a application that a client wants to be in Oracle tables. Changing the application to directly access the Oracle tables is too large of a job and will take too long for this client's needs so it is set up to mirror the FoxPro data daily in to the Oracle tables. I have...
  14. volfreak

    Oracle/ODBC, Remote View Error with Memo Field

    All, I have a FoxPro 2.6a application that a client wants to be in Oracle tables. Changing the application to directly access the Oracle tables is too large of a job and will take too long for this client's needs so it is set up to mirror the FoxPro data daily in to the Oracle tables. I have...
  15. volfreak

    How to get Record Count through ODBC

    We have an application that uses FoxPro tables that I need to get updates transfered to an Oracle database. I have tried SELECT CNT(*) FROM <tblname> and using SQLExecute to try and get the number of records in the Oracle table with no luck. Can anyone help me determine, using ODBC, the number...
  16. volfreak

    Just installed 8i and have a coupla ??s

    All, I just installed 8i and am having a couple of problems and hope someone can help. I can connect directly to the database using Instance Manager, Schema Manager, etc. but when I try and use the Manager Console, I can't get it to work. I installed the Management Server and set up the V2...
  17. volfreak

    Updating an Oracle DB with FP data

    I am in the process (hopefully close to being finished) of developing a small, stand-alone EXE (in VFP) that will take data from FP2.6 tables and update the information in an Oracle 8i database. I have the data model created and the tables created in Oracle. In my VFP application, I have a...
  18. volfreak

    Preventing Print from displying on form

    I have recently solved a printing problem only to encounter another. When the print commands (via ? &quot;Text&quot;) are sent to the printer, they are also echoed (right term?) on the current active form. The only way to refresh the form is to close it and reopen it. Is there a command that...
  19. volfreak

    Printing a specific font in VFP or Controlling WordPad

    I have a problem with printing to a new Epson Thermal printer for receipts in a restaurant. In order to perform a 'cut' command, the font is supposed to be set to &quot;control&quot;, a font installed by the printer drivers. This does not work in VFP (command window or program). Using the...
  20. volfreak

    Browse window vs. Grid

    In V2.5/2.6 of FoxPro, about the only way to simulate a grid (that I know of) was to create a browse window and define the fields to be displayed. This browse window could have columns from different tables all displayed at the same time as long as a relation was set between the tables. In the...

Part and Inventory Search

Back
Top