Is there an easy way to save an image into binary field and then to display stored image an image control?
Using VFP 9.0.
PS: it seems that search feature doesnt work.
________
George, M
Searches(faq333-4906),Carts(faq333-4911)
I'm looking for ntsam.h and specially for SamQueryInformationDomain definition if anyone can help.
Also my main reason is
________
George, M
Searches(faq333-4906),Carts(faq333-4911)
Is there any way that i can read/set Password Complexity setting using script or at least some API?
________
George, M
Searches(faq333-4906),Carts(faq333-4911)
Is there any way that i can read/set Password Complexity setting using script or at least some API? I was able to use some windows api (LsaEnumerateAccountsWithUserRight) functions to enumerate other security settings but i couldnt find something about Password Complexity. I even looked on some...
It seems that the IE ActiveXObject - XMLHttp has an equivalent on NS/Mozila browsers named XMLHttpRequest
You can read some data about and an example http://developer.apple.com/internet/webcontent/xmlhttpreq.html
Those 2 objects makes you able to make dynamic pages without reloading pages...
Has anyone managed to customize those setup dialog forms in an setup project?
I've managed to add an extension but what i would want is if it's posible to add custom dialog objects or to add custom dialog.
I couldnt find any example around.
________
George, M...
Can i find out what is the current path of the flash movie?
I mean to somehow get the adress path of the movie.
like http://someweb/index.html or http://someweb/movie.swf or something.
________
George, M
Searches(faq333-4906),Carts(faq333-4911)
I have seend to many problems when comparing numbers with string values. I always had problems to keep in mind the string to numeric conversion functions.
But no more headeche,i've tryed a method that i've used in Asp and Javascript, and it worked.
Assuming it's a page number and you have...
This is my second faq faq333-4911, i hope there is not to many errors :)
If you find any you can post them here
The code i wrote it's mostly and one of the many examples to implement an shoping cart.
PS: I'm using this cart example(faq333-4911) and also this search example(faq333-4906)...
I've created an faq with a simple 4 parameter search example.
faq333-4906
The code there it's demonstrative will work only in proper enviroment and with aditional code.
Query code was made for SQL sintax. It can be done easy for any other SQL sintax( Access,Mysql,Postgres,Oracle...)
Any...
I've seen lately to many FSO and Network share problems.
Maybe creating this thread will helo find the solution faster.
Set ws = CreateObject("WScript.Network.1")
'Drive map the share ws.MapNetworkDrive "Z:", "\\MyServer\public",false,user,pass
'do your job using Z...
I'm using this simple code in Flash MX 2004
someListener = new Object();
someListener.onMouseMove = function ()
{
};
Mouse.addListener(someListener);
I was wondering if there is posible to get the object on wich the mouse moved on. Something like this
someListener = new Object()...
I have and document template that contains both text and textboxex (Office XP).
I've made an application that replace the text using the Selection.Find.Execute ... but i noticed that it cannot change the text from textboxes.
Not shure if i'm doing something wrong but i've made also an repalce...
I have 2 tables (1 to many) and i made a querry that doesnt work as it should be. Not shure of all restrictions of the Access SQL.
select client, valoare, sum(suma) as platit , (valoare - platit) as rest ... and the rest
The problem i have it's that it doesnt recognize platit from the (valoare...
I have 2 tables
table1
id-auto
amount-number
rest-number
table2
id-auto
id_table1-number
qty-number
First table it's related with second table 1 to many.
I add an record to table 2 and what i want it's to automaticaly if it's posible to update the rest from the first table
I'm using Access...
I have a 2000 Adv Server as a router for my intranet and i want to knw if it's posible to limit the internet bandwidth for each user.
I could go for a third party software but before i want to knw if it's posible under windows.
Never tryed this.
________
George, M
I'm shure it was somone before who posted same thing.
But still i would like to hear new opinions.
1. Using VBscript only
2. Using JScript only
3. Using VBScript combined with JScript code
Post your opinions about these 3 subjects
As for me i tend to see first if there is some server load...
I recently got an laptop with XP pro on it, i have all the upgrades/patches done, but it seems to have problem with the network. It was same problem even before patches.
The problem is that i have to wait for about 5 10 mins to see somones shares on the network.
The network (7 computers) has 6...
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.