Hi all
I'am making a web control, who uses several images, (about 27 images), for the moment that I placed in repertory "images".
Now i want to compile my images in the DLL, so i know it's possible to make a ressource file
images.ressources in VB.NET project but in a web project...
Hi i've question..
is it possible to do this ?
my web application call a [stored proc #1] on [SQL SERVER #1] and this [stored proc #1] call another [stored proc #2] on [SQL SERVER #2].
thank you. --------------------------------
Hugues Gauthier, DEC
Développeur Web
Intelligence Digital
1751...
Hi all,
i've a problem with caching dataset,
i put this in application start to load dataset in cache memory.
Dim AD As New AgencyData()
Dim ds As DataSet = AD.AgencyCustomerList()
If IsNothing(Context.Cache.Get("AgencyCustomer")) Then...
i wanna know if it's possible to use 2 field with hyperlink column.
in my datagrid - property builder for column 3 in the url field, i use this field "filename"
and in the url format string i use this "test.aspx?file={0}".
i wanna know if it's possible to pass 2 field in 1...
Hi
i've some problem with updating my recorset.
Adodc1.Recordset.addnew
Adodc1.Recordset!Date = Null
Adodc1.update
all is ok.
Adodc1.Recordset!Date = Date
Adodc1.update
all is ok.
Adodc1.Recordset!Date = Null
Adodc1.update
i have this error "Invalid Date"
why ? i want the...
Hi
I use server.CreateObject( "Scripting.FileSystemObject" )
to read files from a directory. And i've to sort the files by lastdatemodified.
the only way i found it's:
(every time a user is logged)
delete sql table
add files from directory to sql table
sort by lastdatemodified
show...
Hi all,
How can I set the position of the CommonDialog box when I open it ??
With CommonDialog
.Flags = cdlOFNHideReadOnly
.Filter = "*.mdb"
.InitDir = wPath
.FileName = wFile
.DialogTitle = "Ouverture"
.Action = 1
end with
the CommonDialog always...
HI all
it's very urgent !!
my transaction log take all my space available, but the real size is 90mb.
how can i resize the transaction log space ??
or how can i delete it ?
i wanna put a maximum space to 100mb.
thanks to help me.
___________________________
Hugues Gauthier
Programmeur...
The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit versions) failed to initialize when called. Try reinstalling the application that returned the error. (Error 3447)
this is the error i've when i'm running my application on windows Me..
what can i do with this ...
hi,
If Someone know how to registerer an OCX,
answer me.
I make an installation kit with Wise installation builder
to distribute my application, all vb 6.0's ocx and dll is perfectly registered, but i use R&R Report Writer object in my application, and this OCX "rrw32.ocx" won't...
Hi ,
I Really need this DLL where can i get it ?
someone can send me this file. thanks
hugues_gauthier@hotmail.com or
hugues.gauthier@progitech.com
MFSCAN32.DLL
thanks. ___________________________
Hugues Gauthier
Programmeur Analyste
Progitech
---------------------------...
Hi all,
I wanna put my Compagny logo on MDI Form, my logo size is
358 x 275 x 16milion color
but my logo always appears at top left corner of the form and i found no solution to center my logo according to the screen resolution.
Anyone have idea.
thanks to all.
I have a problems with truedbgrid application mode (classic read etc...). I use DBase database and de grid does not response correctly. example, when a click the up arrow after de modification the record on my database is not the same of the grid.
Tank you for the answer.
Hello all, thanks to help me.
i try to write in dbf database with ADO connection
i openned dbf database with AdOpenDynamic
AdLockOptimistic, etc
i'd try all options but always error when the time to update
the database.
thx.
Hi all,<br>i'm able to create my Database, Table and Field<br>with vb 6.0 procedure.<br><br>but i dont know how to attribute primary key through this procedure.<br><br>i just wanna help to create primary key<br>in my "employe" table on "emp_no" field.<br><br>thx to...
is exist a logical field type in SS7.0 ??<br>because i wanna know, witch rows is updated!!<br><br>because i use a 1 caracter field <br>and i put "y" when is updated<br>and i delete at the end the record with "n"<br><br>i'm sure there is another way to do that..<br>thx to help me
look at that. <br><br>temp = "O'KEEFE LTD."<br>wSQL = "SELECT * FROM manuf WHERE descrip='" & temp & "'"<br>recSQL.Open wSQL, ConSQL, adOpenDynamic, adLockOptimistic<br><br>this doesn't work because the select is that<br>SELECT * FROM manuf WHERE descrip='O'KEEFE...
this is my select<br>"SELECT * FROM manuf WHERE descrip='" & recMerisel!VEND_NM & "'"<br>recMerisel!VEND_NM = "O'KEENE LDT."<br><br>there is a ' in the string and darn the select !!<br><br>there is a methode to do something ?<br><br>plz anwser me at <A...
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.