How to define "where" clause for RFC_READ_TABLE ?
Hello, I'm trying to define a where clause for the RFC_READ_TABLE function attached like so: RFC_READ_TABLE("KNA1", "tblKNA1", "KUNNR,KTOKD,NAME1") Where KUNNR = "260*" and KTOKD In ("9026","9017")....
View Articledata type mismatch i criteria expression
i have a system in which when i entered data in tha database,it works fine,but when im going to update the database i encountered thi error "data type mismatch in criteria expression" here is my code:...
View ArticleSearching database help needed..
Im trying to search my MS Access database but its not the usual searching of record. Im trying to search a record which is lesser (<) than the value that im using to search for it, as an example. i...
View ArticleHow to find word after a string in a txt file?
Looking for a way to search a .txt file for all instances of a certain string, then print the three words that follow each instance on a new line in another .txt file.
View ArticleA question to Lavolpe or anyone who can answer
i'm trying to get the color table of a 8bpp bmp with this API: GetDIBColorTable but the table is so bad and the resulting bmp different from the origin my steps are: 1. loading a 8bpp bmp via loadimage...
View ArticleDouble Jeopardy! - Keyboards Serial Numbers
A few years ago, I created a Jeopardy! look-alike game in VB6. As the TV series uses three contestants, so does my program. I used three keyboards and had each 'contestant' assigned a different key to...
View ArticleChecking processor is 32 bit or 64 bit
When a processor is considered 32 bit or 64 bit? I want to check whether a PC is having 32 bit or 64 bit processor. So how can i check it in a vb6 code? While i was researching about it i got that i...
View ArticleVB6 and TV Tuner
Just wondering if anybody had developed a program like a pvr and tv guide that could connect to something like TitanTV online to pull guide down? Thanks
View ArticleScript for uploading files to FTP site?
Hi there, I'm working on a method to allow easy uploading of files to a FTP site. I have a directory called 'files' which has several subfolders called 'txt','jpg','ini' and 'psd'. I want to be able to...
View Articleopen source
is thr a command called opscr i.e open source used to open other files. can you tell command to open sql table in oracle
View ArticleCalling Java servlets from VB6
I just found out this is easy to do This isn't a question just wanting to note that it's not only possible but works really well I setup my Tomcat and can call servlets and pass parameters and get...
View Articlereading a file into array
I was trying to find a post in the forums that may show me how to do what I need to do. I have a text file that has a list of cities with longitude and latitude. I need to put only the cites into a...
View ArticleHow to Copy a file from Client System to Server System
Hi All, I want to copy image files from client to server. Will this be possible by using FSO? If anyone here knows about this, please help me
View ArticleSendMessage to change image in explorer
I am trying to make a program that is similar to a wallpaper changer except it changes the backgrounds inside windows explorer directories instead of the desktop. I used the Spy++ program to see if I...
View ArticleLoading .png but with transparencies
I am handling the loading of .png with a free class the is on internet. one uses that class to put the image in a stdpicture. now, why it don't do the transparency when using then the stdpicture with...
View Article[RESOLVED] CDC Print Cancel not Working
When I run my code CDC ShowPrinter click cancel I get an error 32755 what am I missing please Code: Private Sub cmdAddress_Run() Cancel = False Inch = 1440 PrintCount = 0 myResetRow = 1 Dim sPage As...
View ArticleDrag & Drop direct access in win7
I have an app that works for winXP, it has a textbox where you can drop there a direct access from desktop then it pickup its data with Code: Private Sub TextDirectAcess_OLEDragDrop(Data As DataObject,...
View Article[RESOLVED] looping through the variables
hi .. how are you all iam trying to loop between variables but i couldn,t .. i realy dont know why here is the examble dim a1 as integer dim a2 as integer dim a3 as integer for i = 1 to 3 msgbox ("a"...
View ArticleDisplay Date in specific format
How do i display the date in a specific format of MM - DD- YYYY I can pull the date but its seperated by / and only single digit i need the - seperators Code: Text1.Text = Date gives me the date as...
View Article[RESOLVED] Anyway to get rid of a background pic?
Hello everyone. I am working on a program to help teach elementary subjects, and I am working on a whiteboard of sorts to write stuff on. In the first version I made, it did not resize, and I had a...
View Article