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 Shaun E 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: rickesilaw
  • Content: Threads
  • Order by date
  1. rickesilaw

    listview - aligning captions

    If you have multiple rows of icons with a short caption in the first row and column, then long captions in any other first row and column, rows and first columns do not display all of caption (part of caption is cut-off the left of the listview control). However, if you display in detail format...
  2. rickesilaw

    listview- disabling items added

    I add a number of items to the listview container (which I am using as a menu). Now I want to disable some of the items based on password settings and if access is granted or not. So I might have 6 icons in menu but want to disable access on any number of them. Any ideas or better to not add...
  3. rickesilaw

    A WEBHELP HELP file How do I set in Foxpro?

    We have a webhelp help file that has the extention htm Is there a way to set this file as the help file. The syntax that foxpro gives to set a help file is: "SET HELP TO [FileName] Specifies a Help file that is displayed when you press F1 or issue HELP. You can specify a .Dbf-style Help file...
  4. rickesilaw

    datasessions and dlls

    I have a library that is loaded with start program that has a function that updates certain files. If i pass it the datasession the it runs ok. My question is, if it is created as a DLL, would I have to pass it the datasession? WHy - I have over 130 calls to this function and don't want to...
  5. rickesilaw

    adding pages to a pageframe thru code

    I have an application where I want to add 1,2 or 3 new pages to an existing form but not all users will add all pages so some users will have 1,2 some will have 1, some will have 1,2,3 etc. On each page I want to add a variety of controls, textboxes, etc (I think I have to create class then add...
  6. rickesilaw

    Resource File version mismatch

    I just installed a vfp app that has caused problem with my existing apps. If I run a vfp8 exe from a network drive, I get a "Resource file version mismatch" error. If I copy that exe to c: and run, it works fine. I reinstalled vfp8 (repair) and still have problem. Any ideas on what would be...
  7. rickesilaw

    browse column width

    I have a simple browse where I want to limit size of 1 field to 10 characters ( it is a 30 char field but usually less than 10). so my code is basicall select 0 use abc brow fields itemno, descr, salesperson, amount I want to limit salesperson to 10 characters - help shows that :ncolumnwidth...
  8. rickesilaw

    data session control

    In the start program of our project we create a class which locks records in file name passed to it(filename, key, etc. are passed to it). In our forms we want to use private data sessions as multiple forms(modeless) maybe be open (currently we use default data session on modal forms). with...
  9. rickesilaw

    print/view problem

    We have a client with a 1200 page report! They can view it but when they try to print - Fatal exception 000005 error. Any suggestions?
  10. rickesilaw

    grid problem

    I did search keyword grid but couldn't find answer - has to be something I am doing. I have a grid with proper controlsource etc. I then have this code in init of form but grid is blank. thisform.clienttime.RecordSource="" thisform.clienttime.RecordSourceType= 0...
  11. rickesilaw

    menu on sdi form

    I created a project with a top level form and a menu then put do mastermenu.mpr with this, .T. in the init as documentation states. When I run I get error "No Parameter Found" - in debug it is on a line generated by the genmenu in the mastermenu.mpr - line is "set sysmenu...
  12. rickesilaw

    menu with buttons like quickbooks

    Has anyone developed a menu like Quickbooks (where you click a button on the side and full menu is shown in "main area" of screen etc. Samples?
  13. rickesilaw

    multiple groups on report

    I have report which has about 1/2 page of detail and headings, then another 1/2 page of group totals. I want to add a second level of group totals - again where will be 1/2 page. The first set of group totals come from a cursor that has an id that relates to the detail. The second group come...
  14. rickesilaw

    Convert RPG data

    Has anyone ever converted rpg data to vfp? We have a client that wants to convert their data.
  15. rickesilaw

    creating html from report

    The samples given in VFP show rather simple generation of html from report - I have a report where data is gathered from several tables, some of report data comes from set relation - is it possible to send all this to html?
  16. rickesilaw

    VFP on a handheld

    has anyone written application for Palm or any of the other hand helds?
  17. rickesilaw

    vfp8enu.dll

    We created vfp8 exes then installed on a system where vfp8 was not installed. Copied runtime files as suggested (vfp8r.ddl, vfp8enu.dll, gdiplus.dll) but get error on vfp8enu.dll - "VFP8ENU.DLL was loaded but the DLLregisterserver entry point was not found" Documentation says to just...
  18. rickesilaw

    access a file on the web

    I want to read a file stored on our web site and if newer than file I have I want to download it. Has anyone got simple example of how to get a file from the web. Also, when I go into VFP8 Taskpane to publish an XML service I get error that IIS services not installed and need at least IIS 5.0...
  19. rickesilaw

    DXI data import

    Has anyone tried to extract data from the above format. It is data file for ZPAY, a payroll written in Delphi.
  20. rickesilaw

    quickbooks to foxpro

    is there a conversion or has anyone done? (I also posted this on General Database forum)

Part and Inventory Search

Back
Top