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 derfloh 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. jcairo

    Pass an array to an external app

    I would like to pass an array to photoshop from my vfp app. The adobe vbscript documentation for the TextItem object says: Position - Array of Number(Double) - Read-write. The position of origin for the text. The array must contain two values (unit value). I suppose the vbScript would be...
  2. jcairo

    OLE Drag Picture Question

    I am writing an app where the user can drag and drop image files from a folder onto my vfp form. I am using vista OS and OLEDragDrop methods. When I select the image files from my source folder and drag them, I have the nice vista icon with small pictures of my selected images, but as soon as I...
  3. jcairo

    Does VFP9 work with 64-bit OS ?

    I have been using vfp9 with vista 64-bit ultimate for some months now, with no problems
  4. jcairo

    Google Maps - Highlight multiple addresses

    Thanks very much. That is just what I was after!
  5. jcairo

    Google Maps - Highlight multiple addresses

    Hi Mike, I am writing a little app for my girlfriend who has a new job. She has to identify (via internet, trade magazines etc) potential new clients in various european capital cities. Then she needs to phone and schedule a series of meetings over a period of a week or so, then go there for...
  6. jcairo

    Google Maps - Highlight multiple addresses

    Thanks, that looks like exactly what I was after. Could you give me any leads on how I would go about incorporating that into my VFP app?
  7. jcairo

    Google Maps - Highlight multiple addresses

    Many thanks Mike for your reply. What I was looking for was not directions from one address to another but rather to display multiple addresses from my table on a google map. Say I have many addresses in a city (e.g. Berlin), I click on one and up pops the map with that address marked, but I...
  8. jcairo

    Google Maps - Highlight multiple addresses

    Can anybody give me any tips on how to highlight more than one address in google maps from within vfp? I found this code on the internet which displays google maps and highlights one address (Many thanks to whoever posted it), but how can I put a marker on other addresses in the area? i.e. it...
  9. jcairo

    Form with a Drop shadow?

    Thanks very much for your suggestion. I already use the SetLayeredWindowAttributes() function to make some little green areas tansparent, so the form has rounded corners. I have since discovered that if I change the line in the previous code to #DEFINE GCL_STYLE -26 it works. All forms...
  10. jcairo

    Form with a Drop shadow?

    Can anybody give me any tips on how to give a form a drop shadow? Like on the dropdown portion of a combo box. I use vfp9 and xp. From the internet I thought this might work in the form init, but it doesn't seem to... #DEFINE GCL_STYLE 00000803 #DEFINE CS_DROPSHADOW 0x00020000 DECLARE...

Part and Inventory Search

Back
Top