Hello,
We have an application, using MDI forms. The Main form is the parent of all other forms. Some forms we want to be able to maximize while others we don't.
From Main, we can open a list of records to edit. We can maximize this list form. Now, if we go to a record to edit, we open...
Hello,
I have been looking for a way to determine which serial port a device is connected to. Is this possible? I know which ports are available, now I am trying to find out which of those ports a scanner is connected to.
Thanks,
rabbit75
Hello,
I am sorry if I am in the wrong forum.
We are using an ActiveX control. We have the source code, and we build the .ocx ourselves. We have had some problems including the ocx in our setup program and the company we bought the control from suggested that we Link MFC Static. I am not...
I am trying to connect firewire with front ports. The case wires have are:
VP
VG
TPB-
TPA-
TPA+
TPB+
The motherboard diagram looks like:
TPA1+ TPA1-
Ground Ground
TPA2+ TPA2-
+12V +12V
(no pin) Ground
I am not sure how to connect. Can someone help me?
Thank you
I have a report in CR10 which has a text object which changes, using this code:
Dim tmp As CrystalDecisions.CrystalReports.Engine.TextObject
tmp = _
myRpt.ReportDefinition.Sections("TSection4").ReportObjects.Item("Text1")
tmp.Text = myValue
The problem is that the text should be centered...
I have a report in CR10 which has a text object which changes, using this code:
Dim tmp As CrystalDecisions.CrystalReports.Engine.TextObject
tmp = _
myRpt.ReportDefinition.Sections"TSection4").ReportObjects.Item("Text1")
tmp.Text = myValue
The problem is that the text should be centered...
I am trying to use the CrystalReportViewer ActiveX. Currently have Crystal 9.2 installed.
An error that reads
An unhandled exception of type
'System.Reflection.TargetInvocationException' occured in mscorlib.dll.
Additional information: Exception has been thrown by the target of an...
Hello,
Looking into how to force a logout or stop an app after a certain elapsed time. I searched the threads in here, but am still a little confused as I am fairly new to vb.net.
What I can see is using the Timer from the System.Threading namespace is better that putting the timer on the...
Ooops.. I should be picking up icpric.unitpr1 instead of 0 as unitpr1. Icpric is used for custom pricing. We need to show the price, if it is custom, from the icpric table. Otherwise, use the price from the item table.
Thanks,
rabbit75
Hi,
I have this SELECT that is almost working, but the LEFT OUTER JOIN is giving me a problem:
SELECT artran.invno, 'C' AS source, artran.item, artran.custno, artran.invdte,
artran.extprice, artran.salesmn, artran.price, artran.qtyshp, artran.arstat,
artran.artype, arcust.company...
Thanks for the replies!
I was hoping not to have to use if's because the select will be long and making changes will mean changing each select in the if.
rabbit75
I am sure this type of question has been answered before, but the search does not seem to be working for me.
The end user can enter values for a Beginning vendor and an Ending vendor - enter both (beginning and ending), enter one (beginning or ending) or leave both blank. Am trying to write a...
Hello,
I amm looking for a little input on the Devcon. Have never attended one, and can't this year, but was wondering if it is worth it to maybe splurge and get the Conference materials only that advisor offers?
Thanks,
rabbit75
rgbean,
That is what I am looking for, but I was hoping to find a way without using a cursor and I cannot alter the table to add a column either.
rabbit75
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.