Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for skyshare

Hi I have a program running that refreshes when it has focus and F5 is selected. I want to do this without it having focus from a VB6 program The handle is returned OK but the sendmessage does not refresh the program. I also tried using postmessage to no avail. …

Member Avatar for rproffitt
0
474
Member Avatar for skyshare

I am using VB6 to execute an sql statement. I have two access tables and want to insert the contents of a field in one into the other subject to the key no being the same. I have been unable to get it to work and would appreciate some help. …

Member Avatar for Reverend Jim
0
129
Member Avatar for skyshare

I have two tables containing different fields bar one. I want to merge the two subject to comparing one field using sql - is it possible? Table1 has fields: conkey reg when where 1 ABCDE 251011 EGLL 2 BCDEF 261011 EGLL 3 DEFGH 271110 EGKK Table2 has fields: conkey type …

Member Avatar for skyshare
0
68
Member Avatar for skyshare

I have 18 text boxes named 'txtmybox' with indexes set as 0 to 17. To change the back color I currently use a for..next loop ie: for x = 0 to 17 txtmybox(x).backcolor=red next x The question is - is there a quicker way to perform this task, ie change …

Member Avatar for skyshare
0
99
Member Avatar for skyshare

I am getting confused with trying to select an area of a mshflexgrid and copy it to the clipboard. I am clicking the top left cell of the required area, then <shift> + bottom right cell, then clicking a button containing the code: Clipboard.Clear Clipboard.SetText grd.Clip However this only copies …

Member Avatar for skyshare
0
101
Member Avatar for skyshare

I have an access database where one of the fields is named 'mod' and it contains string HEX codes such as AE093C, 00C394, 405FD0 etc. I am trying to use a data control to do a 'findfirst' on this field but I keep getting the error 3077 'syntax error (missing …

Member Avatar for skyshare
0
143