Hi all,
I wont to create form from procedure. I have create this form in form builder.
Is any chance to generate somehow this (form)code that can I paste into procedure?
Thanks
Hi all,
how to show ToolTipText in grid.
Every record has text filed that contain text that I wont to show when user move mouse on record in a grid.
I have set MyForm.ShowTips=.t.
Hi all,
This is example of table
id type count
1 A 2
1 A 3
1 B 5
2 A 1
2 B 2
3 C 3
3 C 4
How to make SQL select command that will make sum of filed "count". But it must sum rows that have same id and type.
The result should look like...
Hi all,
I need to insert a new record into cursor on the end.
But it is always not in the end, why????
In table the new record is in the end but in the cursor no.
Any Idea?
Hi,
I have an interesting problem.
In textbox keypress event I have this code:
----------------------------------------
LPARAMETERS nKeyCode, nShiftAltCtrl
if nKeyCode==13
thisform.command1.setfocus
endif
-----------------------------------------
But after I press ENTER in textbox so then is...
I am working in VFP 6.0 and there isn't any possibility to select some data from table to cursor with SQL statment and then update this cursor.
So I wrote this function that makes from noeditable cursor editable cursor:
function r2rw(aCursor)
local i, cFname, nSize, cType, cField
select *...
Hi all,
How to set grid???
I mean When user move grid with both srollbars, then he open some other form and then when he get back to grid´s form so he the grid must be look like before.
I tried to use activecell(nRow, nCell) but this function doesnt work as I wont.
Please help.
Hi all,
I have a question.
I have to install on computers on school novell client 4.9. But my boss wont to have set english language as a default languege when students will be loging.
I can change the language by pressing SHIFT+ALT but it is always set on other language.
How can I set that...
Hi all,
I've got an interesting problem.
I have grid with 2 columns. In the first column I wont to show name and in the second column I wont to show explicit value.
Description:
Table(Name C(20), state N(1))
Field mode can have value 1,2 or 3.
Value 1 means -single
Value 2 means -married
Valeu...
Hi all,
doues anybody know where can I found images of command buttons that you can see in system toolbar? Especialy I wont "new" and "save" button.
Thanks
I have one question.
How do you wont to be paid by your employer?
I mean If I am creating some application for one company so is better to get paid for all hours that I spent on application or for whole application or every month the same money?
Thanks
Hi all,
I have one problem.
I wont to know when was th last modified of file on disk.
I use function adir(myarray,"locker.dbf" )but when I wont to check the time by using: myarray[1,4](Times last modified,character) I cannot compare it with present time. How to do that????
Thanks
Hi all,
I have problem with registering cdosys.dll.
On my PC I have Win ME and I registered this file succesfully.
On notebook that have Win ME too I cannot registerd it. I get these number of error:
0x800704da
Any Idea??
I am trying to register it by useing this command:
regsvr32 cdosys.dll...
Hi all,
I have problem with registering cdosys.dll.
On my PC I have Win ME and I registered this file succesfully.
On notebook that have Win ME too I cannot registerd it. I get these number of error:
0x800704da
Any Idea??
I am trying to register it by useing this command:
regsvr32 cdosys.dll...
Hi all,
I have problem with registering cdosys.dll.
On my PC I have Win ME and I registered this file succesfully.
On notebook that have Win ME too I cannot registerd it. I get these number of error:
0x800704da
Any Idea??
I am trying to register it by useing this command:
regsvr32 cdosys.dll...
Hi all,
When I need to close some table or cursor so I used to type this code for many times:
If used("aTable")
select "aTable"
use
endif
Now I wrote to myself this smole function that make it for me.
function close_tab(cAlias)
if used(cAlias)
select(cAlias)...
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.