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.
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.
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...
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...
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...
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
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...
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...
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
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...
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...
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"))
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...
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...
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'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.