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 strongm 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. Bryan - Gendev

    My Code Reference tool not saving items

    I thought I saw the solution to this before but have searched and can't find it. Anyone help? GenDev
  2. Bryan - Gendev

    Foxypreviewer - Vartype(_Screen.oFoxyPreviewer)

    I have read the previous posts re Foxypreviewer but I can't solve my problem. I use Foxy 3 times in my app - 2 work 1 does not. It all depends on the result of Vartype(_Screen.oFoxyPreviewer) This requires a value of NOT O - in my case I see the 2 working reports have a value of U whereas the...
  3. Bryan - Gendev

    MSChart details

    In a previous thread I posted this picture showing the effect of my graph on my Notebook. I had experimented with some labels on the axis and now I don't know how to remove them. Using MSChart property options - Text I can't seem to delete the label Person,Event etc. Where are they stored...
  4. Bryan - Gendev

    In a bit of a muddle

    Further to thread184-1228236 and thread184-1830162 I have suffered a corrupted pjx file for my project. I now find that thebackup I did to another drive also contains the corruption. So I went back to Mike's suggestion of creating a new project file running vfp from program files. I then CD to...
  5. Bryan - Gendev

    Checkbox in a grid

    I have a form with a programmed grid on it based on a cursor with a logical field DoDel. I want to have a checkbox based on this field in my grid. My added chkbox control displays correctly but when I click in it a previous form opens. My code segments are With This.Column5 .Header1.Caption...
  6. Bryan - Gendev

    Finding hidden folders with WScript.Shell

    I am using code I found here many years ago - it produces a listing of all folders ( and files) from a selected point on any of my drives. However the list does not contain the system hidden folder 'appdata' and all of its contents. I wish to see that folder and its contents. I can imagine a...
  7. Bryan - Gendev

    Identifying files that load with a program

    As part of solving a problem with my app I want to identify the location of an ini file that loads with an exe file. I did this 10+ years ago but can't now remember which utility I used. Could it have been one of Sysinternals Suite? GenDev Adelaide SA
  8. Bryan - Gendev

    Problem with SET DEFAULT TO

    In my app ( written 10+ years ago and now being revised and checked) I have a need to change the default folder on a number of occasions. I use SET DEFAULT TO (cNewfolder) and this works on every occasion except one which I am now trying to resolve. I need to be placed in a certain folder in...
  9. Bryan - Gendev

    Mouse not active after return for sleep WIN11

    I have two monitors and I use Sleep all the time however my mouse is not available on the right hand display only on the left when the PC becomes active again after Sleep. I Switch users and log in again to overcome this but this causes various startup items to display every time requiring many...
  10. Bryan - Gendev

    Toolbar with exe file

    I have a new exe file compiled and I see this toolbar across the top of my app's window How can I remove it please? The blue above is my desktop and the ochre below is my app's screen. GenDev
  11. Bryan - Gendev

    When is the interactivechange event not operational in a grid?

    I have a 'coded' grid on a form in my app based on a table I have created in my program. One cell contains a filename say 'myexhibit.jpg', with a command coded in to operate on a mouse click. I wish to 'click' on this filename and open another form containing an image editing control. After...
  12. Bryan - Gendev

    Contents of a listbox

    I want to find out if a particular phrase is already in a listbox. I've tried 'Test'$thisform.list1 but I get an error. What would be the correct way to do this? GenDev
  13. Bryan - Gendev

    Icon shown on exe file in File Explorer

    Hi, I've changed the version of my app and I have the version # incorporated in the icon which shows against the executable in File Explorer. But I can't remember how to specify the icon so that I can use the new one with the new version #. I've looked in the IDE but can't locate the icon name...
  14. Bryan - Gendev

    Counting lines of code in a project

    In the IDE I can choose to recompile all programs - so can I access the number of lines of code involved? Thanks GenDev
  15. Bryan - Gendev

    Chart not displaying correctly on laptop.

    I have a simple chart using mscomctl.OCX in my app. This works perfectly on my Dev PC. However, when installed on my laptop I get a 'distorted' image where the components are 'bunched up' vertically - not in the usual correct spacing. I have added this line in my Inno script Source...
  16. Bryan - Gendev

    Code behind a button to allow payment to Paypal

    I have decided to allow genealogists using TMG to download my app free of charge. However, some have suggested they would like to make a donation. I have a Paypal account and am considering putting a 'Make a Donation' button in my 'Help' form. I have seen this on other apps. Anyone help me with...
  17. Bryan - Gendev

    IDE -Windows 'stuck'together

    In my IDE the Command and Properties windows have become 'joined' and cannot be displayed in separate positions on the desktop. I have to go to the menu and select which of the 2 windows to display each time. How can I uncouple them please? GenDev
  18. Bryan - Gendev

    INstalling an ocx control

    I am not succeeding with my installation of my ocx control. I may have the inno compiler instruction in error. I have Source: C:\mypath\ImageViewer2.OCX; DestDir: "{app}"; Flags: regserver ignoreversion Is this correct? Or do I have another problem? Cheers GenDev
  19. Bryan - Gendev

    accessing EXIF information in a jpg image

    Is there any foxpro code snippet anywhere to allow access to the EXIF information? I have a 3rd party control which can read the EXIF information but not write any changes. Thanx GenDev
  20. Bryan - Gendev

    Cell colours ina grid

    As mentioned before my grid is produced programmatically. Of the 16 or so fields presented only 6 are required/able to be modified. I would like these fields to be coloured differently to all the rest. Can you suggest the code like .BackColor= Rgb(255,255,255) .ForeColor = Rgb(255,0,0) for an...

Part and Inventory Search

Back
Top