Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / VB Syntax / August 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Howto Convert txt file to dbf31 Aug 2004 12:58 GMT2
Hallo all,
I am a newbee in vb6 and i have a problem.
I want to convert a dilimited text fil to a dbf database and i have no
clue on how to do this.
ADO recordset syntax29 Aug 2004 12:12 GMT2
I seeing code of the form:
recordset!some_field = some_value
some_variable = recordset!some_field
I cannot seem to find any reference to any explanation or description to the
CLng precise documentation29 Aug 2004 01:50 GMT11
This post is deliberately provocative.
I'm picking on CLng because it is a simple case of a wider problem with VB.
Here goes...
I'm still looking for precise documentation for CLng (I asked here before
regular expression26 Aug 2004 18:02 GMT4
What is the regualar expression syntax to match any name that has a $
in it and end in .log
looking for all log files with a $ in the name i.e. *$*.log
Thanks
Set to nothing in VB 626 Aug 2004 14:37 GMT7
I've a VB6 application.  In the the unload event of each form I set it to
nothing. E.g.
Set frmTest = Nothing
Is is possible to do something like Me instead.  For example i've tried:-
Initializing an array of structs24 Aug 2004 21:26 GMT3
is there a way to initialize a costant array of structs ?
Do i need to initialize separately each members of each structure ?
Thanks !
Formatting string with configurable decimal places19 Aug 2004 18:09 GMT2
If I have this code:
Dim dDouble as Double
Dim strMsg as String
dDouble = 0.123456789
#define for VB?19 Aug 2004 17:26 GMT4
Is there anything like the C++ #define, such as:
#define TABLEFIELD column_id
What I want to do is write a test program in VB to modify table fields in an
ADODB.Recordset, but not have to change every instance of the column ID when
Label current text18 Aug 2004 20:10 GMT1
I have a main form that has data in it that is updated based upon a timer.  
The form has labels in it at get updated when the timer fires.  I now want to
open a second form, from the main form, that is not model.  I have done this
with this code:  
Dynamic field validation18 Aug 2004 11:10 GMT5
I was wondering if it is possible to have dynamic field
validation i.e. user pick any numbers of fields from a
database table which are loaded onto a form for editing etc
But apart from me knowing the column type e.g. varchar or
saving file to desktop18 Aug 2004 00:40 GMT1
i'm trying to figure out how I would out the path together for a save_as to
save to the users desktop (since I was thinking that different window's OSs
used different locations on the drive to save them.  thanks!!!
Collection of strings17 Aug 2004 07:19 GMT5
I have a collection that I'm using to store name value pairs read from a
table:
Dim MyCol as New Collection
MyCol.Add "value1", "key1"
Changing the MDI Form's Icon at Run Time17 Aug 2004 01:08 GMT6
I'm changing the MDI form's icon at run time by assigning another form's
icon which in turn has been set at design time:
frmMDI.Icon = frmTest.Icon
Although both the application window and the taskbar icon get updated with
Reading Text into an Array16 Aug 2004 20:58 GMT1
I am very new to programming in general, let alone Visual Basic.  I am trying
to input a text file into an array and from there will write it to a new
file.  I have been searching and found several ways, none of which have
completely worked.  Could someone clue me in?  Thanks
Hidden directory/folder16 Aug 2004 03:07 GMT3
In Internet explorer I can see the folder "Documents and
Settings/computer/local settings"
But When I create a dirlist box in VB, I cannot see it
WHY
Pages: 1 2 July, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.