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 Chriss Miller 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. HLotis

    EOF questions

    In step 1, the user selects either author,title,subject or type. All records are shown sorted by one of the above. In step 2, the user can choose a specific subset by filling in a prompt coming from a parameterized query. (First letter of Author's Last name). The Subform SourceObject is reset...
  2. HLotis

    EOF questions

    The underlying recordsource can be any of 4 parameterized queries (title/author/subject/media). When a record is not found on any of the filters, an eof occurs and a null record is presented to the user. So, instead of EOF, I decided to try a manual approach using a test for isnull(fldname)...
  3. HLotis

    EOF questions

    Hi, Step 1 I have a set of 4 queries(author, title, subject, media)any one of which underlies a form/subform. The user selects which underlying query he wants to use by selecting one of the 4 from a list in a combo box. Upon selection, the subform's SourceObject is set to the name of the...
  4. HLotis

    eof problem on parameter query

    Hi, Step 1 I have a set of 4 queries(author, title, subject, media)any one of which underlies a form/subform. The user selects which underlying query he wants to use by selecting one of the 4 from a list in a combo box. Upon selection, the subform's SourceObject is set to the name of the...
  5. HLotis

    Is this the way to restore archived web projects to a new PC?

    HarryO (Visitor) Sep 25, 2000 I have the task of restoring 15 web projects to a Win98 PC that were archived to the LAN. I need some feedback please. reassurance or a second opinion: I was wondering about a methodology for restoring the data and then republishing each of the 15 unrelated webs...
  6. HLotis

    VI 1.0 does not register all DLLs

    In the process of creating a standard desktop, my data folders on C: were copied to our LAN. wwwroot as well as Program files\dev studio\my projects. All the data from my C drive was moved to the LAN. Disk was cleared and Win98 was loaded. Later, I restored the data from the LAN to the folders...
  7. HLotis

    Registration prob-Visual interdev 1.0 still cant read an .ASP file!

    Does Win98 have MS PWS and ASP on its CD???
  8. HLotis

    Registration prob-Visual interdev 1.0 still cant read an .ASP file!

    In the process of creating a standard desktop, my data folders on C: were copied to our LAN. wwwroot as well as Program files\dev studio\my projects. All the data from my C drive was moved to the LAN. Disk was cleared and Win98 was loaded. Later, I restored the data from the LAN to the folders...
  9. HLotis

    MS Access 2000 Connection Problem

    Hi, I got this message once when the query was asking for a user prompted response for a value rathen than a fixed or computed value. Hal
  10. HLotis

    Server-side Cookies and ASP

    Anand,<br><br>Server-side cookies are not stored on the client machine.<br><br>
  11. HLotis

    Server-side Cookies and ASP

    See above post from PAlbano which contains the final answer since it comes live from Microsoft online. <br>&nbsp;PAlbino restated &quot;WillASP Sessions work when cookies are disabled?&quot; He answered&nbsp;&nbsp;The answer is... Nope.<br><br>See the article form the MSDN online: <A...
  12. HLotis

    Server-side Cookies and ASP

    Can the organization globally recommend disabling cookies and still have my ASP pages work on our Intranet that require database values to update forms? The Orgn is worried about advertisers profiling users and the effect it will have on privacy and hacker security. I think the Orgn is confusing...
  13. HLotis

    Server-side Cookies and ASP

    PROFILING and Privacy - Microsoft announced today in the Washington Post page E8, that it Microsoft is coming out with an option that will allow a user or a site manager to block downloading a specific Clinet-side cookies or a domain of 3rd party cookie files. This is like an Outlook “rule” for...
  14. HLotis

    Disabling Server-side Cookies and effect on ASP

    Can someone globally recommend disabling cookies and still have ASP work? Can anyone program aound the need for server-side cookie needed to update a web page? Does profiling and security pertain to ONLY clinet-side cookies? Wash Post page E8 talks of new approach. Is trhis for client-side only?
  15. HLotis

    Server-side Cookies and ASP

    Can someone globally recommend disabling cookies and still have ASP work? Can anyone program aound the need for server-side cookie needed to update a web page? Does profiling and security pertain to ONLY clinet-side cookies?
  16. HLotis

    Dual use of Access database problem

    Use of SQL server requires an NT server and licenses and training all which cost more than we have. We have 15 users and no more than 3-5 concurrent users and we are familiar with Access97 which is on every desktop. We only intend to use browsers for very simple functioning like updating one...
  17. HLotis

    Dual use of Access database problem

    Has anyone used an Access database on a web server while it was also being used concurrently by an Access application?<br><br>What are the requirements and locations for the web server and for the dual use database?<br><br>I currently have a small LAN/WAN application for a small user community...
  18. HLotis

    Getting NT Userid in ASP and refreshing page based on NT UserID

    JF,<br>Thanks for your clafification. I should look more onto what is available under server variables. My Access friends were telling me about Windows api calls to get the NT Userid. You should put this under FAQ for ASP and VI.<br>HL
  19. HLotis

    Getting NT Userid in ASP and refreshing page based on NT UserID

    Getting NT Userid in ASP and refreshing page based on NT UserID
  20. HLotis

    Experianced programmer confused on how to use Visual Interdev.

    subscribe at&nbsp;&nbsp;<A HREF="mailto:VI6Talk-subscribe@listbot.com">VI6Talk-subscribe@listbot.com</A>

Part and Inventory Search

Back
Top