Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TorrediPisa
  • Order by date
  1. TorrediPisa

    CR Preview in Modal Form

    Well maybe I was not accurate in explaining the matter. I launch a CR from Visual Basic Program
  2. TorrediPisa

    CR Preview in Modal Form

    Hello People Do you kknow whether is it possible to make a CR preview modal?. In other words, if I click elsewhere when a preview is open, it immediately disappears and goes on background. I would like this could be impossible before I close the preview itself. Can you suggest me the way to do...
  3. TorrediPisa

    Numbers Formatting in CR

    Hello People. I cannot find a way to solve this apparently very simple question in making a formula: In practice: if I have a number (say 45) and i want it to transform into: 000045 what kind of CR function shall I use? Very obliged for yr help. Regards TdP
  4. TorrediPisa

    A case of Linking

    Pls do not waste yr time. Simply pls explain me how to make the ranking column. Thks
  5. TorrediPisa

    A case of Linking

    Thank You dhookdom. I am not so sure to understand. Could you please tell me how this query shall be done? Thank You TdP
  6. TorrediPisa

    A case of Linking

    Hello people. Suppose you have a Clients Table ID Name 01 Smith 02 Johnson 03 Brown And two Tables: Orders1 and Orders2 like: ORDERS1 ID ID_Client Description 01 01 Beer 02 01 Wine 03 02 Whisky 04 03 Brandy ORDERS2 ID ID_Client Description 01 02 Beer 02 02...
  7. TorrediPisa

    Use of CallByName

    Good Morning(Evening) to everyone I am trying to understand the actual usage of the Function CallByName. Reading the guide, it is a function used to manipulate objects by either executing a method or setting the value of a property Usage: CallByName(object, procedure, calltype, args) For...
  8. TorrediPisa

    Linking Two Tables

    Thank You for yr reply. Regardless the real good practice, can you suggest me the code to do that? Regards Fabio
  9. TorrediPisa

    Linking Two Tables

    Hello everyone. I have created two Tables (CUSTOMERS and ORDERS) using DAO. CUSTOMERS ORDERS ID ID NAME ID_CUSTOMER ADDRESS On CUSTOMERS I have created ID As Primary Key by the following: db.Execute "CREATE UNIQUE INDEX...
  10. TorrediPisa

    Dijkstra Algorithm

    Hello I am looking for Dijkstra Algoritm written in VB6. Can anyone post me an example or indicate where to find one. I only found written in C++ or Java. Very grateful for yr help. Bye TdP
  11. TorrediPisa

    ListView with Icons

    Good Morning Say you have a Table like This: EMPLOYEES Name text 50 chars Surname text 50 chars Photo ole I would like to use the listview to show a list of the employees as follows: Photo Surname Name I have coded as: Dim db As Database Dim rs...
  12. TorrediPisa

    How to upload an Image to Crystal Reports

    Good Morning. Pls kindly suggest me where to post this kind of question if this is not the proper forum. Simply I would need to know if it is possible to upload an image from a VB6 application to a C/R. The aim is to apply the proper company logo on every report printed. Thanks for yr kind...
  13. TorrediPisa

    Map Designer as VB 3rd Party Control

    Good morning. Do you know if there is a 3rd party control which enables to draw detailed maps (towns, ports, depots, etc...). The only I know is The HotSpotImage where you can draw lines onto a existing picture or drawing, so that each of the parts created are event sensitive in VB code. But...
  14. TorrediPisa

    Delay in Accessing SQL Table for Addnew

    I am sorry for my delayed reply, but I had troubles with my PC. Well the answer is yes in both cases. Thank you again for yr kind attention. Best Regards TdP
  15. TorrediPisa

    Delay in Accessing SQL Table for Addnew

    Thank You for yr suggestion. I will see yr S/P method for inserting records with much interest if this is not a big work for you. Thank you for yr Help. Regards TdP
  16. TorrediPisa

    Delay in Accessing SQL Table for Addnew

    Good Morning to everyone. I simply want to create a new record in a SQL Server DB Table (protocol ADO). I have written, for example, this code: .... rsADO.Open "TABLE", cnADO, adOpenStatic, adLockOptimistic rsADO.AddNew .... Well I note that if the Table contains a great number of records, a...
  17. TorrediPisa

    ComboBox Apparance

    Good Morning to everyone. In a simple form I have two controls: one textBox and one comboBox. If I set the Appearace property of the textBox to 0=Flat then it actually appears flat with a thin border around, but if I do the same for comboBOX, nothing happens and the control remains sunken. Do...
  18. TorrediPisa

    Problems with MSCHART

    Good Morning I have created a Graph by Mschart and I want to print it out. Therefore I have written this code: Clipboard.Clear MSChart1.EditCopy Printer.PaintPicture Clipboard.GetData, 0, 0 Printer.EndDoc All works correctly, the print comes out, the graph is correctly printed with all the...
  19. TorrediPisa

    WordWrap in VSFlexGrid 7.0

    Hello everyone. I am trying to use the property AutoWrap in a VSFlexGrid. Let's say I have a grid with three columns and many rows. I want the text contained in the cells of the first column to wrap within the cell (upsizing consequently the row height) if it is longer than the cell. I have...
  20. TorrediPisa

    Searching For Similar Strings

    Thanks for yr kind reply. I would need a more generic solution. My aim is this: Suppose you have a form in which you indicate a Car Licence (for example: AA12345HH) and you want to search in a database where this string could be recorded as AA12345 HH or AA 12345 HH. The purpose is to avoid to...

Part and Inventory Search

Back
Top