Hello,
I have a Listx SSDBGrid. When I selected a record.....
Sub Listx_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button <> 2 Then Exit Sub
cmdAction_Click
End Sub
Inside cmdAction_Click there is a Case statement to tell it what to do. Here is...
hello,
I have this Delete function that works well with deleting any items in 3 of my 4 Listx SSDBGrid.
Listx(0) SSDBGrid <~~ no problem deleting
Listx(1) SSDBGrid <~~ no problem deleting
Listx(2) SSDBGrid <~~ when I delete an item off the DataGrid I got an error message," Run-tme error...
koala15,
Sorry I am asking you again, for # 2 are you suggesting me to add a piece of code inside the Form_Activate Event, if so can you show me how you do yours?
Sounds crazy, I am asked to convert from VB 3 to VB 6, and VB 3 code works fine the way it is and not in VB 6.
Thanks again,
Ann
Ok..back to this headache again..hope some one out there help me out here. I put debug statements in the code to track the bug down but is not give me a clear hit here.
1) I noticed that whichever tab page I left open and go hit run the Application, that will be the Tab page that opens up. So...
BigBrother, koala15,
Thank you for both of your reply.
I tried the suggestions by putting in some debug statements. Here is the findings.
MsgBox shows up in this order ...
here 2 ...nothing
here 1 ...nothing
here 3 ...nothing
here 1 ...nothing
here 3 ...nothing
here 1 ...nothing...
Hello,
I have a form that contains 4 tabs(tabSetup SStab). Inside each tab contains a List SSDBGrid. The arrangement is Tab 0, Tab 1, Tab 2, Tab 3. For some reason, everytime when I run the Application, I open this 'Setup.frm', the Tab 0 page's datagrid looks like it does not contain any...
Hi,
This form is to allow customer to add customer name, ID, password and other previleges. But when I go do a Delete, I get a run time error 3426 - this action was cancelled by an associated object. It points to
Datax(tx).Recordset.MoveNext
I have out a MsgBox before and after this line to...
hello,
I have 5 tab pages ( A, B, C, D, E). I created a Button 'Menu' on the first tab page 'A'. When I run the application, the Button 'Menu' shows up properly. But as soon as I clicked on other part of tab page 'A', i.e. other SSpanel, SSDBGrid, txtboxes etc., the Button 'Menu' quickly...
Hello,
convert VB 3 to VB 6
I found a copy of the VB 5 and opening the project going through VB 5 first seems to ease some of the errors when directly opening the project directly from VB 6. But I still have this 'Custom Control Upgrade' message box saying...
Again, conversion from VB 3 to VB 6.
Can anyone tell me what way or method or tools or how to identity *.VBX controls to *.OCX controls ?
thanks again,
Ann
Hello,
Continue on the conversion from VB3 to VB6. Thank you Robert for your help. Now after I opened up the start form, I got a message saying, 'Errors during load. Refer to ‘C:\MyVBProject\Login.log’ for details.
And when I go look at the log file, it says,
'Line 21: Class SSPanel of...
Hello,
I am converting VB3 application to VB6. When I tried to open the application it says "Must have Startup form or subMain()". Can anyone tell me what or how to correct this?
I am learning VB as I go, I do not mind if you tell me the detail way.
many thanks,
Ann
Hello,
On the progress user interface,
==== Internal Use ============
..<Add A New Customer>........
..<Modify Existing Customer>..
..<Display A Customer>........
..<Daily Account Report>......
..<View All Customers>........
..<Exit>
==============================
Enter data or press F4...
Hello,
Could you please tell me if this is where I should add the change? how?
I did not see -E, looks like it was removed, but it is still coming up with 19,00 instead of 19.00
if this not where the change is, where about?
thanks,
Ann
~~~~~~~~~~~~~~~~~~~~~
export PATH
if [ -s...
hello,
In the progress report Monthly.p I format the money amount like this .........format ">>9.99" but the report shows up with the money amount with commas intead of decimal place, a period.
Example:
Daiwa Bank 70,00 12,00 0,00 0,00 0,00 0,00 5,00
it...
Thanks HelloMike, I got IT guys to set up an alias in our Mail server, so the report is created it will be re-routed to the users on the recipient list.
But will keep your info at hand.
Thank,
Ann
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.