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 TouchToneTommy 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. justamistere

    Can't Login and Deploy SRS 2008 in Bus-Intell-DevStudio

    When I keep trying to enter a username/password to Deploy my first SRS-2008 Report Services Login. It won't let me in!! I think I've tried almost everything, that I know. Which isn't that much. I can bring up the RS url in IE-Browser and it is running. I've installed "SQL Server 2008" Locally...
  2. justamistere

    Can't Login and Deploy SRS 2008 business Intell.. report

    When I keep trying to enter a username/password to Deploy my first SRS-2008 Report Services Login. It won't let me in!! I think I've tried almost everything, that I know. Which isn't that much. I can bring up the RS url in IE-Browser and it is running. I've installed "SQL Server 2008" Locally...
  3. justamistere

    How do I Switch/Change Authentication SQL-2008

    I've installed "SQL Server 2008" Locally to develop/test some SRS reports all locally for now. I installed it using "NT AUTHORITY\NETWORK SERVICE" for all of the services and automatic startup. I need to Change to USR/PW authentication for SRS and SQL-SRVR-2008. How can I do this? Could I use...
  4. justamistere

    Start and End var parameters for Select

    I'm a newbie, kind of. I'm not sure how2 restrict a dataset between 2 var or varchar columns. I'd like to create run parameters for a SELECT stmt to be use in MS-SQL2008 Reporting Services. This would be the Starting Customer Name and the Ending Customer Name. Here are some tests I tried in...
  5. justamistere

    Dbl-Click-HD-Explorer 2 copies of a .dbf file are opened.

    VFP opens multiple .dbf files in a main MDI window, but unlike MS-Word, it minimizes to one icon. We have been using VFP-6, then installed VFP-7 also on WIN-2k-SP4 O/S. When right-clicking and selecting "open with", and choosing "Microsoft (r) Visual FoxPro (r) 7-SP1" it opend just one copy. I...
  6. justamistere

    Double-click .DBF in Explorer opens 2-copies in VFP-7

    We have been using VFP-6, then installed VFP-7 also on WIN-2k-SP4 O/S. When right-clicking and selecting "open with", and choosing "Microsoft (r) Visual FoxPro (r) 7-SP1" it opend just one copy. I had edited the registry "...vfp7.exe\shell" To the "FriendlyCache" value, shown above, I added the...
  7. justamistere

    Can Vfp runtime/exe be all on the Server

    Can multiple users run the same Vfp .exe file (and any runtime files) stored in a server folder? Is installing the Vfp runtime files on Local PC's a must? Tenatively, I would like to run them from New PC's that do not have any Vfp files on them. The "other" web-person here claims using .asp...
  8. justamistere

    What is a good Vfp substitute for IsArray()

    In VFP 6, I haven't found any inherent IsArray() function like VB has. I am sending a @param1 to either a Procedure/Method, where I want to test to see if it is array or just a single memory variable. I have something that may work, hopefully in all situations. I was wondering how others have...
  9. justamistere

    Can one form create another, H2

    I want to create a form to collect programmers' parameters. Then with these parameters I want to create a .scx form, adding code to PEM's (Properties, Events, and Methods). Visually: I can't add custom code to Events and Methods. Programatically: I have added everything, but can't save it as...
  10. justamistere

    How much code between WITH..ENDWITH

    Simetimes I have up to 8 screenfulls of code between the WITH THISFORM... ...ENDWITH. Is this common among any other programmers? Is there a penalty in speed or anything not good about coding that way.
  11. justamistere

    Reopen table as EXCLUSIVE

    This seems simple, any suggstions appreciated. On the cmdExit.Clicked() event, I would like to try to re-open the table as "EXCLUSIVE", with the same alias name. Then reindex-tags if table can be opened exclusively. I have tried capturing error() 1705 and 3. The "USE DBF()...
  12. justamistere

    Test to see if a property exists

    How do you test for the existance for a property. For instance to see if a control has a "READONLY" property. The container class "optiongroup" does not. MSDN of Vfp Help just returns everything for the word "property" not both search words for "property...
  13. justamistere

    Works with Debug-ON else stays on same record

    With the debugger on, my gridrowshow class refreshes, otherwise the "Find Next" process stays on the same record. In the debugger the recno() is incremented and the grid-class refreshes fine. I am calling a .prg from a drop-down menu selection/hot-key. Whithin a "WHILE !llFound...
  14. justamistere

    Print preview locks up in background window

    One label and one report lock up the other doesn't. can't et focus back to the calling printing form window. This is a form based on a class that has all the code to print Labels or Forms with a previewing option. The ones that lock up contain a .bmp logo and are excluded from the project. I...
  15. justamistere

    my first modeless form also closes, How2Return

    How do I return to the first form without closing it? After exiting "MyEditForm" and then exiting "MySearchForm", the first form "MyForm" also closes. Description follows. ABC_Start.prg *** From the startup program "ABC_Start.prg" *** MyForm is...
  16. justamistere

    RUN doesn't run batch file

    I try to run a "RUN PRNRPT.BAT" It is a batch file containing "COPY *.rpt \\xxx\hplaserj". The DOS window pops up and closes right away. The DOS window is empty. Any suggestions or alternatives to copying files to a network printer?
  17. justamistere

    Unusual behavior of ADEL()

    Has anyone found the following to be true in VFP-6/SP-5? The ADEL() command syntax states: "nElementNumber specifies the number of the element, row, or column to delete from an array." gnFiles = 3 DIMENSION gaMyArray[gnFiles, 4] gaMyArray[1, 1] = "1-aaa" gaMyArray[1, 2] =...

Part and Inventory Search

Back
Top