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!

Recent content by drosenkranz

  1. drosenkranz

    Setting Relations Between 3 Tiered Data + Cascading Updates/Deletions

    Hello rgbean, Thanks for the reply. I had this project in a database with the whole ball of wax. Problem was the "wizard" generated pageframe grids kept getting corrupted and the data environments were kicking my tail up and down the block. Every structure modification affected the grids...
  2. drosenkranz

    Setting Relations Between 3 Tiered Data + Cascading Updates/Deletions

    Hello, I need to set some relationships in a 3 tiered relation between several free tables. All of the records have unique integer identifiers in each of the tables. I'm not clear on exactly how to: 1) Set the relationships up and... 2) Can they be used to perform cascading updates and...
  3. drosenkranz

    Existing VB 5 Project Can't Open Database in VB 6

    Hello johnmw, Will installing an older version of mdac interfere with any of the newer software running on the XP's? Thanks, Dave The 2nd mouse gets the cheese.
  4. drosenkranz

    Existing VB 5 Project Can't Open Database in VB 6

    Hello, We recently upgraded to XP's with Access 2002 in our building. I have a number of large VB5 (SP3) projects running using DAO and Access '97 databases with security. Since I can't adminstrate an Access '97 table from Access 2002, I converted the database to both Access 2000 and an...
  5. drosenkranz

    Running Another VFP7 EXE From My VFP7 EXE with params

    I placed the following lines of code into the control's click event (in the first EXE) that calls the other EXE. PUBLIC TF_str * DO C:\Progra~1\test\testfire.EXE WITH tf_str I placed the following line of code : PARAMETERS TF_str as the very first line of code in the "called&quot...
  6. drosenkranz

    Running Another VFP7 EXE From My VFP7 EXE with params

    Hi Again, Actually, I need to pass a first name, lastname, & a case number to the "scheduling" exe and return the appointment date and time back to my exe. Thankls, Dave The 2nd mouse gets the cheese.
  7. drosenkranz

    Running Another VFP7 EXE From My VFP7 EXE with params

    Hi, I have an existintg EXE that needs to launch another EXE that does client scheduling. 1) How do I launch the EXE from mine? When the client has been scheduled, I'd like to pass the appointment date and time from the scheduling EXE back to my original EXE. Anyone have suggestions - any...
  8. drosenkranz

    Errors Occurring In Pre-Existing Programs After XP Migration

    Hello, I'm running an "in-house" system with VB 5.0 SP(3) and Access '97 that employs the Crystal Reports 7.0 OCX as the reporting mechanism. Since we moved from Win 95/98's onto new XP machines, I've noticed a small glitch in an area of a program that as been operating reliably for...
  9. drosenkranz

    Errors Occurring In Pre-Existing Programs After XP Migration

    Hello, I'm running an "in-house" system with VB 5.0 SP(3) and Access '97 that employs the Crystal Reports 7.0 OCX as the reporting mechanism. Since we moved from Win 95/98's onto new XP machines, I've noticed a small glitch in an area of a program that as been operating reliably for...
  10. drosenkranz

    Replacing Text Box On Another Form's Inactive PageFrame

    Thank you... a simple solution to the problem. Dave The 2nd mouse gets the cheese.
  11. drosenkranz

    Replacing Text Box On Another Form's Inactive PageFrame

    Thanks, that helps. But a similar problem has occurred. I can't replace a text box value on Page1 of my pageframe control from Page2 of the same pageframe control. The actual replace statement is executed from Page2 control which is running a .prg... How Come? Is it because textbox is not...
  12. drosenkranz

    Replacing Text Box On Another Form's Inactive PageFrame

    Hi, I have tried that but that's where the error comes from. Since its actually running in a seperate .prg I'm using frm_Client.PageFrame1.Page1.txtWorkCode.text = gcWork I think the error is because Page1 is no longer the "active" page in that pageframe control. Any more ideas...
  13. drosenkranz

    Replacing Text Box On Another Form's Inactive PageFrame

    Hello, I have a project in VFP 7.0 (Win XP) where I have a Client Form with a PageFrame Control with multiple pages on it. On Page1 of the PageFrame, I have client's data and a text box containing his work code. Now The User moves onto Page 2, 3, 4 etc. of the pageframe control on this form...
  14. drosenkranz

    Can You Make A Combobox Automatically Open On It's GotFocus Event

    Hi, Thanks Dave The 2nd mouse gets the cheese.
  15. drosenkranz

    Can You Make A Combobox Automatically Open On It's GotFocus Event

    Hello, I've been trying to make a combobox open automatically for the user from the combobox's GotFocus Event. I've tried MESSAGEBOX("GotFocus") KEYBOARD '{-3}' and This.comMaritalStatus.DownClick in the comboboxes GotFocus event but it doesn't do the job. I get the...

Part and Inventory Search

Back
Top