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

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

    Detecting Application GotFocus or Activate

    Hi all Using VFP8 In my application, which uses _screen, I would like to detect when it gets activated from another windows application, i.e. when a user is using Outlook and then clicks back (or Alt-tab) onto my application. I tried binding the Activate event to the _screen as below but it...
  2. megmogg

    Form Display Issues

    Hi all I have been experiencing display issues, mostly around pageframes. When openning a form, I sometimes get fields or combos within pageframes missing or repeated twice. Doing a refresh on a form somethimes solves it. Dont know why it started and have not seen it before. Searched...
  3. megmogg

    Form and Control Refresh Issues

    Hi All I have a base class form that when it gets the focus, it requeries all the controls on the form. This is because each control is getting data from SQL Server. I have user form that is a search screen. Top half of the screen are combos that filter what appears in a grid below. Each...
  4. megmogg

    Transaction Issue

    Hi all Just wanted to ask for some advice for a locking issue I have come across. I am developing in FoxPro, but issue SQL Pass Through statements to SQL Server 2000. I update Table A and it has a relationship/foreign key back to Table B. What I have noticed is that if an error occurs during...
  5. megmogg

    Multiple Web Site

    Hi all I have created a web site for a customer that is expanding. Therefore, to be more concise to each service, we considered buying a new domain name and writing a new site dedicated to each particular service and having a link to the main web site. I have looked over the Internet and...
  6. megmogg

    Class Source Code Protection

    Hi All I will be soon developing an application for someone and they will want the source code. However, I do not want to ship all my standard classes, but they do still need to use them to continue development. Is there any way I can ship my VCX with the project but: 1. the users cannot...
  7. megmogg

    3 state check box or alternative

    Hi all I have a field in a local cursor that is either T, F, or NULL. In my grid, I want the user to be able to use a control that gives them the 3 states. Tried checkboxes with no sucess. Combo Box, but cannot convert from TEXT to LOGICAL. Any ideas? Thanks
  8. megmogg

    Grid Highlight Override for Specific Cells

    Hi all This topic was started in thread1254-842507, but I wanted some clarification. I am using VFP8. I have a grid with several columns. I want column2 to display a different background colour dependant on a value the column's controlsource. Therefore, from previous examples, I created a...
  9. megmogg

    releasing a form

    Hi all searched the archives, but couldnt find an answer. I remember seeing somewhere that when you issue a thisform.release, the code immediatley following it still gets executed. Is there something I need to put after a release to stop any further code executing. An example is on the save...
  10. megmogg

    Class Creation Order

    Hi All I have a class with 4 combo boxes in it (container). They are linked by their data, i.e when you select something in the first one, it populates the second combo and so on. My question is....do they get created or fired in any particular order. The second combo box INIT event fires...
  11. megmogg

    Replication and ID's

    Hi all Have a replication question. We currently have one server "Server 1" and want to introduce a remote server as backup "Server 2". I have this working and id's are grouped so server 1 gets so many and server 2 gets so many grouped. My question is, my Auto ID numbers for one table...
  12. megmogg

    handle a GET request

    Hi all Do not know if this is possible. I need to exchange data with another company/site. They require me to handle their HTTP GET request and send a response back (a success or error code). They have suggested that I should write a CGI script but I have no knowledge of this. The example...
  13. megmogg

    SQL Query Help

    Hi All Need some help with a query. I have two tables related to each other as header and detail. Both have a userid. Table1 keyid1 overview userid Table1 keyid2 keyid1 * overview userid My form I have developed has two grids, the top shows table1 and the second shows related in...
  14. megmogg

    Viewing pictures in code64Binary

    Hi, We have some jpg files which we have converted to code64 Binary and entered in an XML file. Is it possible to view the picture in Internet Explorer as a picture, rather than the lines of Binary Code? Thanks
  15. megmogg

    Combo - All option

    Hi All Have a basic question. I have a class for a combo drop-down which the user can type into and it finds the item in the list. This list comes from a SQL Server table. Not wanting to hard code, what's the best way of adding an ALL option in the combo. I know it could be a record in...
  16. megmogg

    Design Question

    Hi all We have a table that logs client communications. This needs to be altered to log additional followup communications which are linked to the original communication. Communication Table communicationid (primary) contactid (foreign) overview date The question is, do we create a new...
  17. megmogg

    Calling Help Files

    Hi All We are writing a help file for a VFP8 application. We know about the context help and attaching it via helpcontextid. However, what were looking to do is if, for example, a field didnt have any contextid, try it's parent object, like a pageframe or container or eventually the form. We...
  18. megmogg

    Complex Join Query

    Hi all I have an issue creating a query, which is arkward. Basically, I have a table containing items for sale which is linked to a seperate table containing codes for the items. But some clients require their own descriptions and these descriptions could relate to more than one of my codes...
  19. megmogg

    Unmatched Query

    Hi All I have a query question I cannot get my head around. The Tables are Client Table joins to Mapping_Client Table Mapping_Client table joins to Mapping_Codes Table Mapping_Codes table joins to Codes table. This provides client codes mapped to internal codes. Then we can provide the...

Part and Inventory Search

Back
Top