hello all
here is my problem I am testing a VB/Acess app in 98, 2000, xp home and pro.
My app will write as record out to a table when testing in any OS.
I then run a sql statement to pull back the record
ie select * where [name] = 'john'
the reocrd containing the name john is present on all...
Matt
thanks for the reply, when the say the forms are a bit bigger do you mean that the standard forms are bigger or that both the standard forms and mdiform are bigger?
Thanks
I have created an app that uses an Access DB within the app I write records to a table then qeury the table based on criteria. It will pull back records as needed until it hits the last query. The last query is simple enough
SELECT * FROM INF_Prof where name = 'joe'
The table does have a...
Hello I have created a program that uses an mdiform to load 9 child forms. I have sized all forms to fit into the mdiform without a need for scroll bars. When the app runs on all oprating systems except XP all is fine but the same app running on XP will cause scroll bars to appear in the MDI...
Hello all
So I left work last night with all things being normal on my PC. When I left work last night I had 'locked' my PC and first thing this morning sat at my desk and signed on. So... normally my screen resolution is set to 1024 x 768 but this morning it 'magicly' was set to 768 x 1024...
Let me try and answer my own question with the following code.
note that the variable sXAxisTitle contains
text for the X axis title. It is changed at
runtime depending on the language to be used
dim axisID as integer
axisID = 1 ' this tells the next line of code to
' set the...
I am using the MSChart control in a VB app. Currently I am hardcoding a value for the X and Y axis titles through the custom properties dialog under the text tab.
What I want to be able to do is assign the value to the X and Y axis at run time to allow for English or French text. Can anyone...
Hello all I am playing around inner joins and have run into a problem. Here is my code
strsql = "SELECT Client.ClientName, Product.ProductID, Product.Product from Client " & _
"INNER JOIN Product ON Product.ClientID = Client.ClientID Where Client.ClientID = " & Val(txtClientID)...
Hello all
I am a rookie when it comes to flash so I decided to create a site to display images as a way to learn a few things. The site is still under construction but I have a few questions if I could.
- What is the best way to load images so that the site load
time is minimized?
- Why is...
Well here I go aagain answering my own question
the following staement did not work
lngRtn = Shell("rundll32.exe url.dll,FileProtocolHandler StrIndex_HTML_Path")
This one did
lngRtn = Shell("rundll32.exe url.dll,FileProtocolHandler " & StrIndex_HTML_Path & "")
Notice how the variable name is...
I'm an Idiot!!, well sort of
You can ignore problem one. THe IE window was minimizing to the tool bar because I was stepping though the VB code while I was running it. So oviously VB is going to retain focus !!! The word DumbAss comes to mind!!
But with that said I still have a problem with...
I want to open an html page from within a VB app that is stored on my PC. I am using the following code to make it happen
lngRtn = Shell("rundll32.exe url.dll,FileProtocolHandler C:\Envision\Forms & Documents\Index.htm")
this will work but I have 2 problems
First IE opens the html page but...
Hello all
When I want to step forward through my code as it is executing I can use the F8 key to see what is being executed. My question is how do I step backwards.
I have a form deactivate function that is being called and I can't figure out why so I have 'red tagged' the function to force...
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.