...tquery.
The problem is I want to run the tquery linking an ordinary mytable.db to a query I've already created using a TQuery.
Example:
//**** THE FIRST QUERY ******
strSQL := TStringList.Create;
with strSQL do
begin
Add('select *');
Add(Format('FROM...
Im trying to print Laser address labels from my ASP Database. Getting the data and everything is cool..
The problem is setting the printer page margins.
What I need to know is how can I in ASP/VBScript set Explorers Page Setup, Margin Width properties. If I can set the margin, I can fit my...
Doesn't seem to work in Netscape 6.2
I think Netscape lost a lot of cool code when they rewrote the browser. decided to go with the script standard with no exceptions. (shoot self in foot).
I'm actually looking for similar code that will work in netscape/ mozilla/ opera etc, so if anyone has...
Being in the UK I have exactly the same problem with the date formatting displaying as mm/dd/yy even though the machines and the server are all set to british date format...
Did you find a better way of doing this rather than the huge code that guy posted?
Is there a ... "Make Microsoft...
WORKED IT OUT!
==============
I've posted this for anyone else who has the problem I described above and does a search in TekTips..
The problem was solved by making sure that all MDI Children are set to WindowState wsNormal, and then Maximize in code when creating the instance, this way they...
Thanks for the advise, but i don't agree...
The users can resize the windows if they want to, I just want all the windows to default to maximized, and stay maximized unless the |-|_|x| buttons have been pressed.
There are a lot of Applications that work this way.. Sage Line50 Accounts (one that...
I have a MDI form with lots of child windows which are created from a toolbar on the mdi parent.. no problem..
I want all the MDI children to open maximized, and always stay maximized, and this is becoming a bit of a problem...
If I close one of the children, all the others all revert to a...
Hi Frank
Just Thought Id let you know your not alone...
I have a similar problem
You could link your DBLookup to a SQL of the table (with just the relevant fields) rather than the table itself.
The column widths seem to default to the field sizes that your columns are allocated to..
This is...
I tried what you said, and the program compiles and runs but when the filter is activated it comes up with the message 'Operation Not Applicable'.
It doesn't seem to like the LIKE command inside the filter (no pun intended!)
Is there something else going wrong?
...The box
box company
boxes and bits
The code I have will only return the last two results..
strSearch := 'NAME = ' + CHR(39) + TRIM(edit1.text) + '*' + cHR(39)
I have tried adding a second * wildcard at the front but this returns nothing... I have also tried the '%' either side which don't...
Does anyone know a function that allows you to pass an X,Y pixel co-ords and then the function returns the Color(in any format, #FF00FF, RGB, etc) of the specified pixel.
Cheers
Glyn
ALL STOP!!!!!!
rgbean (Programmer) was an absolute star, and sent me example of code what would help me out, and it works a treat!
Thanks everyone for your help
:)
I am a happy man!
Cheers
Glyn
...A CD
Combi 8 A D
Combi 9 B
Combi 10 BC
Combi 11 B D
Combi 12 BCD
Combi 13 C
Combi 14 CD
Combi 15 D
I've tried writting a program using recursion but, it keeps missing out "AB D" DOH!
This is a real brain teaser (or Head F**K), so any help would be appreciated...
...A CD
Combi 8 A D
Combi 9 B
Combi 10 BC
Combi 11 B D
Combi 12 BCD
Combi 13 C
Combi 14 CD
Combi 15 D
I've tried writting a program using recursion but, it keeps missing out "AB D" DOH!
This is a real brain teaser (or Head F**K), so any help would be appreciated...
I write software in many languages, and am just getting to grips with Java and Java Script. I know all the programming concepts, but it's just finding the matching keywords.
I want to know how to tell if a string is empty:
I've tried:
if (request.company_type.length > 1){
which is fine unless...
I found the answer myself, so I've posted it if anyone else needed to know....
Cheers Me!
Using Picture Masks
===================
Often, a .bmp picture contains white space you don’t want to appear on your controls. A white border around an irregularly shaped image could make your control...
...When I said the 'condition check to a new function' I ment the condition code. so you will still be left with your.
IF t_field = 0 THEN
*** line of code *** line of code |
*** line of code |
*** line of code |
*** line of code |- move these inside a func or proc...
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.