Hi
How I can create one application that get results from one MS SQL Server query
compare them with one MYSQL Server query and if it is equal then do update else do insert.
For example, let say I have my source sql query
Select ID, FName, LName From TBNames
Results:
ID | FName | Lname...
Hi
I have a table called Remote_Item with some records like
Code fBaseBOMGID Description
64167 C5F2EA4A-A374-464B-A001-BBBCA2EAFF8D Ear Plugs (5 Pairs)
64082 Null Ear Defenders
27940 9CF5E211-9A1F-42EA-B26E-C6693CED200D...
Hi
I have one asp.net page when I pass it as a parameter one sql query return as string the result.
For example if I pass a query like that in my browser:
https://xxxxx.yyyyyyyy.zzz/CONN.ASPX?QUERY=select * from Trade where code = 27000003093
The result is...
Hi
I use crystal reports XI
I try with no success to repeat the detail section as many times as a value of a field.
My dataset gives me a field with a number.... let say the number 4
I want the detail section repeat him self 4 times with all the info i have in detail section.
For example.
If...
The third report is getting Cash reserves info and send them to the second report witch is a receipt.
The first report has the second report as sub report three times so I can get three copies of the same receipt.
I can't do that...
The 3 reports are different the one from the other with different info.
The all have only have one filed common the one I use to link them.
Hi
I am working with Crystal XI.
I have a main report and a link under the main report to the sub report.
All work fine until here.
Inside the sub report I have a same link to another report (let me call it sub sub report)
So I have a (Main Report) --> Link to --> (Sub Report) --> Link to -->...
Thank you.
I find the solution
' Add a group with totals
Dim TotalSum, TotalSum1 As Double
Dim TempDbl As Double
TotalSum = 0
TotalSum1 = 0
For Each strmyGroupname In ListView1.Items
If Double.TryParse(strmyGroupname.SubItems(7).Text, TempDbl)...
Hi.
I have a ListView with groups.
Groups have columns with prices.
How I can do subtotals and totals at the end of every column and any group?
Any example?
Thank you.
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.