Hey guys,
Does anyone know which flash files should be intalled with a program, I've embedded two shockwave movies in the app, it installs an runs fine on most machines, someones installed it on a new 2000 notebook without service packs an it crashes when the flash movies are sposed to play...
i have a text string b & H Tournament i a text field in my database, when i try and display it on a label it come out as BH with the H underlined,would greatly appreciate any help with this,
thanks in advance guys,
hey all,
little problem with printing a form, the form i want to print is quite long i'm using
frmReport.setfocus
frmReport.printform
this only prints out the top section of the report i.e whats visible without scrolling, any ideas about how i could get around this??
thanks in advance to...
hey all,
ok within an app there a button which allows the user to print out a record,happy days, its runs fine on most the machines cept for one when the user clicks print i get a run time error 3265. Any ideas? I really appreciate any help anyone can give because im at the end of my tether...
Thanks guys, actually a lot more stupid on my part, i just changed my query and added a sort an it all worked ok, although that didnt raise its head untill record 638 c'est la vie, thanks
hey all,
I have a confusing problem here and i would greatly appreciate any help, thanks guys :)
ado data controler : adodc1 with text boxes etc bound to this, i can add and update records no problem, but when i go adodc1.movelast it moves to the record precding the one i just added, i close...
hey all,
sorry to bother yis, i'm getting a syntax error in an update here's the code:
rsteamstoday.open sqlstr,dbcon
While rsTeamsToday.EOF = False
chkdate = rsTeamsToday.Fields("datecreated")
If Day(chkdate) = Day(today) And Month(chkdate) = Month(today) And Year(today) =...
hey all,
sorry to bother yis, i'm getting a syntax error in an update here's the code:
rsteamstoday.open sqlstr,dbcon
While rsTeamsToday.EOF = False
chkdate = rsTeamsToday.Fields("datecreated")
If Day(chkdate) = Day(today) And Month(chkdate) = Month(today) And Year(today) =...
Option Explicit
Const WSADescription_Len = 256
Const WSASYS_Status_Len = 128
Private Type HOSTENT
hName As Long
hAliases As Long
hAddrType As Integer
hLength As Integer
hAddrList As Long
End Type
Private Type WSADATA
wversion As Integer
wHighVersion As Integer
szDescription(0 To...
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.