Thanks Tedsmith
I managed to resolve this just before your post in the way that you suggested - similar to what I tried before posting the issue - so not quite sure what I did wrong the first time.
Anyway to complete the thread - this is what I did.
If IsNumeric(strTemp) Then
Set...
Greetings
A process at our site stores a record number.
Can anyone help me with some VB6 code to read from a foxpro table using a record number?
For example - the process stores 35 - which I can see in foxpro is the 35th record in my table.
I have tried the following - but it gets a record that...
Thanks gmmastros - I have modified my trigger to use your suggested join but I still have the same problem.
A clarification - I am actually trying to update two fields in the products table whenever the plocdetails quantity changes.
I am updating products.zsohakl with the quantity in plocdetails...
Ahhhh - I think normally the database would be updating the product quantity in just one location ... but perhaps there is more than one when they do a Stock Transfer between locations?
Is there anyway that I could test to see if there are multiple entries in Inserted?
How would you suggest that...
Greetings - I have a sql trigger that sets the value on a field called SOH in the products table whenever the quantity for location 1 is updated.
This works - but sometimes it doesnt work. Investigating I think this is when the existing value of SOH is null.
I can not understand why this is - or...
Greetings. I work with an older Foxpro system and have created a utility to extract data via setting ExportSQL = "Select......" and then
Set dbCompany = OpenDatabase(strDatabase, dbDriverComplete, False, "FoxPro 2.6")
Set RsTmp = dbCompany.OpenRecordset(ExportSQL, dbOpenDynaset)
This works...
Greetings. I have a simple problem that has taken me hours of frustration without resolution so far.
I am simply trying to add a picture to a crystal report, but when I print it, it shows as blank (or just the border if I put one around it) If I edit the report again the picture also shows as...
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.