I am creating an application that allows users to drag and drop saved network/local files into a datagrid to help them organize information related to a specific order (i.e faxes, written correspondence etc...). The application retreives the physical file location during the drag/drop actions...
I am using an MSFlexGrid control to display information to my users about the line items on a specific sales order. I would like to show summary information within the grid with some extra text. However, the additional text that I would like to show my users carries over into 3 columns.
Is...
I am trying to represent the number pad plus sign in a Code 128 Barcode being printed on a Zebra S600. Anyone have any ideas or examples they could provide to accomplish this task?
Thanks in advance.
The standard PD&W that comes with VB6 should show you all of the "dependent" files which will allow you to check or uncheck these files as needed before the install package is actually created. By default, the necessary files (OCX, DLL files) are checked to be included in the package...
I guess it would depend upon how dynamic the data is the users will be accessing. And, how often the users need to see "real time" data.
Could you give some more information about the environment this application will be in?
I think what you are wanting to do is lock a particular record to ensure data integrity. Check out this article from Microsoft website...Has a decent example program attached.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;252317
Be careful with the implementation of rowlevel...
Background
I have a table (Table_Keys) that contains the next unique key to use for certain tables. I am developing an application for a mutli-user environment and there is a high level of probability that this table will get accessed several times (1000's of times) throughout the day.
I have...
I am getting back in to some VB programming after an extended hiatus.
I have an event programmed on Form A. When a specific criteria is met within this event, I need to fire off Form B (formb.show). No big deal.
I need to make Form B over take all other active windows (Enen if they leave the...
Does anyone have any example code or know how to set a label/text box in MS Access to contain the system time.
I know that I can call the Now() function, but I actually want to show the time ticking away on a form for the users.
Any help on this issue would be greatly appreciated.
BC
I have a Toshiba Tecra 8100 with Windows 2000 installed. I am trying to install a network printer, HP 4000 TN and an HP 8100. When Windows 2K begins installing the drivers it starts out fine, and just before the end of the process it pops up an error message saying: Error installing drivers...
This is assuming that you are grouping on your user ID's:
Escrow = IIf(Sum([Gross])<=500, "50", IIf(Sum([Gross]>=500, Sum([Gross])*0.1, IIf((Sum[Gross]*0.1)>= 1250, "1250")))
I think that this will fix your problem.
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.