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 wOOdy-Soft 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: lashwarj
  • Content: Threads
  • Order by date
  1. lashwarj

    Connection to SQL not started

    I have a program where I am opening a SQL controled report. How can i Make the report open the connection passing the values. In my app I can connect to SQL fine, but when my report opens it gives me a cannot start server
  2. lashwarj

    ASAP LAST DAY (CRYSTAL HELP CONNECTION SQL)

    I have one day to finish this, I guess I could just leave it but I Hate to do that (new job bigger and better, lol) Here is the code I have in my init of my report bound form, PARAMETERS reportlocation Thisform.WindowState = 2 oCRObject = CREATEOBJECT(...
  3. lashwarj

    Combo Box Help

    How do you make a combo box able to accept hand entered values, when my users hand enter a value it does not show after they save, it shows on the form but after they save it is gone.
  4. lashwarj

    Instant Update on Data

    I Have a database where multipal users are connected. I have code that once a year updates a database between a given date range, it them sets a value to .T., after that date range I set it to .F., my updates to not show till the user leaves the database, my code it below. How do I make it so...
  5. lashwarj

    Return date MM/DD no year

    Is there a way to return the month and date without the year.
  6. lashwarj

    Null Date Value

    I list box the uses add values to, they add a char value and a date value, but i need to make it so they can insert a blank date value. With a text box you can simply do = ' ' Is there a method you can use to do the same for dates
  7. lashwarj

    WHERE CLAUSE HELP

    Heres the code I got so far but it still does the same thing. If you insert one and only one record into the list box it works great, but if you insert more then one record it will dump more then one record into the secord process table. I * out process 2 and it runs great, my values from the...
  8. lashwarj

    Interactive Demo

    Is there a interactive demo that will tun on a windows machine. I dont have mac but I need a refresher for a job.
  9. lashwarj

    Uninstall

    How can i uninstall linux mandrake 9.1 without losing my Windows XP. I have the bootloader , need to know how to get rid of that
  10. lashwarj

    Not syncing

    I have two drives, one with windows xp and one with linux, but the linux will not work, it comes up saying it can not synch the drive, is there a way to fix it.
  11. lashwarj

    Update/ Insert

    Section one runs great, but when i run section 2 in the code it does not set the where correctly. I dump the values from the memVar, requery the table, then run a compair to then insert values where they are in one table but not the next. My code looks like it should work correct. Section 1)...
  12. lashwarj

    LIST BOX HELP FROM ONE TO ANOTHER

    I have a slight maybe not possible question. I have two list boxes, one of which is controled by a table anf filtered by a date the user selects, the other is values. The users can dblclick on the table controled list box and dump the values to the value controled list box and then saved to...
  13. lashwarj

    SET FILTER Why one works other wont

    Why is it my code wont work using fields but will forcing values SET FILTER TO agenda_order_view.meeting_Date = Vdate IN agenda_order_view But this will work SET FILTER TO agenda_order_view.meeting_Date = CTOD('01/21/2003') IN agenda_order_view The variable Vdate is a date value, but it...
  14. lashwarj

    HELP DELETING RECORDS

    I have a list box with a bound colum and a field on a form with another value. In the click event of the list box I have it setting a another text box to the value of the bound colum, this works. In the double click I have the following piece of code, but it deletes all namelk_ID in the...
  15. lashwarj

    Delay Closing of Word (Print Screen)

    I have a dll that does a print screen using the cut copy paste into word. It then automates a close on word, but if its printing to a slow printer it gives the "Word is currently printing do you wish to close" crap, ha ha ha. Is there a way to delay the word.release command. DEFINE...
  16. lashwarj

    Unknown Memeber Error ?

    Below is the error I am recieving on a form. The form runs correctly until you close it, once you close it you can not reopen it without having to close the entire application. I have no code in the init of this form or the load. I utilize a filter to limit the data but that is executes from a...
  17. lashwarj

    FILTER ISSUE

    I have a grid box with NO code in thr grid, but when I run my code it runs great, but then when I click the grid it tells me the Vlookup is not found. heres my code :( Vlookup = ALLTRIM(UPPER(Thisform.requested_Last_Name.Value)) SET FILTER TO Vlookup = UPPER(Lookup_view.last_name)IN...
  18. lashwarj

    URGENT HELP, Grid loses Click Events and format

    Below is my code, what I have it doing it taking a grid that has no bound control sources and after it runs the code it sets it. It works as long as you return values, but if you end up getting 0 in the temptable and the message box is prompt it no longer allows you to click and set the value. I...
  19. lashwarj

    Hope its possible

    I am trying to get my listbox to dump new values without deleteing the values already in the system. The user opens a form and a list box is populated with values, the user then can add new values, I wanted to be able to run a test and dump the values not already in the system when the user...
  20. lashwarj

    Server not yet started (Foxpro opening Crystal)

    I have a crystal report I open from within Foxpro, when trying to open it i recieve Server not yet started. This is the code i have in the INIT EVENT of my report viewer form. PARAMETERS reportlocation SQLCONNECT([Queensbury_LIVE, govern, jester4281]) Thisform.WindowState = 2 oCRObject =...

Part and Inventory Search

Back
Top