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 wOOdy-Soft 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: IForgot
  • Content: Threads
  • Order by date
  1. IForgot

    Change VFP7 Report Form TextBox Properties

    I want to find out if there is a way to programatically change the TextBox Properties of a Report Form. My users want to BOLD the text in a Grid's single TextBox by clicking on some button. I don't think that this will be too hard by using DynamicFontBold and, at the same time, I should be...
  2. IForgot

    Another - Printing a report after preview

    My users want me to change the Backcolor on a Grid's Row when a record is printed. Consequently I give them a intermediary selection form prior to Printing with the following choices: * Print * Preview * Cancel And, based on their choice, I execute the appropriate REPORT FORM MyReport...
  3. IForgot

    "Hidden" Field Question

    I also posted this question on the Informix 4GL forum since I was not sure where I might have the best luck in finding an answer. I apologize in advance for the duplicity. ================================ I have a VFP7 application which uses Remote Views (a utilization of ODBC) to access data...
  4. IForgot

    "Hidden" Field Question

    I have a VFP7 application which uses Remote Views (a utilization of ODBC) to access data within a Informix database running on a Linux box. For the most part the Remote Views work well. However there are a few Informix tables which have a field (rowid) in it which is "hidden". While all the...
  5. IForgot

    Retrieval of Remote Table "Hidden" Field

    I have a VFP7 application which uses Remote Views to access data within a Informix database running on a Linux box. For the most part the Remote Views work well. However there are a few tables which have a field (rowid) in it which is "hidden". While all the other fields show up, this...
  6. IForgot

    Add New Property To Base TextBox Class

    Without creating a totally new custom class, can I just add a new property to the VFP7 existing TextBox Base Class. I would like to add a Property to hold the TextBox's Original Value (from When method) which can be later compared against the possible New value (in Valid method). Like Marcia...
  7. IForgot

    Display Value of Combo Box In Grid

    I have 2 related tables: Table_1 Table_2 Field1 Field1 Field2 ABC ABC Tom ABC Carol --------------------------------- DEF DEF Jane DEF Bill --------------------------------- XYZ XYZ Leane...
  8. IForgot

    Larger Checkbox Size and Check?

    For those of us using Visual Foxpro's Form Designer instead of 'true' OOP, I would like to know if there is a way to change the Form's Checkbox to a larger size. I can change the Font for the Caption to a larger size, but the box itself and its check do not seem to change accordingly. Is there...
  9. IForgot

    2 DBC Questions ?

    1. Is there a way to determine if a Database is Open? I want to use: SET DATABASE TO <DBCName> But before doing that I want to test to ensure that the DBC is OPEN. If I attempt to execute the command and the DBC is not Open, an error is generated. 2. Is there a way to get a listing...
  10. IForgot

    VB to VFP -- PT_STRING8 conversion?

    I am attempting to convert some VB code into VFP7 and I could use some advice. One line of code wants me to do an OR with a Hex value and end up with a value in the PT_STRING8 format. I can do the OR with BITOR() and I can certainly to the numeric-to-string conversion with STR(), but I have...
  11. IForgot

    Change Drives within FTP Server

    I can get on to the FTP Server, but my data resides on a different drive within the server. Changing directories within the login drive is no problem. But is there a way to programatically change drives within the FTP Server? Or to initiate an FTP upload or download to a different drive...
  12. IForgot

    Logical OR Question

    I was refered to some VB code that I am attempting to convert to work in my VFP7 application. set sItem = CreateObject(&quot;Redemption.SafeMailItem&quot;) sItem.Item = MailItem tag = sItem.GetIDsFromNames(&quot;{00020386-0000-0000-C000-000000000046}&quot;, &quot;From&quot;) tag = tag or...
  13. IForgot

    Database Usage Questions

    Here are 2 related questions concering use of Databases within an application. 1. Can more than a single Database be concurrently open at the same time? 2. If so, is there a way to Close one (and only one) of them when no longer needed? Thanks, I_Forgot
  14. IForgot

    Form w/PageFrame - Set Focus

    I have a Form using PageFrame containing 3 &quot;Tab&quot; pages. When the user completes data entry they click on the COMMIT button on the 3rd Tab page. Upon completion of the COMMIT operation I re-initialize the Form parameters to enable the next input. And I want to return the user's...
  15. IForgot

    Variable Scope Across A Form

    As a former FPW application developer I have gotten used to being able to count on variable values across the whole host of Screen/Form snippetts via Scope as long as the variables were defined in the Startup snippett or earlier in a calling program. Now that I am working in VFP 6 & 7 I am...
  16. IForgot

    Another VFP7 + InstallShield Question

    Based on all of the previous postings concerning the use of InstallShield Express, I guess that I am not alone in not fully understanding what to include and what to avoid including. The other postings only confused the issue. Perhaps when read as it applies to a specific issue, they made...
  17. IForgot

    MS DatePick OLE - When &amp; Valid Expression?

    This is my first attempt to use OLE objects on a Form and have some questions. I have put 2 MS DatePick OLE objects onto my form representing FirstDate and LastDate. My Control Source for these objects are mdFirstDate and mdLastDate respectively. And setting these variables does...
  18. IForgot

    Grid Column Display Problem

    I have a Grid on a Form. The form works fine and most of the Grid's columns behave as expected, but one of them is a problem. The Grid displays record values from a table. The Grid uses the RecordSource = Tmp_Invt RecordSourceType = Alias The Grid is displaying 6 columns. Each Text...
  19. IForgot

    Tableupdate() Suggestion/Advice

    I have a Client/Server application where the Server side is another box (Linux) running an active real-time application unto itself. I capture a &quot;snap-shot&quot; of a Remote table, make calculations based on the data, determine a &quot;delta&quot; for specific record values and then need...
  20. IForgot

    Addressing Objects Within Formset

    I am having a great deal of difficulty addressing objects on a formset. When I do a &quot;functional convert&quot; of a FPW screen to VFP6 or 7 it creates a formset with my screen 'objects' displayed. My problem is that when I attempt to use one of the objects VFP tells me that it does not...

Part and Inventory Search

Back
Top