Hello everibody.
Excuse me - I'm sure there should be easy way to do it, but I just cannot figure out (or recall if I seen that before).
Problem:
I have a editable grid upon a table.
Then I close grid, changes I made in current line are lost.
(it seems that they saved only then I change current...
Hello all, hope you can clear this puzzle for me.
On the main form in load event I have
Dim Lng_Menu&
Lng_Menu = GetSystemMenu(hwnd, False)
AppendMenuA Lng_Menu, MF_SEPARATOR, 0, vbNullString
AppendMenuA Lng_Menu, MF_CALLBACKS, &HF, "About"
If Not Hooked Then...
Folks, please enlight me.
Then I create a table I would say N(10,2) to get a field with preset width / decimals.
Is there kind of same thing for SELECT statement?
I could use
sele 000000.00+round(oldVal,2) as newVal
but this looks kind of clumzy (and I'm not sure it works as intended... It...
Hello all,
I need to reset page numbering then printing all workbook so what each sheet was numbered from 1.
Like, sheet1 goes
1 of 3
2 of 3
3 of 3
Then sheet2 goes
1 of 5
2 of 5
...
Is there any way to do it?
Hello all,
I wonder if I could place images and graphical objects (Texts etc) in Excel [2003] sheet with position relative to PAGE
(or to say first cell of a page).
Now in my template one column gets wide and pushes all graphics to the right... And if I position graphics in that column that...
Here's my problem.
(working on a FoxPro 5)
I have a search routine which asks for search string, creates cursor, re-sets it as RowSource for the list.
.ListDocs.RowSource = m.sCursorName+"->NUM_SCH,DATE_SCH,Full_Sum,NDS,spTypeKorr,DATE_BUCH, OLD_SCH, OLD_DATA"
I saw cursor created if I insert...
Here's my problem.
I have big table inserted from FoxPro;
and it would be nice to autoFit columns based on numbers in it.
But I also have some group rows; it has rather lengthy text(compared with numbers that is).
If I put them in single cell then this (first ) column will be too big (after...
Reading a fiew posts (
thread314-576141 and than also
(
thread314-575881 got a question: "What is TIMER function discrete"? That is, how frequently it changes?
Here's a piece of code:
DO
tt = TIMER
IF told <> tt THEN PRINT (tt - told) * 100
told = tt
LOOP WHILE INKEY$ =...
Just found a link to (Microsoft) utility that allow to create Windows shortcut from command line.
So you could create shortcut from Basic (by "shell" command), place it anythere (including Windows desktop, Programs menu and Startup folder). It even could change the icon ;)
There...
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.