Hi,
I had the following problem : whenever I restarted windows, my quick launch toolbar kept disappearing : the toolbar was no more checked after startup. Besides, It behaved stangely : whenever I resized the height of the toolbar, icons would disappear but were back when the toolbar was...
Hi,
I have a loop extracting data from a textfile to update a linked table in Access (from Oracle).
I open the linked table with
set myset=mydb.Openrecordset(mytable,2,dbseechanges)
then
do
'read new line in then text file and define myitem from it
myset.findfirst "itemNo='" &...
Hi,
I have already read the following FAQs : FAQ333-1498
FAQ333-3656 about updating drop down lists.
I have a drop down list with team leaders names in a form and a link next to it to a "Create a new leader" pop-up page.
I just want to be able to refresh the team leaders list once a...
Hi,
I have a form where labels are by default in one language. I want that when the user clicks on a specific flag image, the labels (fields names) are dynamically displayed on the fly in another language (i.e without having to fetch the whole page again from the server).
I have stored the...
Hi,
in a form, I want to select the supplier in a first drop-down list and then the second list to be populated with items linked to the supplier selected; this to avoid retrieving the whole huge items recordset of 10,000+ records when downloading the form at first.
Is it possible to do this...
Hi,
Is there any way to pass on the password within the rexec command line so that you can execute it from a batch file without being prompted to enter the password ?
Thanks
blygman@hotmail.com
François
Hi,
I've had a tricky problem on my intranet for the last 2 months : When viewing a page containing an activeX control from PCs located in different plants, sometimes the activeX control downloaded and sometimes not with PCs having the same OS/IE releases installed.
1) The W2K PCs were power...
Hi,
My website uses the Citrix Metaframe ActiveX client.
But on some PCs(WIN2K, WIN NT4, 98, or 95), the activeX control won't download.
1) The security for the internet and local intranet zones concerning ActiveX and Plugins are all set to "Activate"
2) On w2K machines in networks...
Hi,
Is there any drop-down listbox (ActiveX, plugin ..) where the user can type in an item that is not listed in the list elements ? and also where you can type more than the first letter to find the correct item in the list ?
You know like the Visual Basic drop-down list.
Thanks
Hi,
despite closing the workbook I opened, quitting the Excel.application object and using set .. = Nothing, the Excel processus is not killed. So each time the code is called, a new instance of Excel is created and stack abobe the previous ones.
Any idea ?
Set objXL =...
Hi,
When trying to use the Excel.Aplication object in ASP, I encountered the same problem as a lot of people that is the "ActiveX cannot create component: Excel" error message.
I read in one thread that :
"you'll need to create an activeX dll and register it in MTS to run and...
Hi,
I just want to extract part of a column string using substr and then check whether it has a numeric type, how can I do that in Oracle SQL ?
something like :
where IsNumeric(substr(myfield, 4,6))
Thanks.
Hi,
In a query such as :
Select myfield1 as myfield, sum(myval1) as totval from mytable1 group by myfield1
Union Select myfield2, sum(myval2) from mytable2 group by myfield2
how can get I get the sum from table to be added to the sum from table2. As it is, the sums don't merge together where...
Hi,
I don't know why but whatever the background color chosen for table cells, it never prints even in preview mode (IE 5.5+). Nothing to do with the printer setup. I try to use background='silver' or #C0C0C0 which is the same. Anyway even with darker colors, it doesn't print.
Nota : I have...
Hi,
I don't know why but whatever the background color chosen for table cells, it never prints even in preview mode (IE 5.5+). Nothing to do with the printer setup. I try to use background='silver' or #C0C0C0 which is the same. Anyway even with darker colors, it doesn't print.
Nota : I have...
Hi,
I have added the code below to print the document with a landscape orientation but when I print it I still get a Portrait orientation (IE4 to IE 6 tested) :
<HEAD><TITLE>...</TITLE>
<STYLE>
@page { size:landscape; }
</STYLE>
</HEAD>
I have also tested size:29.7cm 21.cm; without success...
ASP3/ADO/Oracle8
I desesperatly need help on this since I have almost looked everywhere and could not find any clear solution to my problem. I am stuck.
Let's say i have two recordsets that I build with criteria entered in a form by users (here CustID).
....
mysql1="select partno...
Is there any way you can directly specify the printing format like page orientation (landscape) and margins size in html/CSS instead of users having to go in the page setup menu.
Thanks
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.