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

  1. kadcore

    Convert String to a Datareport Object

    I have a reports table. One of the Fields contains the ObjectName (DataReport Name) the field is a varchar. How can I convert this to to a DataReport Object so I can call the datareport in code (dynamically)? There is more than one DataReport.
  2. kadcore

    User exists in Local Admin Group

    Thanks for the response and solution mrmovie
  3. kadcore

    User exists in Local Admin Group

    With VB Script, Can I Check to see if a User is part of the local administrators group on the workstation?
  4. kadcore

    QuickReport 3.6.2 problem

    I am having a problem with Quickreport 3.6.2. When I try to print my report. I get the following error: &quot;Error Reading <REPORTNAME> printersettings use standardprinter:property does not exist.&quot; <REPORTNAME> being the name of the report Anyway, the property clearly exists. A...
  5. kadcore

    In VB?

    Thanks for the fast response, this works great
  6. kadcore

    In VB?

    It's funny how I can use simple code in Delphi's Textbox to handle keypress, How about VB.NET (I am new with VB) In Delphi: Code from Keypress event: if Not Key IN (['0'..'9',#8]) then Key := #0; Basically, this will only allow numbers to be entered in the text box (and backspace)
  7. kadcore

    Date Range for smalldatetime and datetime Types

    What are the minimum and maximum dates for SmallDateTime and DateTime DataTypes?
  8. kadcore

    Tree Views

    Why not just save it to a file then load and print it. i.e: TreeView1.SaveToFile('c:\somefile.txt'); Richedit1.Lines.LoadFromFile('c:\somefile.txt'); RichEdit1.Print('Caption');
  9. kadcore

    VC++ or DELPHI?PLEASE TELL ME WHICH ONE TO LEARN

    Why not learn both, more tools for the trade. Delphi would be the easiest to learn.
  10. kadcore

    Fonts become Larger during printing of Report

    In the middle of printing a large report in Foxpro 2.6, the fonts change to a larger size and the pages do not print correctly at all, what would be the cause of this?
  11. kadcore

    Using the Name object in Browse

    When you specify a Name object in the BROWSE command, how do you go about using it to set properties i.e BROWSE NAME MyBrowse ????
  12. kadcore

    VFP6 Browse Window compared to VFP7 Browse Window

    Why is it when resizing a browse window in VFP6 the beginning of the column will always be visible(left) but when doing the same in VFP7 the column loses character from both the left and right (centered). Resizing a column looks riduclous when &quot;Value Sold&quot; looks like &quot;lue sol&quot;

Part and Inventory Search

Back
Top