Search results

  1. Rachael2211

    Batch file to close application then disconnect from the server

    Hi All, My split application is used on an RDP in a multi-user environment. Field Access groups when they logon have the application launch then when they close out of it it disconnects them from the server/rdp. To do this I run a batch file just before the application.quit to disconnect user...
  2. Rachael2211

    Using smartphone or tablet to capture images

    Thank you both for your replies, Ill update with my findings as I'm sure this is a thing that others would want to do, thank you :)
  3. Rachael2211

    Using smartphone or tablet to capture images

    Hi Doc_Man, thank you so much for taking time to reply ;) I understand all what you say and the bloating issue with pics. I'm using the third party dbpix control to partially avoid this problem, it's quite a nice interface for users to display images and not worry about someone messing with...
  4. Rachael2211

    Using smartphone or tablet to capture images

    Hi All, Am guessing this is a long shot (or so my googling seems to indicate as a solution hasn't presented itself yet!). Has anyone successfully been able to integrate and/or access a phone or tablets camera roll. In the perfect world it'd be awesome to click a button, activate the camera...
  5. Rachael2211

    Remote Desktop Frontend backend relink

    Hi Galaxiom and anyone else sho checks out this thread, Here's an update on where I'm at: Getting fairly happy with progress but would love some input into my vb code as it's not my strongest point and I've cobbled together bits and pieces - my concern is the DAO and ADODB business - I've...
  6. Rachael2211

    Remote Desktop Frontend backend relink

    Thanks Galaxiom for your replies - getting abit stumped with this - server setups are not my forte - not really sure how to proceed... I tried reading the registry and could get that to work - I had to add \personal onto the registry key to get a response and got %USERPROFILE%\Documents but...
  7. Rachael2211

    Remote Desktop Frontend backend relink

    I'm thinking I need to capture the redirected folder name but not sure how!
  8. Rachael2211

    Remote Desktop Frontend backend relink

    I've looped through all the possibilities and none return 'RachData' as the redirected folder name so ?? You'll see that userdomain returns STH ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\RachaelC\AppData\Roaming CLIENTNAME=RACH CommonProgramFiles=C:\Program Files (x86)\Common Files...
  9. Rachael2211

    Remote Desktop Frontend backend relink

    Hey Galaxiom - thanks heaps for your response! when logged onto the rdp both environ("username") and the CreateObject method you mention return the 'RachaelC' part of my logon username but what I'm wanting is to get the folder name out of the logon username and I don't know how to call up...
  10. Rachael2211

    Remote Desktop Frontend backend relink

    Hi All and thanks in advance for taking a look! Situation: split 2010 database loaded onto the server in our T drive. T drive stores our Tenants data so each tenant or client has a folder called for example RachData or JohnData etc. These folders contain only the clients backend. Also on the T...
  11. Rachael2211

    Temp tables, make table query, remote desktop

    Galaxiom - did have it like that but found it tooooo slow when navigating around so found it better for the user to suffer through one instance of the union (in the make table on open) rather than everytime they navigated around (its a tree control displaying various parts/levels of an...
  12. Rachael2211

    Temp tables, make table query, remote desktop

    Righto! thank you both kindly - we've been using the shared file setup for over 5 years without any headaches but...I don't want any either so...off with an email to our server guy!! thanks for your responses Missinglinq and Galaxiom (also take on board you're suggestion with a temp folder, cheers!)
  13. Rachael2211

    Temp tables, make table query, remote desktop

    Hi All and thanks for taking a look at my problem! Situation: MS server 2008, access 2010 frontend and 2003 backend on this. Users logon onto server through a remote desktop connection where they can open the .accdr loaded there, so all users have there own rdp logon but are using the same...
Back
Top Bottom