>I'm looking for a solution that lets me somewhat hide the >code so it's not easily viewed, but I need to be able to >put the pages on any server. Is this still possible with >HTML Guardian, or is there anther part that needs to go >with the code in order to decipher it?
Ok... I Hope this sample...
I will tell you some good reason why just buying a software is very helpful:
1. when you create DLL it will take time (extra CODING)
2. Some company IS department dont like the idea of running a third party DLL in their server for security purpose.
3. It is very cheap and easy to use...
and...
just a thought and maybe you should check if the webpage is connecting successfully in the database
Check this ----> u-database-url="automaxxwebdb.mdb" and your connection string "automaxxconnect_ConnectionString".
[morning] I just love coffee.
I need some help here i have this TABLE1 and
I need to display the value of F1 and FSTA
of the latest FDATE for each group of F2....
TABLE1:
F1 F2 FDATE FSTA
--- --- ----------- ----
179 2 2003-11-22 1
222 2 2002-12-01 1
180 5 2002-11-22 1
181 5 2003-11-22 1
182 13...
Does anyone know how to store an images or documents in the SQL database and retreiving it back?
any tutorial or a sample code would be much appreciated.
Thanks in Advance!!!
Does anyone know how to store an images or documents in the SQL database and retreiving it back?
any tutorial or a sample code would be much appreciated.
Thanks in Advance!!!
...this simple code.
Private Sub cmdShutdown_Click()
Set colOperatingSystems = GetObject("winmgmts:{(Shutdown)}").ExecQuery("Select * from Win32_OperatingSystem")
For Each objOperatingSystem in colOperatingSystems
ObjOperatingSystem.Win32Shutdown(1)
Next
End Sub...
When you want your VB app to force a Windows computer to shut down, restart, or log off, you can use the ExitWindowsEx API. Read about Windows API
'Api function and the constants required for ExitWindowsEx
Declare Function ExitWindowsEx& Lib "user32" (ByVal uFlags As Long, _...
I have this strange problem in IE6 browser only.
In my page1 i store something in the session variable but
when i tried to get that variable in the page2 It doesnt seems to save the session variables. and my problem is it works in IE5,IE5.5, and IE6sp1 but not in IE6.
The code is something...
...Now I know Session variables are tied to cookies, so I went, in Internet Explorer, to Tools-> Options -> Privacy -> Block all Cookies. But I can *still* log in successfully.
So is this a browser problem or an IIS problem or a coding problem?
We are using IE 6 and our client uses IE 5 & 6...
Ok. What i want to do is something like this
Sample HTML output:
Question 1
0 X 0 0
0 X 0 0
Question 2
0 X 0 0
0 0 X 0
if the answer is like Question 1 an error must be prompted to the user.
if the answer is like question 2 then its Ok.
is it possible let say i have 50 question and ranking...
Hi! I need help very badly.
how to create a validation that should not allow the same button to be selected? if the user click on button1 and then clicked on button2
ex. button1[i] = button2[i] not allowed prompt the user msg "not allowed" and will clear the value of the selected...
Hi ive been trying to figure out solution for this problem for almost a month now why only in this Win 98 machine my report is not working ...
I created a VB application using VB6 and crystal report7 using MSACCESS 2000 as the back end database but the Workstation has a MSACCESS 97 application...
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.