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!

Recent content by foxrainer

  1. foxrainer

    Connecting two Same-Field tables horizontally

    Great, and you are corerct, it worked, Rainer
  2. foxrainer

    Connecting two Same-Field tables horizontally

    My mind says this should be simple, but I am drawing a blank: I have two tables, both with exactly the same fields: Table_New and Table_Old Table_Old is an archived table of Table_New How do I connect the two into a query getting all records from both tables? Any help would be appreciated...
  3. foxrainer

    Query: Connecting string and numeric fields

    traingamer, thank you VERY much, Rainer
  4. foxrainer

    Query: Connecting string and numeric fields

    Skip, no leading Zero's in either the numeric nor string ID. But, as mentioned, one field is Numeric, the other Text! In order to relate the two, one would need to be converted. Somehow, it should work to do the following: WHERE VAL(textID)=StringID However, I tried that and it didn't work.
  5. foxrainer

    Query: Connecting string and numeric fields

    Hi, I need to build a query in which two tables are connected. However, one table uses the ID field as a text, the other as a numeric expression. I am not able to change the field expressions, as both tables are used in seperate programs, but DO use the same numbers ( i.e., an ID may be 20002...
  6. foxrainer

    Date and Time picker call error

    Mike and Mike, again, thank you for both of your inputs. Mike L. - you are correct - the COM was installed - I checked under my Access files and the Date/ time picker works flawlessly. Unfortunately, I can not install VFP on the boxes where I get the error as they are State computers and will...
  7. foxrainer

    Date and Time picker call error

    Mike, sorry for the ignorance, but, could you tell me how? Rainer
  8. foxrainer

    Date and Time picker call error

    My program makes use of several DateTime picker objects. They run great under the VFP machine, but not in machines which do not have VFP installed. I did, BTW, copy MSCOMctrl2 into the Windows/System32 folder of the non-VFP machine The error is as follows: "OLE IDispatch exceptioon code 0 from...
  9. foxrainer

    Web menu auton insert

    Rick, I used the menu builder. However, after the .mpg file was created, I removed the PRocedure for the web bar. Unfortunatley, the procedure is automatically inserted again each time I re-compile, and, it is NOT in the MENU designer. ? Rainer
  10. foxrainer

    Web menu auton insert

    If this is a copy of my post, my apology - the first caused an error while sending: Is it possible to stop VFP 8.0 from auto-inserting a Web Help Menu Bar in my app menu upon compilation? Thanks in advance Rainer
  11. foxrainer

    VFP6 to VFP8 - syntax error

    Mike, After the 7 errors, when in the project, have you tried opening any of your views, if there are any? Most of my apps gave syntax errors due to the need to have SQL statements/ views redone in VFP 8, Rainer
  12. foxrainer

    Printing static number of data per page, regardless of actual record n

    Duane, thank you very much for your reply, unfortunately, it will not work for me. The 'background' actually is much more involved, and looks more like (even with more detail than that): _______________________________________ Field 1| Field 2 | | | | | | | | | | | |...
  13. foxrainer

    Printing static number of data per page, regardless of actual record n

    I really need help with this, it is a recurrent problem with many reports I need to generate: Example ( not what I need but same idea for simplicity): Regular sized page should be filled with a line every inch with labels of: 'Name'.... 'DOB'.... 'Attitude'.... Each Report should be grouped...
  14. foxrainer

    'Included in' vs '=' in report where condition

    Thank you all for your qick and appropriate responses: I ended up using '#'. Again, Thank you very much all of you, Rainer
  15. foxrainer

    'Included in' vs '=' in report where condition

    Hi all, I have a report which prints the contents of stock items in certain areas, such as: Room #1 Room #1-Cabinet #1 Room #1-Cabinet #2 etc. etc. If I construct a where condition such as "Stock_Location = Room #1" then only items specifically labelled Room #1 will be found. I would like a...

Part and Inventory Search

Back
Top