In southeast Kansas where I was born we had flood control levies along the river. These were built by digging long pits along both sides of the levies. The locals always called them 'Bar Pits'. Now I know why.
I think this is local-speak for Barrow Pits.
Thanks Guys
Bob
Daughters are...
After three evenings of head bashing I finally made this work in Win98, 2k, XP.
This will work with multiple FlexGrids on a form.
I hope some of you may be able to use this code.
'PLACE FOLLOWING CODE IN A MODULE
Private Declare Function CallWindowProc Lib "user32.dll" Alias "CallWindowProcA"...
Hi
Has anyone ever tried this:
1. convert the price to cents only(multiply by 100)
2. then convert price(in cents) to integer
3. insert this integer into its relevant ItemData slot
4. Place TextBox or Label next to ComboBox
5. on selection of Item in ComboBox
a. Divide ItemData by...
Hi
If I understand your problem correctly, Try this:
'Make sure child Form.WindowState = Normal
'In Childs FormLoad Enter:
Me.Height = XXXX
Me.Width = XXXX
'Where XXXX = your required size.
HTH
Bob
Daughters are Gods Vengeance on Fathers for being Men.
If you only want to display the complete string in the dropped down part of the combo, try the following.
I think I got this from TT a while back.(not sure when or where)
Copy this into the Declarations of the form.
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA"...
I had a similar problem not long ago.
The problem turned out to be my own stupidity.
I was trying to work with files on one computer that had origonaly been written on another computer (same type of computer and OS). After trying for almost 3 days I finally discovered that the new computer...
Hi
I just made a form with:
Control Box set to False
MaxButton set to False
MinButton set to False
Caption = ""
The form has one Button on it.(caption is "Minimise")
the following code is in the form.
Private Sub Command1_Click()
Me.WindowState = 1
End Sub
Private Sub...
Gday
> SemperFiDownUnda
Yes that was the thread that helped With a little Tweeking.
Sorry I didn't get back quicker. This would be a great job if the phones didn't ring. ;>}
From your 'Nom de Plume' I assume you are Former US Marine
I'm
Bob Former ET1(SS) USN Submarine Force
Hi:
I am running 98SE and want to Delete Temp Internet Files but I'm getting a 'File Not found Error' in the following statement.
Kill "c:\windows\temporary internet files\*.*"
I'm probaby not awake yet.(Monday morning here in Perth Western Aust) ;>{
Thanks in Advance
Bob
Hi
I'm not very familiar with XP but---
The first thing I would look at is your windows date configuration.
Maybe I'm just shooting in the dark, but I once had a similar type problem with a clients machine.
Good luck
bob
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.