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

    API GradientFill

    Hi, I've got a little problem using the GradientFill APi function. Everything works fine ( it returns .t. ) but there is no fill area on my form :( (getlasterror = 3 witch makes no sense ??? ). If someone has allready solve this problem please help me. Regards Thanks for sharing your knowlege.
  2. DannC

    Reports preview ....

    Hi, Is there a way to change the preview area of a report trough commands. All I want is to "dock" the report preview in a area of the screen. Thanks.
  3. DannC

    Happy Holidays

    Dear "Tek - Tips" I wish U a very Happy Holidays.
  4. DannC

    Mschart print

    Hi, I use a MsChart control to obtain some graphs. How can I print them through code. Thanks.
  5. DannC

    chm problem

    Hi, I have created a chm file and i distribute this with a app. The problem is: in run-time on the computer on wich the chm was done on f1 it works fine but on the other computers not. I've runned hhupd.exe, put set help to and the path is correct,the topics are correct but it dows not work. Any...
  6. DannC

    Grid problem

    Hi, I have a grid with 4 columns and on the 3 column I do in the Init Method a .removeObject() .addObject("cmdConflict","classConflict") ClassConflict is a commandbutton baseclass with has a property cPicture wich sets the picture of the button. My problem is that i can't...
  7. DannC

    Create a desktop shortcut

    If !file("c:\windows\desktop\Ecostart40.lnk") oShell =CreateObject("Wscript.Shell") If vartype(oShell)=="O" oShellLink = oShell.CreateShortcut("c:\windows\desktop\Ecostart40.lnk") If vartype(oShellLink)=="O" With oShellLink...
  8. DannC

    Browse Network and map a selected resouce

    oShell = createobject("Shell.Application") oFolder = oShell.BrowseForFolder(0, "Select directory: ", 0 ) Declare INTEGER WNetAddConnection IN "mpr.dll" ; STRING cRemoteName, ; STRING cPassword, ; STRING cLocalName Do case Case vartype(oFolder)="O&quot...
  9. DannC

    Events log

    Hi, Anyone has any idea how to "Know" when a end-user opens a file . closes or printing under let's say MS Word. I want to log this events to a file. many thanks
  10. DannC

    Vb Scripting

    Hi, I got to solve a nasty problem. Suppose I want to log a event in Word as open file or print what I have to do . Many thanks !!!
  11. DannC

    Help pls !!!!

    Hi, How can I catch the following events within Word, Excel, PP (MS OFFICE applications suite ). - Open file (What file ) - Close file (What file) - Save file (What file) - New file (What file) - Printing a doc (no pages, resolution) Actually i'm trying to log every and each...
  12. DannC

    Events catch

    Hi, How can I catch the following events within Word, Excel, PP (MS OFFICE applications suite ). - Open file (What file ) - Close file (What file) - Save file (What file) - New file (What file) - Printing a doc (no pages, resolution) Actually i'm trying to log every and each...
  13. DannC

    Browsing a network

    Hi, Can anyone tell me if there is a way to show all stations and shared resources within a local network in Vfp. Thanks
  14. DannC

    Sql problem

    Hi, I'm trying to retrive some data from a local view trough a sql statement like view21 f1 c(5) f2 c(5) f3 n(10) sele f1, sum(f3) from view21 into array thisform.aSum group by 1 but everything i get is thisform.aSum[1,1]=.f. Manu thanks
  15. DannC

    MsGraph

    Hi, my friends, 1. I need a little help about how to format a chart. Maybe someone ca give me some pages or threads wich are containg this subject. Anyway I need all avaible type of chart and what I have to do to set them properly. 2. What is the best way to show up a graph in Vfp. Store him...
  16. DannC

    Sql statement

    Hi, Q1: I'm trying to select 3 fields from a table as id, name and the third one is a sum() from a second table. The Sql looks like this sele a.id, a.name, sum(b.val) from a into cursor aTmp but I get only one records. I manage to select all with a Union statement but it works slow. Anyone...
  17. DannC

    Avaible records and a grid problem

    Hi, Q1: How can I get the number of max avaible records from a table WITHOUT MOVING THE POINTER. Q2: How to put in a grid column a cboBox not using code (like .removeobject(Text1) and .addobject("cboQ","ComboBox"))
  18. DannC

    table buffering

    Hi friends, i begun to use table buffering for a short time and i've run into some problems, hopefuly Tek-Tips can help us: 1. when I issue cursorsetprop("Buffering",2,alias()) on a table is supposed to be a pessimistic table buffering, but if a append blank command is issued and...
  19. DannC

    Intrerupt in fdp26

    Hi, my friends Is there a specific function / method wich can send to a TRS program a task to do ? Presuming that a have a TRS wich commands a external device wich prints something how can I connect fdp26 to that TRS program and make him execute my command. TRS program has a set of 6...
  20. DannC

    Array problem

    I have set a property of a form like this aArray(1,1) and after that i've used a SQL statement wich "filled" this array which is displayed in a listbox. My question is if is a way to filter this array. By example is aArray has (1,1)='A', (1,2)='B' (2,1)='AA', (2,2)='C', (3,1)='D'...

Part and Inventory Search

Back
Top