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: *

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

    report in duplex mode

    Hi, I have a report that I would like to make duplex. Can this be done programatically? Thanks Mike Mike Pastore Hats off to (Roy) Harper
  2. mpastore

    Loading VFP 8 on a server

    Hi, Hope this is the appropriate forum for this question. I would like to avoid doing a full VFP 8 intall on a workstation for development purposes. Would rather be able to access required executables from a network folder so that I can write code and compile. Is this possible? Thanks Mike...
  3. mpastore

    VFP job scheduler?

    Hi, Hope this is the appropriate forum for this question. We are looking at switching our daily job scheduler to another product. We use a lot of VFP and would like a product that uses .dbf file structures to manage job queues. We are currently using a btrieve-based product. The product...
  4. mpastore

    LookupAccountName example

    Does anyone have a VFP example for calling the advapi32.dll LookupAccountName API function? I could not find an example on the news2news.com site. Thanks Mike Pastore Hats off to (Roy) Harper
  5. mpastore

    Obtaining SID

    Does anyone have code to obtain the user SID based on domain/uid? I have found a VB example from but would like a VFP equivalent. Thanks Mike Pastore Hats off to (Roy) Harper
  6. mpastore

    granting user access to db AND permission in role

    Hi, I am using sp_grantdbaccess to grant a user access to a database. However, I also need to permit the user in a role, just like it is done in SQL log-in properties dialogue bix, except I need to do this all in t-sql. Thanks Mike Mike Pastore Hats off to (Roy) Harper
  7. mpastore

    VFP 8 and read cycle problem

    I know, we should not use read cycle any more, but I have legacy code that I have to maintain. The UI worked ok in VFP6 but under VFP 8 the text in the screen disappears as I move my mouse over it. Here is sample of code: @nl+15,25 get m.doprint picture "@*C Print output" valid...
  8. mpastore

    Can anyone show me an example of se

    Can anyone show me an example of sending text from VFP to another application like notepad? Assume that notepad is open and I have a window handle to it. Using the API I am able to bring notepad to the foreground: = SetForegroundWindow (hwnd) However, keyboard command does not send my text...
  9. mpastore

    retrieving web page contents from SSL server

    Does anyone have any idea how I can retrieve a web page's contents from an https site using vfp8? I have successfully done this using the win32 api from a regular http site, but cannot do this from https. I know the password and user name to use and have been able to do the equivalent from my...
  10. mpastore

    Does anyone know how to return a cu

    Does anyone know how to return a cursor from SQL server to VFP8 using the CursorAdapter class and ADO? Can this even be done? If not, any suggestions on an alternate technique? Thanks Mike Pastore Hats off to (Roy) Harper
  11. mpastore

    temp database

    Does anyone have somewhat generic code to create a temp database and put temp tables there via a link to the current database? I am using temp tables in my front end but am sick of dealing wih bloat. Thanks Mike Pastore Hats off to (Roy) Harper
  12. mpastore

    migrating apps from VFP6 to VFP8

    Hi, This picks up on a previous thread concerning issues with vfp8. I am am going directly from vfp6 to vfp8. Can anyone point me to a list of "gotchas" that I may encounter? I never migrated to vfp7 and from what I understand there are issues that may arise when I recompile my...

Part and Inventory Search

Back
Top