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...
Oops !
I had already tried adding .movelast but I have just realized that I have left it outside of the loop so it had no effect.
Thanks anyway for your help VBAJOCK
blygman@hotmail.com
François
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...
Thanks,
but as it uses ADO on the server side, it means It doesn't spare me downloading the page once i have selected a supplier in the first list, or does It ?
blygman@hotmail.com
François
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,
the ADO Find method has replaced the FindNext, FindLast etc ... DAO methods.
Try this link : http://www.devguru.com/Technologies/ado/quickref/recordset_find.html
or this one to use a class that will simulate the findfirst .. actions ...
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,
Thanks fot your answer.
1) Citrix stuff has never been used previously in our company. When it fails, it is when trying for the very first time to download it from our intranet (apart from the one that had to be reinstalled).
2) The download can work or not on PCs
- located in the same...
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...
Kevin,
thanks for your quick answer.
In javascript, How do you add up each row height while the table is building up ?
By the way, I have seen that "page-break-inside:avoid;" in the <TR> tag which would do what we are looking for is only supported by opera 5.0 : funny, isn't it ...
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 =...
Thanks a lot ToddWW !!!
You have ended a 2 days search over the web.
While I was surfing through the links in the thread you mentionned, I happened to come across a MSDN article :
"PRB: CreateObject Fails from Client-Side Scripts"
Excerpt :
"RESOLUTION
To resolve this...
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...
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.