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!

Search results for query: *

  • Users: RGoldthorpe
  • Content: Threads
  • Order by date
  1. RGoldthorpe

    Well I dont even know where to start with this one.

    Hello I am hoping some of you out there may be able to give me an idea on how to do the following as my head is aching from all the banging on brick walls it has been doing. Anyway let me explain from the beginning. Basically my managers are suffering from an extreme case of paranoia. This I...
  2. RGoldthorpe

    .T. into 1

    Is there a way of scanning through a load of logical parameters and convert .T. into "1" and .F. into "0" or a so I can stick them in to SQL server. Open to all sugestions if this isn't the right way to go about this problem. Thanks in Advance Rachel
  3. RGoldthorpe

    Logon to database using windows logins

    Hi I have a problem I am hoping all you gurus out there can help me with. What I want to do is use the windows logon to allow access to my data base. But I dont nessecarly need the same user that has logged on the machine to log into the data base. What I have at the minute works providing...
  4. RGoldthorpe

    Desktop icons

    Is there any way I can stop users adding icons to their desktop?? Thanks in advance Rachel
  5. RGoldthorpe

    ban emails addressed to somebody

    I have a big problem which I am hoping some of you clever clogs out there may be able to help me with. My company is getting an awful lot of emails addressed to somebody who does not exsist. All of this none exsistant email accounts mail is Junk email and totals about fourty % of our spam. So...
  6. RGoldthorpe

    SP3 Deployment

    Ok here is the senario 195 PC all windows 2000 (expect about 13 which have 95 still!)with NT servers users are setup with minimal rights. Can I deploy SP3 to install on these PCs without having to go round and log in as administrator and install it manually. Is there a 'run as' command I can...
  7. RGoldthorpe

    common dialog box

    I am having problems (still) with changing the printer that the CRveiwer9 uses to print to. I use comdlg1.showprinter to change the windows default printer and then Crviewer91.printreport to printout. the show printer is changing the windows default but crviewer 9 does not recognise it has...
  8. RGoldthorpe

    STill new at this

    Can somebody give me some clue on how to open any crystal report in the CRviewer. I.E A button that you use to select the report to view in crviewer. I am totally stumped. Thats not new really but all help is recieved very gratefully Thanks Rachel[ponder]
  9. RGoldthorpe

    Very new to this VB stuff

    Hello I am having all sorts of fun and games going trying to get printing to work on a crystal report viewer. I have learnt about the common dialog showprinter to select the printer you want to be able to print to so I have created a button for the user. However all it seems to do for me is...
  10. RGoldthorpe

    One last and final question I promise

    I have a problem now with page numbering. I set up a "page: {page} of {pagenum}" in my template I am using the code to copy but it is not working correctly what it does is. say there are four pages it recognises that so it is "of 4" but then the page numbers will be 1 of...
  11. RGoldthorpe

    Headers in templates

    Ok so my user imports an amipro document into word. Using the Normal template I the go tool-templates and addins and change the template to amipro header.dot. Why oh Why does it not show the header. If you use the amipro header.dot from file new it shows the header why not when you change...
  12. RGoldthorpe

    Word 2000 importing *.sam

    I am not sure if this is possible But what I would like to do is when you open a blank document it uses the normal template I would like to keep this but it the user opens an amipro document I would like it to use a different template automatically is there a way of doing this????
  13. RGoldthorpe

    Using a variable in a command line

    PLease help having not done an awful lot of programming before in VB Could somebody help me please I have the following code Private Sub Viewer_Button_Click() On Error GoTo Err_Viewer_Button_Click Dim stAppName As String Dim LSMTAG As String LSMTAG = Form_Computers.Combo6.Value...
  14. RGoldthorpe

    resource file is invalid replace with empty new one

    Can anybody tell me why this has suddenly started appearing everytime I boot up foxprodoesn't matter if I say yes or no it still comes up. Have even uninstalled and reinstalled FOxpro and the service pack but STILL asks me. Oh running win98 and FOxpro 7.0 SP1 Any ideas why? Luv Rachel
  15. RGoldthorpe

    local views and indexes

    hi Well it raining and wet and misserable outside And I have a problem with a local views I have writen a program that runs to create the local view code below OPEN DATABASE "data\data1.dbc" exclusive CREATE SQL VIEW ctdview as SELECT * ; FROM 'data1!contact details table'; WHERE...
  16. RGoldthorpe

    CREATE SQL VIEW

    Hello I am creating reports on my datbase but because uses want sooooo many reports I am creating views and forms so that the user selects the information they want the report based on I.E. rep name selected and the haulier check box is ticked would produce a report for all that particular reps...
  17. RGoldthorpe

    Thanks

    I would like to wish every one at tektips a very Merry Christmas and a happy new year. Thanks for everybodys help and advice in this last year I don't know what I would have done without you all. Love Rach
  18. RGoldthorpe

    class not registered

    well the subject says it all I have some forms which use an activeX Control to produce a drop down calendar ype you all know the one I am sure every thing works fine on my machine but when it goes to testing it on the other machine it comes up with Class not Registered. OLE object is being...
  19. RGoldthorpe

    Dates in a combo box

    Hello How is everybody hope you are all well and bouncy I have a ikkle problem sure it is only little but bugging me now I have a combo box that list all the dates from a table from selecting the date this should limit the selection of sample ids to only samples that have that date however I...
  20. RGoldthorpe

    Replace statement not working

    Can somebody help me please why do my replace statements not work they are APPEND BLANK in StoredLoads replace StoredLoads.stl_sSeason with thisform.Season.value replace StoredLoads.stl_sSite with thisform.Site.value replace StoredLoads.stl_sStore with thisform.Store.value replace...

Part and Inventory Search

Back
Top